diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/README | 62 |
1 files changed, 58 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README index fb4074c8af1..b94bb579f52 100644 --- a/Master/texmf-dist/doc/latex/memoir/README +++ b/Master/texmf-dist/doc/latex/memoir/README @@ -36,6 +36,62 @@ o Backmatter: Bibliography, indexes ~ 50 pages +Changed (2018/04/04) + +o memoir v3.7g + +-- is now using colorlinks hyperref option in the manual. We switched + it off year ago because some users were printing the + manual. Nowadays most is reading the manual online, and thus + colorlinks brings a better reading experience. +-- under hyperref \index{... |)} now also adds `|)hyperpage` to the + idx file. This is needed for xindy to process the idx + file. Makeindex does not seem to mind. Reported via private email. +-- added examples of the nine much overlooked \setpageXX macros, these can + be used instead of \settrimmedsize and \settrims to place a trimmed + page on the stock in nine often used configurations. +-- the way the class writes the pagesize to the output have been + rewritten and should now work with lualatex. Therefore we no longer + auto load the luatex85 package. We have also canceled \fixpdflayout + and \fixdvipslayout (they now just emit a warning) +-- the class will truncate certain layout lengths to a whole number of + point (e.g. \textwidth). This can now be disabled using the + fullptlayout class option, reported via + https://tex.stackexchange.com/q/372381/3929 +-- in as of the release of TeXLive 2018 \counterwithin/out will be + added to the LaTeX kernel, we changed our version to use + \providecommand accordingly +-- removed loading the mempatch.sty package, it has been empty for + many years +-- now requiring ifpdf, ifetex, ifxetex and ifluatex packages to exist. + Earlier we attempted to emulate them if missing, this does not make + sense any more +-- started adding "Recommended alternative" blocks to the + manual. These are just mentioning more modern alternatives to what + ever is mentioned in the manual. Fx using tcolorbox instead of the + buildin framed env. Suggestions are welcome (by email) +-- added \titlingpageend{}{} which can be used to set the clearing + code at the end of the titlingpage env. +-- clearified the interaction between 14pt and extrafontsizes options +-- updating the embedded array and tabularx copies fixes + https://tex.stackexchange.com/q/411862/3929 (an issue with bidi) +-- dumped the emulated date for delarray to 2014/10/28 (the code, + after the array update) is the same +-- fixed a bad interaction in \subbottom when the showkeys and + hyperref is loaded. Reported via + https://tex.stackexchange.com/q/374301/3929 +-- removed unnecessary \phansomsection from the thebiblipgraphy + setup. Reported via https://tex.stackexchange.com/a/396303/3929 +-- added \nobreak to \@vslnumleft and @vslnumright (internal to + verse), reported via https://tex.stackexchange.com/a/415939/3929 +-- added \phansomsection to \startnoteentrystart, otherwise \label in + \pagenote does not work correctly. +-- fixed a typo in \@listii where \itemsep is not pointing towards + \itemsepii, similar to the other \@listK macros. +-- fixed problem with \setfloatadjustment, font size changes did not + come through + + Changed (2016/05/16) o memoir v3.7f @@ -343,7 +399,6 @@ mem30.clo mem36.clo mem48.clo mem60.clo -mempatch.sty memhfixc.sty basic.gst. ------------------------------------------------------------------- @@ -353,7 +408,6 @@ basic.gst. README (this file) memoir.(dtx|ins) Class source and installation files mempatch.(dtx|ins) Source and installation for patch files -mempatch.sty Patch file for memoir class memhfixc.sty Patch file for hyperref package memman.tex LaTeX source for the user manual (requires the memoir class and the alltt, @@ -381,8 +435,8 @@ o run: latex memoir.ins (which will generate memoir.cls, o Move memoir.cls, the mem*.clo files and any mem*.sty file to locations where LaTeX will find them (typically in a local texmf tree at /tex/latex/memoir) and refresh the file database. - See the FAQ on CTAN at help/uk-tex-faq - or http://www.tug.ac.uk/faq for more information on this. + See the FAQ on CTAN at help + or http://www.tex.ac.uk/ for more information on this. However, it is alway recommended that you update your LaTeX installation, instead of attempting to manually install a Package or |