- New package option 'disable' has been added.
- New command \addtodelayedfloat has beed added.
- New macros \efloatbegin, \efloatend, \efloatbeginlist, and \efloatendlist
for customization have been added.
- The bugfix regarding the usage of UTF-8 characters in floating
environments has been revised.
Functionality improvements: Added the \TPReferencePosition command,
to change the default reference position away from [0,0].
Added the EXPERIMENTAL \TPoptions{discardcontent=true} option,
to improve compatibility with TikZ.
3.28
- Fixes - wrong dir after math, in math inside tabular, in weak L
inside R inside L, and in boxes inside math.
- \babelfont now takes into account \defaultfontfeatures. This
is a potential source of backwards incompatibilities, but
very likely the risks are very low, and it is, I think, the
expected behavior.
3.29
The fix for boxes inside math with bidi=basic(-r) broke AMS.
I've removed the fix (a better one is under study)
3.30
- Fix: dir in boxes inside math (hopefully now it works).
- Option mapdigits for \babelprovide (only luatex).
3.31
- Basic support for line breaking with CJK scripts.
- layout=tabular now works with the 'array' package (and some
others).
Fixes:
- Use `HAVE_GLUT ?= yes' instead of `HAVE_GLUT := yes' in patch-ab:
in that way possible `MAKE_ENV+= HAVE_GLUT=no' in options.mk is honored
(in 1.15.0 update this could lead to building and installing mupdf-gl
and failing due PLIST mismatch despite `opengl' option was not
set.)
Cleanups/patch hunks readds/improvements:
- Avoid to remove non existent thirdparty/curl directory no longer exists,
do not remove it in post-extract
- Clarify why pkgsrc lcms2 could not be used
- Remove curl leftover in buildlink3.mk
- Update patch-Makethird, patch-ab, patch-ac comments to reflect reality
- Populate SYS_GLUT_{CFLAGS,LIBS} via `pkg-config'
* Update lcms2 comment
* Remove removed www/curl option
Changelog:
List of changes in MuPDF 1.15.0
General improvements:
* WebAssembly build target and examples.
* Improved forms API in both C and Java bindings.
* Improved forms JavaScript support.
* Create appearance streams for more form field types.
* Fixed many bugs in ICC color management.
* Fixed many memory leaks in error cleanup.
* Fixed bugs in pdfwrite output.
* Improved text extraction from LaTeX documents with math symbols.
* Improved trace device formatting.
* Support CBZ and CBT files larger than 2Gb.
* Show table of contents for FB2 and XHTML documents.
* Show embedded raster images in SVG and XHTML documents.
* Show FB2 cover page.
* Add option to save PDF files without encryption.
* Add inhibit-spaces option to stext device to turn off missing space detection.
* Simplified fz_try/fz_always/fz_catch macros.
mupdf-gl improvements:
* Automatically open annotation editor when selecting an annotation.
* Full page color tinting option in mupdf-gl.
* Show/hide table of contents sections.
* Trigger a reload with sighup.
* Toggle spot color mode with 'e'.
mutool improvements:
mutool show $PDF outline -- show outline with open/closed state indicator.
mutool show $PDF js -- show document level javascript.
mutool clean -A -- create appearance streams when missing.
mutool clean -AA -- recreate all appearance streams.
mutool run docs/examples/portfolio.js -- extract embedded files from PDF document.
mutool run docs/examples/pdf-dejpx.js -- decompress JPEG2000 images in PDF document.
mutool run docs/examples/fix-s22pdf.js -- fix fonts in documents generated by S22PDF.
Significant API changes:
* New and improved forms API.
* Renamed -DNO_ICC to -DFZ_ENABLE_ICC=0
* Removed fz_annot superclass. Use pdf_annot and pdf_widget directly instead.
* Annotations and Widgets now have separate enumerators.
* Added optional separations argument to pixmap rendering utility functions.
Various cleanups:
Per-function documentation comments moved to the source file.
Hopefully they will stay up to date more often than when they
were hidden away in the header file.
Removed unused internal testing tools: mjsgen and jstest.
Removed TGA output support. Use one of the more common and useful PAM,
PNM, PNG, or TIFF formats instead.
Removed support for PDF portfolios. This work-in-progress feature was
never completed, and only worked for a small subset of files.
Removed support for progressive loading. This rarely used feature added
a lot of complexity and was an unending source of bugs and strange
behaviour. Removing this feature has allowed us to clean up and
simplify large amounts of code, and fix dozens of bugs in one fell
swoop.
* Slightly improve tabular environment to make
c-column always centered (anticipating LaTeX2e update).
* jclasses: Support new Japanese era name 'reiwa' in \today.
* Made class compatible to latest LaTeX versions
* Added new options `10bp`, `11bp` and `12bp` for Word-compatible font sizes
* Added new options `10pt`, `11pt` and `12pt` for LaTeX-compatible font sizes
* Made `12bp` the new standard font size
1. Additions: Two new environments have been defined to include
graphical abstract and highlights. elsarticle.dtx and the templates
like elsarticle-template-num-names.tex, elsarticle-template-num.tex
and elsarticle-template-harv.tex have been updated.
2. Bug fixing: elsarticle-num.bst had a bug in it. Year was
duplicating in environments like article, book, misc etc.
This is corrected now.
Yearly TeXLive update of the experimental hyphenation patterns for
traditional, reformed, and Swiss German.
There are no user-visible changes; approx. 3300 words have been added.
This is Texdoc update aiming to be contained in TeX Live 2019:
- New option -c: changing configure temporally
- New config item `texlive_tlpdb` to specify a path for texlive.tlpdb
- Fixed an issue that texdoc fails to open gzipped file in GNOME/XFCE
- Added prefixes to script files not to contaminate kpse search space
- Many other small improvements and bug fixes
New feature:
- \Configure{@author} - commands that produce HTML tags used inside the
\author command may result in invalid ePub file. Local redefinitions
of such commands may be put in this configuration to suppress their
default behaviour.
Example: \Configure{@author}{\let\footnote\@gobble}
Bug fixes:
- fixed several issues that could result in an invalid ePub file.
New filter:
- joincolors - tex4ht produces an element with unique id for each
\textcolor and other variants of color commands.
This filter replaces ids with common name for all elements with
the same color and removes the duplicated colors from the CSS file.
This results in substantial file size saving.
Bug fixes:
- fixed odtimagesize filter
- fixed $HOME directory lookup on Windows