1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514
|
KOMA-Script 2019/02/01 v3.26b
Copyright (c) Markus Kohm <komascript(at)gmx.info>, 1994-2019
This material is subject to the LaTeX Project Public License. See
lppl.txt (english) or lppl-de.txt (german) for the details of that
license.
--------------------------------------------------------------------
KOMA-Script is a versatile bundle of LaTeX2e document classes and
packages. It aims to be a replacement to the standard LaTeX2e
classes. KOMA-Script does not stop with the features known from the
standard classes, but it extends the possibilities in order to
provide the user an almost complete working environment.
--------------------------------------------------------------------
For installation see INSTALL.txt (english) or INSTALLD.txt
(german, UTF-8).
--------------------------------------------------------------------
Classes and Packages:
==============================================================================
scraddr - Package to provide data from scrlttr2's adr-files
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scraddr is a LaTeX package of the KOMA-Script bundle.
scrlttr2 uses adr-files to create form letters. The scraddr
package provides commands to read such files and to use the
data of the address entries not only with the scrlttr2 class
and not only for form letters.
Requires:
License: LPPL 1.3c or later
State: Author maintained
Version: 2013/09/30 v1.1c
==============================================================================
scrartcl - versatile class may be used as a drop-in replacement of article
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrartcl is a LaTeX class of the KOMA-Script bundle. It is
the KOMA-Script drop-in replacement for the standard LaTeX
article class. It provides all options, environments,
counters, lengths and commands of the standard LaTeX article
class, as well as several additional options, environments,
commands, etc. to make it much more versatile. The default
layout of scrartcl differs from article, with an emphasis on
good typography. Nevertheless, by changing the defaults, you
can achieve a layout very similar to that of the standard
class.
Requires: scrkbase - internal KOMA-Script package
tocbasic - KOMA-Script package
typearea - KOMA-Script package
Recommended: scrlayer-scrpage - KOMA-Script package
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrbase - basic features for KOMA-Script, e.g. conditionals and key=value
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrbase is a LaTeX package of the KOMA-Script bundle. It
provides some basic functions used by KOMA-Script that can
also be used by authors and users of other classes and
packages.
First, it provides extended handling of key=value pairs
that can be used for run-time options of classes and
packages. Several packages in a family can share options,
and all the options in a family can be changed with a
single command.
Additional conditions like \ifundefinedorrelax, \ifpdftex,
\ifVTeX, \ifpdfoutput, \ifstr etc. are provided. Most of
them can be prevented from being defined and have
additional internal representations that can be used by
package or class authors.
It also provides commands to easily define or change
language-dependent terms that work not only with babel but
with other packages like ngerman too.
It provides some commands for package and class authors
missing in the LaTeX kernel like \ClassInfoNoLine,
\PackageInfoNoLine or \l@addto@macro.
Last but not least, it provides commands for integer
division and integer modulo operation that can be used,
for example, inside \numexpr ...\relax or with \ifnum.
Requires: keyval - key=value package from the graphics bundle
scrlfile - KOMA-Script package for file loading
manipulation
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrbook - versatile class may be used as a drop-in replacement of book
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrbook is a LaTeX class of the KOMA-Script bundle and a
drop-in replacement for the standard LaTeX book class. It
provides all options, environments, commands, etc. of the
standard LaTeX book class, as well as several additional
options, environments, commands, etc. to make it much more
versatile. The default layout of scrbook differs from book,
with an emphasis on good typography. Nevertheless, by changing
the defaults, you can achieve a layout very similar to that
of the standard class.
Requires: scrkbase - internal KOMA-Script package
tocbasic - KOMA-Script package
typearea - KOMA-Script package
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrdate - calender date operations, e.g. calculation of the day of the week
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrdate is a LaTeX package of the KOMA-Script bundle. It
provides several operations with calender dates, e.g., show
the century or the decade of a year, calculate the day of
the week of a given calender date, show the current
calender date in ISO form. It has support for several
languages, including English, German, French, Italian,
Spanish, Croatian, Finnish, Norsk, Swedish, Danish, Polish,
Czech, and Slovak.
Requires: scrkbase - KOMA-Script package for some basic features.
scrlfile - KOMA-Script package for file loading
manipulation
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrdoc - internal source documentation class of KOMA-Script
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrdoc is an internal LaTeX class of the KOMA-Script bundle.
It is an extension of ltxdoc. KOMA-Script uses scrdoc for
the implementation documentation and the documentation of
packages that aren't KOMA-Script core packages. Currently
there is no user manual for this class because the
only user is the KOMA-Script maintainer.
Requires: ltxdoc - the LaTeX2e source documentation class
scrartcl - the KOMA-Script article class
License: LPPL 1.3c or later
State: Author maintained
Version: 2016/04/12 v0.1e
==============================================================================
scrextend - make some features of the KOMA-Script classes available for others
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrextend is a LaTeX package of the KOMA-Script bundle. It
makes some features of the KOMA-Script classes available to
other classes, i.e., for the standard classes.
Requires: scrkbase - internal package with some basics of KOMA-Script
etoolbox - tool-box for LaTeX programming using e-TeX
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrfontsizes - package to generate a KOMA-Script font size file
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrfontsizes is a LaTeX package of the KOMA-Script bundle.
It provides a simple interface to generate KOMA-Script
font-size files.
Requires: scrextend - some KOMA-Script features for other classes
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrhack - patch some isues with other packages
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrhack is a LaTeX package of the KOMA-Script bundle. It
patches other packages to make them work better and adds new
features to improve their interaction with KOMA-Script. One
main feature is to make them work with tocbasic instead of
KOMA-Script's deprecated float list interface. Currently,
patches for float.sty, floatrow.sty, (old versions of)
hyperref, listings, and setspace are available.
Requires: scrkbase - internal KOMA-Script package with basics
tocbasic - features for helper files and float environments
xpatch - extending etoolbox patching commands
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrjura - contract environment for advocates and scholary persons in law
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrjura is a LaTeX package of the KOMA-Script bundle. It
has been made in cooperation with a German lawyer to
provide environments for contracts, laws, acts or other
legal purposes. It supports automatic numbering of
paragraphs and semi-automatic numbering of sentences.
Currently German and English are supported.
Requires: scrkbase - internal KOMA-Script package with basics
tocbasic - features for helper files and float environments
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrkbase - internal basic features for KOMA-Script classes and packages
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrkbase is an internal KOMA-Script packages that provides
some features that are common to several KOMA-Script
classes and packages. Users and class or package authors
should not use this package directly.
Requires: scrbase - KOMA-Script package for some basic features.
scrlfile - KOMA-Script package for file loading
manipulation
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrlayer-notecolumn - control note columns parallel to the main text
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrlayer-notecolumn is a LaTeX package of the KOMA-Script
bundle. It provides an end-user interface to scrlayer to
define and manage note columns. Those note columns are
somewhat similar to marginal notes (see the LaTeX
command \marginpar or packages like notecolumn), but you
can use several of them. The package provides page breaks
inside note columns and synchronization points between the
main text and note columns.
Like most of the KOMA-Script packages, you can use this
package not only with KOMA-Script classes but also with
several other classes, e.g., the standard LaTeX classes.
Requires: scrlayer.sty
License: LPPL 1.3c or later
State: Author maintained, proof of concept
Version: 2018/08/29 v0.1.3011
==============================================================================
scrlayer-scrpage - controlling page headers and footers
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrlayer-scrpage is a LaTeX package of the KOMA-Script
bundle. It provides an end-user interface to scrlayer to
define and manage page styles. This end user interface is
sufficiently compatible to scrpage2 that users should easily
be able to switch from the old scrpage2 package to the new
one. Nevertheless, it provides several new features to control
headers and footers.
Like most of the KOMA-Script packages, you can use this
package not only with KOMA-Script classes but also with
several other classes, e.g., the standard LaTeX classes.
Requires: scrlayer.sty
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrlayer - defining layers and controlling page headers and footers
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrlayer is a LaTeX package of the KOMA-Script bundle.
Users may already be familiar with a type of layer from
packages like eso-pic or textpos. scrlayer is another package
that provides background and foreground layers, but unlike
those other packages, these layers are part of the page-style
definition. With this package, you can easily switch between
the layers used by switching the page style.
In short, the page-style interface of scrlayer provides
commands to define page styles based on a stack of layers and
to manage those layer stacks.
Nevertheless, using the layers directly is recommended for
advanced users only. End-user interfaces for beginners or
average users are provided by additional packages, that
load scrlayer on their own, e.g., scrlayer-scrpage.
Requires: scrkbase.sty
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrletter - letter extention to KOMA-Script classes
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrletter provides the features of the letter class scrlttr2
when using the KOMA-Script classes scrartcl, scrreprt, and
scrbook, or the standard classes article, report, and book.
Requires: scrkbase - internal KOMA-Script package
typearea - KOMA-Script package
scrlayer-scrpage - KOMA-Script package
Recommended: marvosym - package by Martin Vogel providing symbols
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrlfile - control of package dependencies
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrlfile is a LaTeX package of the KOMA-Script bundle. It
provides the ability to execute commands before or after
loading files, classes, or packages. It can even
automatically load one file, class, or package in place of
another or prevent a package from being loaded. It also
provides the ability to execute commands before or after
closing the main aux file during \end{document}. It has
been used by the KOMA-Script classes for more than a
decade.
Requires:
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrlttr2 - versatile letter class with separation of text area and note paper
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrlttr2 is a letter class for LaTeX2e that allows
definition of several letterheads and text area settings
that are independent from the letterhead. So you can use
not only the KOMA-Script package typearea but even packages
like geometry to define the text area and the margins.
The positions of the elements of the letterhead can be
changed by so called pseudo-lengths. This makes it possible
to adjust scrlttr2 not only to local conventions and paper
sizes but also to a corporate brand identity.
Several predefined sets of parameters, called
letter-class-option or lco files are part of the
KOMA-Script bundle: two German letters, Swiss letters, US
letters, Japanese letters, and French letters. More can be
found on CTAN or the KOMA-Script homepage as separate
packages.
Additional lco-files for different letterheads can be found
on the KOMA-Script homepage, e.g., one demonstration file
for a letterhead similar to that of Washington State
University.
Requires: scrkbase - internal KOMA-Script package
typearea - KOMA-Script package
Recommended: marvosym - package by Martin Vogel providing symbols
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrpage2 - control of page headers and footers
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrpage2 is a LaTeX package of the KOMA-Script bundle. It
provides facilities for changing the contents of headers and
footers. You can configure a predefined pair of page styles
similar to headings and plain or myheadings and plain, use a
simple user interface to define completely new page styles, or
take advantage of a more complex expert interface to have more
effective degrees of freedom in defining new page styles.
scrpage2 also provides simple options and commands to
decide, e.g., whether or not the running heads should be
done automatically, which headings levels should generate
automatic running heads, whether or not there should be
horizontal lines above or below the headers and footers, what
colours or fonts should be used for the headers, footers, and
separation lines, and more.
Requires:
Successor: scrlayer-scrpage
License: LPPL 1.3c or later
State: Author maintained, obsolete
Version: 2019/02/01 v3.26b
==============================================================================
scrreprt - versatile class may be used as a drop-in replacement of report
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrreprt is the KOMA-Script drop-in replacement for the
standard LaTeX report class. It provides all options,
environments, counters, lengths, and commands of the standard
LaTeX report class, as well as several additional options,
environments, commands, etc., to make it much more versatile.
The default layout of scrreprt differs from that of report,
with an emphasis on good typography. Nevertheless, by changing
the defaults, you can achieve a layout very similar to that of
the standard class.
Requires: scrkbase - internal KOMA-Script package
tocbasic - KOMA-Script package
typearea - KOMA-Script package
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrtime - show the time of the LaTeX run
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrtime is a LaTeX package of the KOMA-Script bundle. It
provides only some small features to show the time of the
LaTeX run.
Requires: scrkbase - internal package with some basics of KOMA-Script
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
scrwfile - Spare write handles for helper files to avoid `No room' messages
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: scrwfile is a LaTeX package of the KOMA-Script bundle. TeX
makes only about 16 write handles available for \newwrite.
With LaTeX, each auxiliary file, not only the main aux file
but files such as the toc file, the lof file, the lot file,
and the raw indexes and glossaries need one of these
handles. scrwfile provides facilities to avoid using
handles for auxiliary files that use the main aux file for
intermediate writing. This means that the toc file, the lof
file, the lot file, and files of packages like listings no
longer need a write handle, so the user will have more write
handles for files like indexes or glossaries and can avoid
`No room for new \write' error messages.
scrwfile also provides facilities to clone auxiliary files,
e.g., to have two tables of contents with different tocdepth
settings.
Requires: scrbase - some basic features for class and package
authors
tocbasic - basic features for helper files and lists of
floats
scrlfile - control of package dependencies
License: LPPL 1.3c or later
State: Author maintained
Version: 2013/08/05 v0.1f-alpha
==============================================================================
tocbasic - Management of tables and lists of contents using helper files
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: tocbasic is a LaTeX package of the KOMA-Script bundle. The
main purpose of package tocbasic is to provide features for
authors of classes and packages to create their own tables or
lists of contents like the list of figures and the list of
tables, and thereby allow other classes or packages some
measure of control over these. For example, the tocbasic
package delegates control of the language for all these tables
and lists of contents to the babel package. Thus changes of
language will be automatically reflected inside all these
tables and lists of contents. Using tocbasic will free
authors of classes and packages from the burden of
implementing of such features.
KOMA-Script itself uses tocbasic not only for the table of
contents but also for the lists of figures and tables
mentioned previously.
Requires: scrbase - KOMA-Script package for some basic features.
License: LPPL 1.3c or later
State: Author maintained
Version: 2019/02/01 v3.26b
==============================================================================
tocstyle - Control layout of table of contents, list of figures etc.
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: tocstyle is a LaTeX package of the KOMA-Script bundle.
When the main classes of the KOMA-Script bundle were created,
their author had several ideas for formatting the table of
contents and lists of floats, but almost none of them were
implemented. One reason was that the KOMA-Script author
didn't like to change the LaTeX kernel in a class, because
this could result in several problems with other packages.
The package tocstyle will fill the gap. If it conflicts
with another package, you can simply decide not to use it.
The current release is only a proof of concept.
Requires:
License: LPPL 1.3c or later
State: Unstable
Version: 2017/02/23 v0.2i-alpha
==============================================================================
typearea - Calculating typeing area and margins depending on typographic rules
------------------------------------------------------------------------------
Maintainer: Markus Kohm
E-Mail: komascript at gmx info
Abstract: Many LaTeX classes, including the standard classes, present
the user with the largely fixed configuration of margins
and type area. With the standard classes, the choice is
limited to selecting a font size. There are separate packages,
such as geometry, which give the user complete control over,
but also full responsibility for, setting the type area and
margins.
KOMA-Script takes a somewhat different approach with its
typearea package. Users are offered ways to adjust the design
and algorithms based on established typographic standards,
making it easier for them to make good choices.
Requires: scrkbase - internal basic features for KOMA-Script packages
License: LPPL 1.3c or later
State: Autor maintained
Version: 2019/02/01 v3.26b
==============================================================================
|