summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/koma-script/README
blob: 5e12a37b2c61f3b027d7877a25423e958684ec43 (plain)
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 2015/05/06 v3.17a
Copyright (c) Markus Kohm <komascript(at)gmx.info>, 1994-2015

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 provide circuit letters.  Package
                scraddr provides commands to read such files and to use the
                data of the address entries not only with scrlttr2 class and
                not only for circuit 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 of LaTeX standard class
                article.  It provides all options, environments, counters,
                lengths and commands of the LaTeX standard class article, 
                but also several additional options, environments, commands
                etc. to make it much more versatile.  The default layout of
                scrartcl differs from article with emphasis on typography.
                Nevertheless by changing the defaults a layout very similar
                to the layou of the standard class may be accomplished.
Requires:       scrkbase - internal KOMA-Script package
                tocbasic - KOMA-Script package
                typearea - KOMA-Script package
License:        LPPL 1.3c or later
State:          Author maintained
Version:        2015/05/06 v3.17a
==============================================================================
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 may
                be used as well by authors and users of other classes and
                packages.

                First of all it provides an extended key=value handling,
                that may be used for run-time options of classes and
                packages.  Several packages of a family may share options
                and all the options of one family may be changed with a
                single command.

                Additional conditions like \ifundefinedorrelax, \ifpdftex,
                \ifVTeX, \ifpdfoutput, \ifstr etc. are provided.  
                Definition of most of them may be prevented from being
                defined and have additional internal representations that
                may be used by package or class authors.

                It also provides commands to easily define or change
                language dependent terms and 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 may be used,
                e.g., 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:        2015/05/06 v3.17a
==============================================================================
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 of LaTeX standard class book.  It 
                provides all options, environments, commands, etc. of the
                LaTeX standard class book, but also several additional 
                options, environments, commands etc. to make it much more
                versatile.  The default layout of scrbook differs from book
                with emphasis on typography.  Nevertheless by changing the
                defaults a layout very similar to the layou of the standard
                class may be accomplished.
Requires:       scrkbase - internal KOMA-Script package
                tocbasic - KOMA-Script package
                typearea - KOMA-Script package
License:        LPPL 1.3c or later
State:          Author maintained
Version:        2015/05/06 v3.17a
==============================================================================
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, like English, German, French, Italian, Spanish,
                Croatian, Finnish, Norsk, Swedish, Danish, Polish, Czech,
                and Slovak.
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:        2015/05/06 v3.17a
==============================================================================
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 isn't any 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:        2003/01/19 v0.1d
==============================================================================
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
                for 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:        2015/05/06 v3.17a
==============================================================================
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 only a very 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:        2015/05/06 v3.17a
==============================================================================
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, add new
                features to them and to improve their interaction with
                KOMA-Script.  One main feature is, to make them work with
                tocbasic instead of the 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
License:        LPPL 1.3c or later
State:          Author maintained
Version:        2015/05/06 v3.17a
==============================================================================
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 on copperation with a German lawyer to
                provide environments for contracts, laws, acts or other
                juristic puposes.  It supports automatic numbering of
                paragraphs and semi-automatic numbering of sentences.
                Currently German and English are supported, but
                unfortunately there's only a German user manual.
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:        2015/05/13 v0.9c
==============================================================================
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 for several KOMA-Script
                classes and packages.  Users and class or package authors
                should not use the 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:        2015/05/06 v3.17a
==============================================================================
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 a end user interface to above
                scrlayer, to define and manage note columns.  Those note
                columns are somehow similar to margin note (see LaTeX
                command \marginpar or packages like notecolumn), but you
                may 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 may use this
                package not only with KOMA-Script classes but with several
                other classes, e.g., the LaTeX standard classes too.
Requires:       scrlayer.sty
License:        LPPL 1.3c or later
State:          Author maintained, proof of concept
Version:        2014/06/03 v0.1.1760
==============================================================================
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 a end user interface to above
                scrlayer, to define and manage page styles.  This end user
                interface is as much 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 the page headers and footers.

                Like most of the KOMA-Script packages you may use this
                package not only with KOMA-Script classes but with several
                other classes, e.g., the LaTeX standard classes, too.
Requires:       scrlayer.sty
License:        LPPL 1.3c or later
State:          Author maintained
Version:        2015/05/06 v3.17a
==============================================================================
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 know a kind of layers from packages like
                eso-pic or textpos.  scrlayer is another package, that
                provides background and foreground layers, but in
                difference to those other packages, these layers are part
                of the page style definition.  With this you may simply
                switch between usage of layers by switching the page style.

                In short words: The page style interface of scrlayer
                provides commands to define layer-stack-based page styles
                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:        2015/05/06 v3.17a
