Commit graph

25 commits

Author SHA1 Message Date
markd
dc93ead3cb 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-05-15 04:28:28 +00:00
markd
5f916303c6 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.
2022-04-14 01:55:51 +00:00
nia
7bacd8705a print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:12:01 +00:00
nia
2984d3c2a6 print: Remove SHA1 hashes for distfiles 2021-10-07 14:48:50 +00:00
markd
161a55255d 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-06-06 21:34:16 +00:00
markd
7bde8ba338 tex-koma-script: update to 3.32
changes unknown
2021-02-13 11:02:09 +00:00
markd
273deb7a2d 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.
2020-05-10 03:56:37 +00:00
markd
8f75b7a74a tex-koma-script: update to 3.26b
changes unknown
2019-05-06 21:23:30 +00:00
markd
4956cf9933 tex-koma-script: update to 3.26a
Most significant changes:

- \DeclareSectionCommand etc. provide new options `runin` and
  `afterindent`. This also makes it possible to use a negative skip
  before or after the headings.

- Better support of XeLaTeX  by scrlayer-notecolumn.

- \@setplength, \@newplength and \@addtoplength are deprecated and
  replaced by \setplength, \newplength and \addtoplength

- scrlttr2 and scrletter provide new commands \setplengthtowith,
\setplengthtoheight, \setplengthtodepth, \setplengthtototalheight.

- tocbasic provides \DeclareTOCStyleEntries to declare/modify multiple
  toc levels with one single command.

- Several additional, minor changes.

- Several bug fixes.
2019-01-29 09:58:32 +00:00
markd
7c091c7c1d tex-koma-script: update to 3.25
changes unknown
2018-05-06 12:15:57 +00:00
markd
f01a4890ab tex-koma-script: update to 3.24
- additional defaults for section command declarations
- improved right-to-left compatibility and new commands \IfRTL and
   \IfLTR
- new option singlespacing for scrlayer and scrlayer-scrpage
- improved manuals
2017-10-23 00:56:05 +00:00
markd
c3a253bcba Update to TeXlive 2017
Updated print/tex-koma-script to 3.23
  Updated print/tex-kotex-oblivoir{,-doc} to 2.1.8
  Updated devel/tex-l3experimental to 2017
  Updated devel/tex-l3kernel{,-doc} to 2017
  Updated devel/tex-l3packages{,-doc} to 2017
  Updated print/tex-latex{,-doc} to 20170101.1
  Updated textproc/tex-latexdiff{,-doc} to 1.2.0
  Updated print/tex-leaflet{,-doc} to 1.1b
  Updated fonts/tex-libertine{,-doc} to 5.3.0.43603
  Updated devel/tex-lualibs{,-doc} to 2.5
  Updated fonts/tex-luaotfload{,-doc} to 2.8.2
  Updated print/tex-luatex{,-doc} to 1.0.4
2017-06-21 08:28:41 +00:00
markd
89a518630a Update some texlive packages to latest versions.
Precise changes unknown
 Updated print/tex-amsmath(,-doc} to 2.15d
 Updated print/tex-caption(,-doc} to 20160522
 Updated print/tex-csplain to 2016.41764
 Updated print/tex-csquotes(,-doc} to 5.1h
 Updated print/tex-datatool(,-doc} to 2.27
 Updated print/tex-dvips(,-doc} to 2016.41704
 Updated print/tex-etex-pkg(,-doc} to 2.7
 Updated print/tex-glossaries(,-doc} to 4.25
 Updated print/tex-hyperref(,-doc} to 6.83q
 Updated print/tex-koma-script to 3.21
 Updated print/tex-latex(,-doc} to 2016.41765
 Updated print/tex-lollipop(,-doc} to 1.07
 Updated print/tex-luatex85(,-doc} to 1.4
 Updated print/tex-marginnote(,-doc} to 1.2
 Updated print/tex-media9(,-doc} to 0.69
 Updated print/tex-minted(,-doc} to 2.4
 Updated print/tex-musixtex(,-doc} to 1.23
 Updated print/tex-oberdiek(,-doc} to 2016.41346
 Updated print/tex-pdfcomment(,-doc} to 2.4
 Updated print/tex-ptex-base(,-doc} to 0.0.2016.41420
 Updated print/tex-readarray(,-doc} to 1.3
 Updated print/tex-showlabels(,-doc} to 1.8
 Updated print/tex-sttools(,-doc} to 1.9
 Updated print/tex-tex4ht(,-doc} to 2016.41726
 Updated print/tex-texinfo to 5.1.41792
 Updated print/tex-textpos(,-doc} to 1.8
 Updated print/tex-tools(,-doc} to 2016.41688
 Updated print/tex-toptesi(,-doc} to 5.92
 Updated print/tex-unicode-data(,-doc} to 1.5
 Updated print/tex-updmap-map to 2016.41585
