Interface Changes » Historie » Revision 8
Revision 7 (Patrick Schulz, 23.09.2024 16:20) → Revision 8/9 (Patrick Schulz, 19.12.2024 14:01)
h1. Interface Changes
**In general**: all macros listed in "@coco-xerif.sty@":https://github.com/transpect/xerif-latex/blob/ally/coco-xerif.sty should ideally be replaced by their new counter-parts.
The following is a (non-exhaustive) list of further changes that could not be mitigated by @coco-xerif.sty@
h2. Headings
* Container @heading@ is now @Heading@, replace @\tpAddToDefault{heading}{…}@ with @\ccAddToProperties{Heading}{…}@
h2. Lists
* Default LaTeX list environments (@enumerate@, @itemize@, @description@) are only replaced with the new @coco-lists@ environments when @coco-lists.sty@ is loaded with the @replace@ package option.
* The package @enumerate@ is no longer loaded by default (resp. via @coco-lists.sty@). Load manually in the publisher style, if still needed (note that all functionality of the enumerate package should be incorportated into @coco-lists.sty@. If you miss a feature, please notify Lupino.)
* @\leftmargini@ previously defaulted to @\parindent@; this must be done in the publisher style, now.
* If re-building the lists for the `ally`-Branch is too much work, simply copy the `coco-lists.sty` from the main branch into the publisher-specific repo.