2024-03-20 11:17:01 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-koma-script: update to 3.41
some changes to command \MakeMarkcase and option markcase.
bug fixes.
|
2023-04-01 13:34:14 by Mark Davies | Files touched by this commit (2) | |
Log message:
tex-koma-script: update to 3.38
This is mainly a bugfix release with several changes due to
current and upcomming hyperref.
|
2022-09-06 22:52:22 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-koma-script: update to 3.37
The source code of the KOMA-Script user manuals has been reorganized.
The old 8+3 names of the manuals have been replaced by more canonical names
`scrguide-de.pdf` (German manual) and `scrguide-en.pdf` (English manual).
`README` has been replaced by `README.md`, `manifest.txt` bei `MANIFEST.md`.
The HTML wrapper files have been replaced by individual files for each class
and package linking to the corresponding chapter of the KOMA-Script user
manuals.
Additionally the issues 21, 23, 24, 25, 28, 29, 30, 31, 32, 33
have been fixed.
|
2022-05-15 06:28:28 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-koma-script: update to 3.36
The code has been completely reorganized. The implementation documentation is
now completely in English and uses the new class koma-script-source-doc. This
class is based on version 3 of the doc package. Partially the order of the code
has changed. Some deprecated code parts have been removed completely, others
generate long overdue warnings.
scrartcl, scrbook, scrreprt:
Non-floating environments table- und figure- are also defined.
scrlttr2, scrletter:
The internal macros \if at plength, \@newplength, \@setplength, and \@addtoplength
are not only deprecated, which has been documented since KOMA-Script 3.25 from
2018/03/30, but also warn. If you haven't already done so, you should use the
user commands \Ifplength, \newplength, \setplength, and \addtoplength instead
urgently now!
|
2022-04-14 03:55:51 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-koma-script: update to 3.35
3.35
* Fixes issues with LaTeX 2021/11/15 as well as some smaller adjustments
in tocbasic.
3.34
* When using LaTeX as of version 2020/10/01, \appendix contains a LaTeX
hook named <class>/appendix, where <class> is the name of the
corresponding class. This is executed before \appendixmore. This change
is available as of KOMA-Script 3.34.3594.
* When using LaTeX as of version 2020/10/01, option appendixprefix is no
longer implemented via \appendixmore, but via the LaTeX hook
<class>/appendix.
This change is available as of KOMA-Script 3.34.3594.
* When using LaTeX as of version 2020/10/01, appendixprefix=default can be
used to switch back to the default behavior for the appendix,
where the setting for the prefix line in the appendix is based solely on
the setting for chapters in general. This change is available as of
KOMA-Script 3.34.3594.
* In the classes there was still code for the case that the totally
obsolete caption2 is loaded. This code, which has not been tested for
years and whose functionality and necessity is now completely unsecured,
was removed without replacement in KOMA-Script 3.34.3590.
|
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2021-06-06 23:34:17 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-koma-script: update to 3.33
- scrlayer-fancyhdr has been removed from KOMA-Script bundle. It will be
released as stand-alone package soon.
- Several adaptions for better coorperation with up-comming LaTeX 2021/05/01.
|
2021-02-13 12:02:09 by Mark Davies | Files touched by this commit (3) | |
Log message:
tex-koma-script: update to 3.32
changes unknown
|
2020-05-10 05:56:45 by Mark Davies | Files touched by this commit (190) | |
Log message:
texlive: update to 2020
General:
* The \input primitive in all TeX engines, including tex, now also accepts a
group-delimited filename argument, as a system-dependent extension. The usage
with a standard space/token-delimited filename is completely unchanged. The
group-delimited argument was previously implemented in LuaTeX; now it is available
in all engines. ASCII double quote characters (") are removed from the \
filename,
but it is otherwise left unchanged after tokenization. This does not currently
affect LaTeX’s \input command, as that is a macro redefinition of the standard
\input primitive.
* New option –cnf-line for kpsewhich, tex, mf, and all other engines, to support
arbitrary configuration settings on the command line.
* The addition of various primitives to various engines in this and previous years
is intended to result in a common set of functionality available across
all engines.
epTeX, eupTeX: New primitives \Uchar, \Ucharcat, \current(x)spacingmode, \ifincsname;
revise \fontchar?? and \iffontchar. For eupTeX only: \currentcjktoken.
LuaTeX: Integration with HarfBuzz library, available as new engines luahbtex
(used for lualatex) and luajithbtex. New primitives: \eTeXgluestretchorder,
\eTeXglueshrinkorder.
pdfTeX: New primitive \pdfmajorversion; this merely changes the version number
in the PDF output; it has no effect on any PDF content. \pdfximage and similar
now search for image files in the same way as \openin.
pTeX: New primitives \ifjfont, \iftfont. Also in epTeX, upTeX, eupTeX.
XeTeX: Fixes for \Umathchardef, \XeTeXinterchartoks, \pdfsavepos.
Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities.
|