2016-08-07 09:09:37 +00:00
markd
cef6fb0bd8 Updated to TexLive 2016:
Updated print/cjkutils to 4.8.4nb1
	Updated print/dviljk to 2.6.5nb7
	Updated print/dvipdfmx to 20160307
	Updated print/dvipsk to 5.996
	Updated print/kpathsea to 6.2.2
	Updated print/lacheck to 1.28nb1
	Updated print/luatex to 0.95
	Updated print/ptexenc to 1.3.4
	Updated print/seetexk to 1.1nb2
	Updated print/tex4ht to 0.0.20160522
	Updated print/vlna to 1.5nb2
	Updated print/web2c to 2016
	Updated print/xdvik to 22.87.03
	Updated print/xetex to 0.99996
	Updated print/xpdfopen to 0.86nb1
	Updated print/tex-IEEEtran{,-doc} to 1.8b
	Updated print/tex-abc{,-doc} to 2.0b
	Updated print/tex-aleph to 0.2.40768
	Updated print/tex-algorithm2e{,-doc} to 5.1
	Updated print/tex-algorithms{,-doc} to 0.1
	Updated print/tex-amsmath{,-doc} to 2.15b
	Updated print/tex-babel{,-doc} to 3.9r
	Updated print/tex-babel-bosnian to 1.1
	Updated print/tex-babel-estonian to 1.1a
	Updated print/tex-babel-french to 3.2c
	Updated print/tex-babel-friulan to 1.3
	Updated print/tex-babel-greek to 1.9f
	Updated print/tex-babel-hungarian to 1.5c
	Updated print/tex-babel-icelandic to 1.2b
	Updated print/tex-babel-latin to 3.5
	Updated print/tex-babel-russian to 1.3h
	Updated print/tex-babel-spanish to 5.0p
	Updated print/tex-babel-vietnamese to 1.4
	Updated print/tex-babel-welsh to 1.1a
	Updated print/tex-biblatex{,-doc} to 3.4
	Updated print/tex-booktabs{,-doc} to 1.618033
	Updated print/tex-breqn to 0.98d
	Updated print/tex-caption{,-doc} to 20160202
	Updated print/tex-chess-problem-diagrams{,-doc} to 1.12
	Updated print/tex-cjk-gs-integrate{,-doc} to 20160115.0
	Updated print/tex-cjk-ko{,-doc} to 1.8
	Updated print/tex-cjkpunct{,-doc} to 4.8.4
	Updated print/tex-context{,-doc} to 2016
	Updated print/tex-csplain to 2016
	Updated print/tex-csquotes{,-doc} to 5.1g
	Updated print/tex-ctable to 1.31
	Updated print/tex-cweb{,-doc} to 3.64af
	Updated print/tex-datatool{,-doc} to 2.25
	Updated print/tex-dvipdfmx{,-doc} to 2016
	Updated print/tex-dvipdfmx-def to 4.08
	Updated print/tex-dvips{,-doc} to 2016
	Updated print/tex-eplain{,-doc} to 3.8
	Updated print/tex-etex-pkg{,-doc} to 2.6
	Updated print/tex-europasscv{,-doc} to 2016
	Updated print/tex-fix2col{,-doc} to 0.04
	Updated print/tex-font-change{,-doc} to 2015.2
	Updated print/tex-glossaries{,-doc} to 4.23
	Updated print/tex-graphics{,-doc} to 1.0r
	Updated print/tex-hausarbeit-jura{,-doc} to 1.4
	Updated print/tex-hyperref{,-doc} to 6.83n
	Updated print/tex-hyph-utf8{,-doc} to 2016
	Updated print/tex-hyphen-afrikaans to 2016
	Updated print/tex-hyphen-ancientgreek to 2016
	Updated print/tex-hyphen-arabic to 2016
	Updated print/tex-hyphen-armenian to 2016
	Updated print/tex-hyphen-base to 2016
	Updated print/tex-hyphen-basque to 2016
	Updated print/tex-hyphen-bulgarian to 2016
	Updated print/tex-hyphen-catalan to 2016
	Updated print/tex-hyphen-chinese to 2016
	Updated print/tex-hyphen-coptic to 2016
	Updated print/tex-hyphen-croatian to 2016
	Updated print/tex-hyphen-czech to 2016
	Updated print/tex-hyphen-danish to 2016
	Updated print/tex-hyphen-dutch to 2016
	Updated print/tex-hyphen-english to 2016
	Updated print/tex-hyphen-esperanto to 2016
	Updated print/tex-hyphen-estonian to 2016
	Updated print/tex-hyphen-ethiopic to 2016
	Updated print/tex-hyphen-farsi to 2016
	Updated print/tex-hyphen-finnish to 2016
	Updated print/tex-hyphen-french to 2016
	Updated print/tex-hyphen-friulan to 2016
	Updated print/tex-hyphen-galician to 2016
	Updated print/tex-hyphen-georgian to 2016
	Updated print/tex-hyphen-german to 2016
	Updated print/tex-hyphen-greek to 2016
	Updated print/tex-hyphen-hungarian to 2016
	Updated print/tex-hyphen-icelandic to 2016
	Updated print/tex-hyphen-indic to 2016
	Updated print/tex-hyphen-indonesian to 2016
	Updated print/tex-hyphen-interlingua to 2016
	Updated print/tex-hyphen-irish to 2016
	Updated print/tex-hyphen-italian to 2016
	Updated print/tex-hyphen-kurmanji to 2016
	Updated print/tex-hyphen-latin to 3.1.2016
	Updated print/tex-hyphen-latvian to 2016
	Updated print/tex-hyphen-lithuanian to 2016
	Updated print/tex-hyphen-mongolian to 2016
	Updated print/tex-hyphen-norwegian to 2016
	Updated print/tex-hyphen-piedmontese to 2016
	Updated print/tex-hyphen-polish to 3.0a.2016
	Updated print/tex-hyphen-portuguese to 2016
	Updated print/tex-hyphen-romanian to 2016
	Updated print/tex-hyphen-romansh to 2016
	Updated print/tex-hyphen-russian to 2016
	Updated print/tex-hyphen-sanskrit to 2016
	Updated print/tex-hyphen-serbian to 1.0a.2016
	Updated print/tex-hyphen-slovak to 2016
	Updated print/tex-hyphen-slovenian to 2016
	Updated print/tex-hyphen-spanish to 4.5.2016
	Updated print/tex-hyphen-swedish to 2016
	Updated print/tex-hyphen-thai to 2016
	Updated print/tex-hyphen-turkish to 2016
	Updated print/tex-hyphen-turkmen to 2016
	Updated print/tex-hyphen-ukrainian to 2016
	Updated print/tex-hyphen-uppersorbian to 2016
	Updated print/tex-hyphen-welsh to 2016
	Updated print/tex-ifluatex{,-doc} to 1.4
	Updated print/tex-koma-script to 3.20
	Updated print/tex-kotex-oblivoir{,-doc} to 2.1.7
	Updated print/tex-kotex-plain{,-doc} to 2.1.1.a
	Updated print/tex-kotex-utf{,-doc} to 2.1.2
	Updated print/tex-kotex-utils{,-doc} to 2.1.0
	Updated print/tex-kpathsea{,-doc} to 2016
	Updated print/tex-latex{,-doc} to 2016
	Updated print/tex-latex-bin to 2016
	Updated print/tex-latexconfig to 2016
	Updated print/tex-leaflet{,-doc} to 1.1a
	Updated print/tex-lettrine{,-doc} to 1.9
	Updated print/tex-lollipop{,-doc} to 1.06
	Updated print/tex-luatex to 0.95
	Updated print/tex-mathtools to 1.18
	Updated print/tex-media9{,-doc} to 0.68
	Updated print/tex-memoir{,-doc} to 3.7f
	Updated print/tex-mhchem{,-doc} to 4.04
	Updated print/tex-microtype{,-doc} to 2.6a
	Updated print/tex-minted{,-doc} to 2.1
	Updated print/tex-musixtex{,-doc} to 1.22
	Updated print/tex-oberdiek{,-doc} to 2016
	Updated print/tex-pageslts to 1.2f
	Updated print/tex-paralist{,-doc} to 2.5
	Updated print/tex-pdfcomment{,-doc} to 2.3b
	Updated print/tex-pdfpages{,-doc} to 0.5f
	Updated print/tex-pdftex{,-doc} to 2016
	Updated print/tex-pgf{,-doc} to 3.0.1a
	Updated print/tex-pgfplots{,-doc} to 1.13
	Updated print/tex-pict2e{,-doc} to 0.3b
	Updated print/tex-plain to 3.141592653.40274
	Updated print/tex-polyglossia{,-doc} to 1.42.4
	Updated print/tex-powerdot to 1.5a
	Updated print/tex-preview{,-doc} to 11.89
	Updated print/tex-ptex to 3.2pl41220
	Updated print/tex-realscripts{,-doc} to 0.3d
	Updated print/tex-schwalbe-chess{,-doc} to 2.1
	Updated print/tex-showlabels{,-doc} to 1.7
	Updated print/tex-siunitx{,-doc} to 2.6q
	Updated print/tex-sttools{,-doc} to 1.8
	Updated print/tex-tetex{,-doc} to 3.0.41059
	Updated print/tex-tex4ht{,-doc} to 2016
	Updated print/tex-texinfo to 5.1.40618
	Updated print/tex-texlive-scripts to 2016
	Updated print/tex-texlive.infra to 2016
	Updated print/tex-titlesec{,-doc} to 2.10.2
	Updated print/tex-tools{,-doc} to 2016
	Updated print/tex-toptesi{,-doc} to 5.91
	Updated print/tex-udesoftec{,-doc} to 1.5.2
	Updated print/tex-xcjk2uni{,-doc} to 0.6
	Updated print/tex-xcolor{,-doc} to 2.12
	Updated print/tex-xetex{,-doc} to 2016
	Updated print/tex-xetex-def to 4.08
	Updated print/tex-xetexconfig to 2016
	Updated print/tex-xltxtra{,-doc} to 0.6
	Added print/tex-pbibtex-base{,-doc} version 0.0.2016
	Added print/tex-ptex-base{,-doc} version 0.0.2016
	Added print/tex-tex-ini-files{,-doc} version 2016
	Added print/tex-unicode-data{,-doc} version 1.4a
	Added print/tex-updmap-map version 2016
