- Section command styles 'chapter' and 'part' allow to define new section
commands with these styles or to redefine existing section commands using
these styles
- New implementation of \chapter and \part defined using
\DeclareSecionCommand. Caveat: This could break hacks that patch
KOMA-Script's internal commands!
- New implementation of \addpart and \addchap
- several new layer attributes for scrlayer
Version 2.2 adds a check that etex package has not been loaded after
extended registers are already allocated by the LaTeX format, and gives
a warning in that case.
Previously, if etex.sty was loaded too late LaTeX would already have
run out of registers and given an error.
Since the 2015/01/01 LaTeX release, LaTeX will use extended registers.
If etex.sty is to be loaded it must be loaded before extended registers
are used to avoid the two allocation schemes conflicting.
As explained in the warning message, to avoid the warning, either avoid
loading etex package, or load it earlier in the document.
2.3
Technical re-arrangement of the checks introduced in version 2.2.
Moved the conflicting allocation check before the package options are
declared to avoid errors from the package option system in some
contexts.
Version 4.3.0:
- Updated the font and icons to the 4.3.0 version of the opentype font
- Added a type1 conversion and character mappings, so fontawesome now
also works under pdfLaTeX!
Please note this update will probably break code relying on the
previous release, as many icon names have changed (upstream). I decided
to reflect the upstream name changes as some name changes were
absolutely required to introduce new icon variants with consistent
naming. Sorry for the debugging this will cause to some. I also
automated to process, so expect speedier updates in the future :)
Version 4.3.0-1: Converted the otf font to 1000upm to avoid a bug
within xdvipdfmx.
* datatool.sty:
- etex no longer loaded.
- added \DTLisinlist and \DTLmaketabspace
- Bug fix (\@dtl at starttrim): fixed issue that caused
loss of group at the start of a line when reading a csv file
- Bug fix: unstarred (case-sensitive) version of \DTLsort
now correctly uses case-sensitive sort.
- Bug fix: error in \DTLifSubString
* person.sty:
- Bug fix: replaced \ifpersonmale with \ifmale within the
definitions of \persongender and \getpersongender
- Bug fix: replaced \@thisperson with #1 in \ifmale and
\iffemale
The present release has no functional changes. Its only purpose was to
reduce the size of the documentation, from 25+mb to <2mb, by removing
images not important to the content. This work was done by Nils Ole
Tippenhauer, and the release was constructed by Karl Berry, but neither
of us are prospective maintainers of minitoc.
2.0f
Changed definition of the macro \LenToUnit for better compatibility
with package curve2e suggested by Claudio Beccari.
2.0g
New package option "gridBG" (draw grid in background or foreground).
* Fixed build option
* Fixed quotes for auto-build feature of the package.
* Added "multido" option.
* Fixes/improvements for output convert filename for the 'multi'
option.
* Changed \IfFileExists test for \if..tex macros to support 'htlatex'.
* Issue #12: Fixed info message for mode=buildnew if generated file is
already newer than source file.
* Issue #8: Updated description of mode=buildnew to state that it
doesn't work with XeLaTeX.
Increased length of beam stems.
Revised musixtmr.tex et al to allow traditional accented characters
for etex processing.
\xppff now musicsize-dependent.
Moved definitions of \raggedstoppiece and \slide into musixtex.tex.
CHANGELOG:
Version 1.19
------------
* expose more of the cpphs API
* allow the static linking exception to the LGPL
* (1.19.1): don't warn about trailing comments in #ifdefs
* (1.19.2): fix build error
Version 1.18
------------
* (1.18.8): fix version number
* (1.18.9): accept #if defined foo as well as #if defined(foo)
changelog:
Changes in polyparse-1.11
A fix for the Applicative/Monad/Functor classes rearrangement in ghc-7.10.*.
Changes in polyparse-1.10
A new basic text-accepting combinator "literal", accepts the given string, without lexing it into Haskell-like words ("isWord").
A more correct implementation of "manyFinally".
A new combinator "satisfyMsg" which has a string describing the predicate, in order to produce more informative error messages.
3.1f
Bug fix: figure and table captions didn't behave as intended with the
beamer class.
3.1g
-- bug correction for koma-scripts classes:
a spurious dot was added in French by the \partformat command,
-- internal cleaning for LuaTeX and XeTeX engines.
changelog:
1.2.1.3
* Bug fix: As it turns out, moving the literal rewrite rules to simplifier
phase 2 does not prevent competition with the `unpack` rule, which is
also active in this phase. Unfortunately this was hidden due to a silly
test environment mistake. Moving literal rules back to phase 1 finally
fixes GHC Trac #10528 correctly.
1.2.1.2
* Bug fix: Run literal rewrite rules in simplifier phase 2.
The behavior of the simplifier changed in GHC 7.10.2,
causing these rules to fail to fire, leading to poor code generation
and long compilation times. See
[GHC Trac #10528](https://ghc.haskell.org/trac/ghc/ticket/10528).
* withdrawn the support of \lstinline{..} in a tabular environment
* added a section with workarounds of that and some other problems
* added keywords for Lua 5.3.0
In this update we fix a deficiency in amsmath which my manifest it self in
\intertext (and \shortintertext) when used in a context where margins have
locally been changed using list constructions.
For version 6.0, added the "\doznumtowords" macro, which
will take a counter and output it in dozenal words. Which
words it uses can be customized; I have made no attempt to
internationalize this with different languages, because I
haven't the foggiest how to do so other than simply writing
option packs with different definitions in them. Also did a
complete rewrite of |\basex|, so its workings are now
(almost) comprehensible. Finally, darkened the tally marks
and put in hand-written italic shapes.
by me.
This package provides a complete Babel replacement for users of
LuaLaTeX and XeLaTeX; it relies on the fontspec package,
version 2.0 at least. This is the first release that supports
use with LuaLaTeX; it should be considered "transitional" in
that role.
"todonotes" lets the user mark things to do later, in a simple and
visually appealing way. The package takes several options to enable
customization/finetuning of the visual appearance.
The package provides tools to highlight FIXME and TODO annotations.
The command \listofnotes prints a list of outstanding notes, with links
to the pages on which they appear.