==============================================================================
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
                with the KOMA-Script classes scrartcl, scrreprt, and scrbook.
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:        2015/05/06 v3.17a
==============================================================================
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 execution of commands before or after loading,
                files, classes or packages and even automatic replacement
                of loading files, classes, or packages by other files,
                classes, or packages.  It can also prevent a package from
                beeing loaded. It also provides execution of commands
                before or after closing the main aux-file while
                \end{document}.  Is has been used by the KOMA-Script
                classes for more than a decade.
Requires:
License:        LPPL 1.3c or later
State:          Author maintained
Version:        2015/05/06 v3.17a
==============================================================================
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 note papers and text area settings,
                that are independent from the note paper.  So you may not
                only use KOMA-Script package typearea to define the text
                area and the margins of the text area, but even packages
                like geometry.

                The positions of the elements of the note paper may be
                changed by so called pseudo lengths. This makes it not only
                possible to adjust scrlttr2 to local conventions, norms and
                paper sizes but also to a wanted corporate identity.

                Several predefined parameter sets, called letter class
                option or lco-files, are for two German letters, Swiss
                letters, US letters, Japanese letters, and French letters
                are part of the KOMA-Script bundle.  More may be found on
                CTAN or the KOMA-Script homepage as separate packages.

                Additional lco-files for different note papers may be found
                on the KOMA-Script homepage, e.g. one demonstration file
                for a note paper similar to the one of the 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:        2015/05/06 v3.17a
==============================================================================
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 page
                headers and footers.  You may either configure a predefined
                pair or page styles similar to headings and plain or
                myheadings and plain, use a simple user interface to define
                completely new page styles or 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 page headers and
                footers, to change the colour or font of the page headers
                and footers (and the lines) and more.
Requires:
Successor:      scrlayer-scrpage
License:        LPPL 1.3c or later
State:          Author maintained
Version:        2015/05/06 v3.17a
==============================================================================
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 of LaTeX
                standard class report.  It provides all options,
                environments, counters, lengths and commands of the LaTeX
                standard class report, but also several additional options,
                environments, commands etc. to make it much more versatile.
                The default layout of scrreprt differs from report with
                emphasis on typography.  Nevertheless by changing the
                defaults a layout very similar to the layout of the
                standard class may be accomplished.
Requires:       scrkbase - internal KOMA-Script package
                tocbasic - KOMA-Script package
                typearea - KOMA-Script package
License:        LPPL 1.3c or later
State:          Author maintained
Version:        2015/05/06 v3.17a
==============================================================================
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 tiny facilities 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:        2015/05/06 v3.17a
==============================================================================
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
                provides only about 16 write handles available by
                \newwrite.  With LaTeX not only the aux-file but each
                helper file like the toc-file, the lof-file, the lot-file,
                and files like raw indexes and raw glossaries need one of
                those handles.  scrwfile provides facilities to avoid all
                the handles of the helper files, that use the aux-file for
                intermediate writing.  This means, that toc-file, lof-file,
                lot-file and files of packages like listings don't need a
                write handle anymore.  So the user will have more write
                handles for files like indexes or glossaries and may avoid
                `No room for new \write' error messages.

                scrwfile also provides facilities to clone helper files,
                e.g., this may be used 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 own tables or
                lists of contents like the list of figures and the list of
                tables and thereby allow other classes or packages some
                types of controll about these. For examples package
                tocbasic delegates language control of all these tables and
                lists of contents to package babel. So automatic change of
                language will be provides inside all these tables and lists
                of contents. Using tocbasic will exculpate authors of
                classes and packages from implementation of such features.

                KOMA-Script itself uses tocbasic not only for the table of
                contents but also for the already mentioned lists of
                figures and tables.
Requires:       keyval - key=value interface of the graphics bundle
License:        LPPL 1.3c or later
State:          Author maintained
Version:        2015/05/06 v3.17a
==============================================================================
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.
                While the main classes of the KOMA-Script bundle were made,
                there where several ideas for formating the table of
                contents and lists of floats, but almost none of them where
                implemented.  One reason was, that the KOMA-Script author
                didn’t like to change the LaTeX kernel at a class, because
                this may result in serveral problems with other packages.
                The package tocstyle will fill the gap.  If it conflicts
                with another package, you simply may decide not to use it.

                The current release is only a proof of concept.
Requires:       
License:        LPPL 1.3c or later
State:          Unstable
Version:        2013/08/11 v0.2e-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
                configuration determined is very much dependent on the
                chosen font size.  There are separate packages, such as
                geometry, which give the user complete control, but also
                full responsibility of the settings of typearea and
                margins.

                KOMA-Script takes a somewhat different approach with its
                typearea package.  Here the user is given several
                construction setting and automatization possibilities based
                on established typography standards in order to help guide
                him or her in making a good choice.
Requires:       scrkbase - internal basic features for KOMA-Script packages
License:        LPPL 1.3c or later
State:          Autor maintained
Version:        2015/05/06 v3.17a
==============================================================================