2016-06-16 04:05:58 +00:00
agc
03010d7bd0 Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
	Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
	Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
	Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
	Package dvidvi: missing distfile dvidvi-1.0.tar.gz
	Package lgrind: missing distfile lgrind.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:01:30 +00:00
markd
c2a7cadf5b Update tex-koma-script to 3.18
- 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
2015-08-02 13:10:05 +00:00
markd
62a4ba308b Update to texlive 2015.
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
 \pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
 random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
 to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
 updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
 fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
 (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
 directory, instead of always using the existing PATH.
2015-06-14 12:50:00 +00:00
markd
b91500b21e Update tex-koma-script to 3.16
latest texlive version.  changes unknown.
2015-04-23 11:45:27 +00:00
minskim
40c7f3e277 Update tex-koma-script to 3.09.
Changes:
        * scrkfloa.dtx: new values for option "captions"
        * scrkbase.dtx: fix: \Family@@Numical@@Key --> \Family@@String@@Key
        * scrkbase.dtx: \FamilyStringKey and \FamilyNumericalKey fixed (thanks
          to Michael Pock)
        * scrkfloa.dtx: new options `captions=top', `captions=bot',
          `captions=figureabove',  `captions=figurebelow' new commands
          `\captionaboveof' and `\captionsbelowof'
        * tocbasic.dtx: options "atbegin" and "atend" added to \DeclareNewTOC
        * scrklang.dtx: scrlttr2 supports language naustrian
2011-07-16 17:32:00 +00:00
minskim
92be119df6 Update tex-koma-script to 3.08a.
Changes:
     * scrlfile.dtx: internal \@gobbleopt renamed due to a compatibility
       issue with ntheorem
     * scrktare.dtx: file date changed
     * scrktare.dtx: missing % at one \AtBeginDocument added
2011-03-22 17:07:32 +00:00
minskim
67952bfb1a Update tex-koma-script to 3.08.
Changes:
       * scrtime.dtx: new languages swedish and danish (Benjamin Hell)
       * scrklco.dtx: output of fields address and location fixed at
         visualize.lco
       * scrkpar.dtx, doc/, doc/ngerman/, doc/ngerman/common-6.tex: new
         option parskip=never to avoid vertical stretching of paragraphs with
         \flushbottom
       * scrkbase.dtx: new: \FamilyStringKey
       * scrkbase.dtx: Allow empty elements at option list of \KOMAoptions
         and \FamilyOptions and value list of \KOMAoption and \FamilyOption.
2011-02-02 18:13:18 +00:00
minskim
733cb7494a Update tex-koma-script to 3.07.
Changes:
	* scrkpage.dtx: pagestyle bug fixed at \cleardoubleoddpageusingstyle,
	  \cleardoubleevenpageusingstyle, \cleardoublepageusingstyle
	* doc/, doc/ngerman/, doc/ngerman/scrbookreportarticle.tex,
	  doc/ngerman/linkalias.tex, doc/ngerman/common-11.tex,
	  doc/ngerman/scrlttr2.tex: neues Font-Element "footnoterule"
	  dokumentiert
	* scrkftn.dtx: new font element footnoterule to allow color changes of
	  the foot note separation rule
	* tocbasic.dtx: expand the arguments of \addtotoclist while adding
	  them to the internal list of known pairs of extensions and owners
	* scrextend.dtx, scrmain.ins, scrkvers.dtx: scrextend identification
	  added
	* doc/, doc/ngerman/, doc/ngerman/scrlttr2.tex: Fehler in
	  Faltmarkentabelle korrigiert [gemeldet von Adrian Devries]
	* scrknpap.dtx: vertical alignment of addresse with parskip setting
	  different from false fixed
	* doc/, doc/Makefile: scrbase.html and tocbasic.html added
	* manifest.txt: scrbase.html and tocbasic.html added
	* scrjura.dtx: copyright date of generated files fixed
	* scrjura.dtx: "beta" removed from version number to not compromise
	  the LPPL
2010-09-19 14:14:29 +00:00
minskim
414871a93e Update tex-koma-script to 3.06.
Changes:
- Remove the installation script of srctime, which is not needed at runtime.
2010-09-15 15:09:23 +00:00
minskim
06bd2dc61d Update tex-koma-script to 3.05.
Changes:
- Documentation update.
- \pagemark changed to allow last element of pagenumber may expect an
  argument
- improved stability of \FamilyExecuteOptions
- some \edef replaced by \protected@edef to fix e.g.  \ifstr and
  \FamilyOptions
- and much more. (See share/texmf-dist/source/latex/koma-script/ChangeLog)
2010-04-21 05:58:05 +00:00
minskim
52b0d0f2cc Import tex-koma-script-3.03a as print/tex-koma-script.
The KOMA-Script bundle provides drop-in replacements for the
article/report/book classes with emphasis on typography and
versatility.  There is also a letter class, different from all other
letter classes.  It also offers e.g. a package for calculated type
areas in the way laid down by the typographer Jan Tschichold, a
package for easily changing and defining of page styles, a package for
getting not only the current date but also the name of day and a
package for getting current time.  All these packages may be used not
only with KOMA-Script classes but also with standard classes.  Since
every package has its own version number, the number below is only the
version of scrbook, scrreprt, scrartcl, scrlttr2, and typearea.  These
are the main parts of the bundle.
2009-07-09 22:58:55 +00:00