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
|
% ======================================================================
% manifest.txt
% Copyright (c) Markus Kohm, 2005-2012
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
% This work may be distributed and/or modified under the conditions of
% the LaTeX Project Public License, version 1.3c of the license.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of LaTeX
% version 2005/12/01 or later and of this work.
%
% This work has the LPPL maintenance status "author-maintained".
%
% The Current Maintainer and author of this work is Markus Kohm.
%
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% manifest.txt
% Copyright (c) Markus Kohm, 2005-2012
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
% Die neuste Version dieser Lizenz ist
% http://www.latex-project.org/lppl.txt
% und Version 1.3c ist Teil aller Verteilungen von LaTeX
% Version 2005/12/01 oder spaeter und dieses Werks.
%
% Dieses Werk hat den LPPL-Verwaltungs-Status "author-maintained"
% (allein durch den Autor verwaltet).
%
% Der Aktuelle Verwalter und Autor dieses Werkes ist Markus Kohm.
%
% Dieses Werk besteht aus den in manifest.txt aufgefuehrten Dateien.
% ======================================================================
%
% CONTENTS OF THE KOMA-SCRIPT RELEASE 2012/05/15 v3.11
% ------------------------------------------------------
%
%
% Documentation:
% --------------
%
% README - The distribution guide. START BY READING THIS FILE!
% Informationen zur Verteilung. DIESE DATEI ZUERST LESEN!
% manifest.txt - This file
%
% INSTALL.txt - English installation guide
% INSTALLD.txt - Deutsche Installationsanleitung
%
% lppl.txt - Licence informations
% lppl-de.txt - Deutsche Uebersetzung der Lizenzbestimmungen. Diese ist
% in allen Laendern oder Staaten mit Deutsch als
% zulaessiger Amtssprache bindend.
%
% scrsource.tex - File to produce the KOMA-Script implementation
% documentation
%
% komabug.tex - Interactive LaTeX document to generate bug reports
%
% doc/ - Directory with all the documentation
% Makefile - Gnu make's makefile for the user guides
% Makefile.guide - Used by Makefile
% Makefile.latexinit
% - Used by Makefile
% guide.tex - Source main file of the user guides
% guide.bib - Bibliography database of the user guides
% plength.dtx - Source of Metapost figures used by the user guides
% scrguide.cls - Class used by the user guides
% scrguide.gst - MakeIndex style for the glossary of the user guides
% scrguide.ist - MakeIndex style for the index of the user guides
%
% koma-script.html - Wrapper to the user guides
% komascript.html - Wrapper to the user guides
% komascr.html - Wrapper to the user guides
% scraddr.html - Wrapper to the user guides
% scrartcl.html - Wrapper to the user guides
% scrbase.html - Wrapper to the user guides
% scrbook.html - Wrapper to the user guides
% scrdate.html - Wrapper to the user guides
% scrlfile.html - Wrapper to the user guides
% scrwfile.html - Wrapper to the user guides
% scrlttr2.html - Wrapper to the user guides
% scrpage2.html - Wrapper to the user guides
% scrreprt.html - Wrapper to the user guides
% scrtime.html - Wrapper to the user guides
% tocbasic.html - Wrapper to the user guides
% typearea.html - Wrapper to the user guides
%
% scrguien.pdf - English user guide
% scrguien.html - HTML index of the english user guide
%
% scrguide.pdf - Deutsche Anleitung
% scrguide.html - HTML-Index fuer die deutsche Anleitung
%
% linkalias.tex - alias definitions of links in the free manual
%
% bin/
% genhtmlidx.pl - Perl script for HTML index generation
% genindex.pl - Perl script to split the index
%
% english/ - Directory with the source of the english user guide
% adrconvnote.tex - Source of the chapter about adrconv at the english
% user guide
% authorpart.tex - heading of part I
% common-0.tex ... common-15.tex
% - used in several chapters
% guide-english.tex
% - Terms for the english user guide
% expertpart.tex - heading of part II
% htmlsetup - Terms for the html index of the english user guide
% introduction.tex - Source of introduction chapter at the english user
% guide
% japanlco.tex - Source of the appendix about Japanese letters
% preface.tex - preface to KOMA-Script 3
% scraddr.tex - Source of the chapter about scraddr at the english
% user guide
% scrbase.tex - Source of the chapter about scrbase at the english
% user guide
% scrbookreportarticle.tex
% - Source of the chapter about scrbook, scrreprt, and
% scrartcl in part I of the english user guide
% scrbookreportarticle-experts.tex
% - Source of the chapter about scrbook, scrreprt, and
% scrartcl in part II of the english user guide
% scrdatetime.tex - Source of the chapter about scrdate and scrtime at
% the english user guide
% scrlfile.tex - Source of the chapter about scrlfile at the english
% user guide
% (scrwfile.tex - Source of the chapter about scrwfile at the english
% user guide (generated file))
% scrlttr2.tex - Source of the chapter about scrlttr2 in part I of
% the english user guide
% scrlttr2examples.dtx
% - Source of the example letter
% scrlttr2-experts.tex
% - Source of the chapter about scrlttr2 in part II of
% the english user guide
% scrpage2.tex - Source of the chapter about scrpage2 at the english
% user guide
% (tocbasic.tex - Source of the chapter about tocbasic at the english
% user guide (generated file))
% typearea.tex - Source of the chapter about typearea in part I of
% the english user guide
% typearea-experts.tex
% - Source of the chapter about typearea in part I of
% the english user guide
%
% ngerman/ - Verzeichnis mit der deutschen Anleitung
% adrconvnote.tex - Quellen des Kapitels ueber adrconv in der deutschen
% Anleitung
% authorpart.tex - Vorspann von Teil I
% common-0.tex ... common-15.tex
% - Passagen, die in verschiedenen Kapiteln vorkommen
% expertpart.tex - Vorspann von Teil II
% guide-ngerman.tex
% - Begriffe fuer die deutsche Anleitung
% htmlsetup - Begriffe fuer den HTML-Index fuer die deutsche Anleitung
% introduction.tex - Quellen des Einleitungskapitels der deutschen Anleitung
% preface.tex - Vorwort zu KOMA-Script 3
% scraddr.tex - Quellen des Kapitels ueber scraddr in der deutschen
% Anleitung
% scrbase.tex - Quellen des Kapitels ueber scrbase in der deutschen
% Anleitung
% scrbookreportarticle.tex
% - Quellen des Kapitels ueber scrbook, scrreprt und
% scrartcl in Teil I der deutschen Anleitung
% scrbookreportarticle-experts.tex
% - Quellen des Kapitels ueber scrbook, scrreprt und
% scrartcl in Teil II der deutschen Anleitung
% scrdatetime.tex - Quellen des Kapitels ueber scrdate und scrtime in der
% deutschen Anleitung
% scrextend.tex - Quellen des Kapitels ueber scrextend in der deutschen
% Anleitung
% scrhack.tex - Quellen des Kapitels ueber scrhack in der deutschen
% Anleitung
% scrlfile.tex - Quellen des Kapitels ueber scrlfile in der deutschen
% Anleitung
% scrwfile.tex - Quellen des Kapitels ueber scrwfile in der deutschen
% Anleitung
% scrlttr2examples.dtx
% - Quellen der Beispielbriefe
% scrlttr2.tex - Quellen des Kapitels ueber scrlttr2 in Teil I der
% deutschen Anleitung
% scrlttr2-experts.tex
% - Quellen des Kapitels ueber scrlttr2 in Teil II der
% deutschen Anleitung
% scrpage2.tex - Quellen des Kapitels ueber scrpage2 in der deutschen
% Anleitung
% tocbasic.tex - Quellen des Kapitels ueber tocbasic in der deutschen
% Anleitung
% typearea.tex - Quellen des Kapitels ueber typearea in Teil I der
% deutschen Anleitung
% typearea-experts.tex
% - Quellen des Kapitels ueber typearea in Teil II der
% deutschen Anleitung
%
%
% KOMA-Script Source Files:
% -------------------------
%
% Makefile - Makefile for gnu make (needed by developers)
% Makefile.baseinit - Used by Makefile and Makefiles at subdirectories
% Makefile.baserules - Used by Makefile and Makefiles at subdirectories
% Makefile.cfg - Optional configuration file for make
%
% scrdoc.dtx - Class used by the KOMA-Script dtx files
% scrbeta.dtx - Betainformation for all classes and packages
% scrkbase.dtx - KOMA-Script kernel base
% scrkbib.dtx - KOMA-Script bibliography part of the classes
% scrkfloa.dtx - KOMA-Script float part of the classes
% scrkfont.dtx - KOMA-Script font part of the classes
% scrkftn.dtx - KOMA-Script footnote part of the classes
% scrkidx.dtx - KOMA-Script index part of the classes
% scrklang.dtx - KOMA-Script language part of the classes and packages
% scrkliof.dtx - KOMA-Script list of ... part of the classes
% scrklist.dtx - KOMA-Script lists part of the classes
% scrkmisc.dtx - KOMA-Script other parts of the classes
% scrkpage.dtx - KOMA-Script pagestyle part of the classes
% scrkpar.dtx - KOMA-Script paragraph setting part of the classes
% scrksect.dtx - KOMA-Script sectioning part of the classes
% scrktare.dtx - KOMA-Script typearea part of the classes and package
% scrktitl.dtx - KOMA-Script title part of the classes
% scrkvers.dtx - KOMA-Script version part of the classes and packages
% scrkcile.dtx - KOMA-Script circular letter part
% scrkcomp.dtx - KOMA-Script compatibility modes of the classes
% scrklco.dtx - KOMA-Script letter class option part
% japanlco.dtx - KOMA-Script letter class options for Japanese letters
% scrknpap.dtx - KOMA-Script note paper part of scrlttr2
% scrkplen.dtx - KOMA-Script pseudo length part of scrlttr2
% scrkvars.dtx - KOMA-Script variables part of scrlttr2
% scrlogo.dtx - KOMA-Script logo for all classes and packages
% scrhack.dtx - KOMA-Script hacking other packages
%
% scrextend.dtx - KOMA-Script extensions package
%
% tocbasic.dtx - KOMA-Script toc-file package
%
% scrlettr.dtx - KOMA-Script obsolete letter class
%
% scrpage.dtx - KOMA-Script page style packages
%
% scrlfile.dtx - KOMA-Script load file package
%
% scrwfile.dtx - KOMA-Script write file package
%
% scraddr.dtx - KOMA-Script scraddr package
%
% scrtime.dtx - KOMA-Script time and date package
%
%
% Installation scripts for the various parts:
% -------------------------------------------
%
% scrmain.ins - Installation script for the main classes and packages
% scrlfile.ins - Installation script for the load file package
% scrlettr.ins - Installation script for the obsolete letter class
% scraddr.ins - Installation script for the address package
% scrpage.ins - Installation script for the page style packages
% scrstrip.inc - Include file at the begin of all installation scripts
% scrstrop.inc - incldue file at the end of all installation scripts
%
% ============================================================================
%
% The following is a machine readable list of all needed files.
% The directories of the files scrguien.pdf, scrguien.html, scrguide.pdf and
% scrguide.html may be changed.
%
README
manifest.txt
INSTALL.txt
INSTALLD.txt
lppl.txt
lppl-de.txt
scrsource.tex
komabug.tex
doc/Makefile
doc/Makefile.guide
doc/Makefile.latexinit
doc/guide.tex
doc/guide.bib
doc/plength.dtx
doc/scrguide.cls
doc/scrguide.gst
doc/scrguide.ist
doc/linkalias.tex
doc/scrguien.pdf
doc/scrguien.html
doc/scrguide.pdf
doc/scrguide.html
doc/koma-script.html
doc/komascript.html
doc/komascr.html
doc/scraddr.html
doc/scrartcl.html
doc/scrbook.html
doc/scrdate.html
doc/scrlfile.html
doc/scrwfile.html
doc/scrlttr2.html
doc/scrpage2.html
doc/scrreprt.html
doc/scrtime.html
doc/typearea.html
doc/tocbasic.html
doc/scrbase.html
doc/bin/genhtmlidx.pl
doc/bin/genindex.pl
doc/english/adrconvnote.tex
doc/english/authorpart.tex
doc/english/common-0.tex
doc/english/common-1.tex
doc/english/common-2.tex
doc/english/common-3.tex
doc/english/common-4.tex
doc/english/common-5.tex
doc/english/common-6.tex
doc/english/common-7.tex
doc/english/common-8.tex
doc/english/common-9.tex
doc/english/common-10.tex
doc/english/common-11.tex
doc/english/common-12.tex
doc/english/common-13.tex
doc/english/common-14.tex
doc/english/common-15.tex
doc/english/expertpart.tex
doc/english/guide-english.tex
doc/english/htmlsetup
doc/english/introduction.tex
doc/english/japanlco.tex
doc/english/preface.tex
doc/english/scraddr.tex
doc/english/scrbase.tex
doc/english/scrbookreportarticle.tex
doc/english/scrbookreportarticle-experts.tex
doc/english/scrdatetime.tex
doc/english/scrhack.tex
doc/english/scrlfile.tex
% doc/english/scrwfile.tex (currently not, because it's generated)
doc/english/scrlttr2.tex
doc/english/scrlttr2-experts.tex
doc/english/scrlttr2examples.dtx
doc/english/scrpage2.tex
% doc/english/tocbasic.tex (currently not, because it's generated)
doc/english/typearea.tex
doc/english/typearea-experts.tex
doc/ngerman/adrconvnote.tex
doc/ngerman/authorpart.tex
doc/ngerman/common-0.tex
doc/ngerman/common-1.tex
doc/ngerman/common-2.tex
doc/ngerman/common-3.tex
doc/ngerman/common-4.tex
doc/ngerman/common-5.tex
doc/ngerman/common-6.tex
doc/ngerman/common-7.tex
doc/ngerman/common-8.tex
doc/ngerman/common-9.tex
doc/ngerman/common-10.tex
doc/ngerman/common-11.tex
doc/ngerman/common-12.tex
doc/ngerman/common-13.tex
doc/ngerman/common-14.tex
doc/ngerman/common-15.tex
doc/ngerman/expertpart.tex
doc/ngerman/guide-ngerman.tex
doc/ngerman/htmlsetup
doc/ngerman/introduction.tex
doc/ngerman/preface.tex
doc/ngerman/scraddr.tex
doc/ngerman/scrbase.tex
doc/ngerman/scrbookreportarticle.tex
doc/ngerman/scrbookreportarticle-experts.tex
doc/ngerman/scrdatetime.tex
doc/ngerman/scrhack.tex
doc/ngerman/scrlfile.tex
doc/ngerman/scrwfile.tex
doc/ngerman/scrlttr2.tex
doc/ngerman/scrlttr2-experts.tex
doc/ngerman/scrlttr2examples.dtx
doc/ngerman/scrpage2.tex
doc/ngerman/tocbasic.tex
doc/ngerman/typearea.tex
doc/ngerman/typearea-experts.tex
Makefile
Makefile.baseinit
Makefile.baserules
scrdoc.dtx
scrbeta.dtx
scrkbase.dtx
scrkbib.dtx
scrkfloa.dtx
scrkfont.dtx
scrkftn.dtx
scrkidx.dtx
scrklang.dtx
scrkliof.dtx
scrklist.dtx
scrkmisc.dtx
scrkpage.dtx
scrkpar.dtx
scrksect.dtx
scrktare.dtx
scrktitl.dtx
scrkvers.dtx
scrkcile.dtx
scrkcomp.dtx
scrklco.dtx
japanlco.dtx
scrknpap.dtx
scrkplen.dtx
scrkvars.dtx
scrlogo.dtx
scrhack.dtx
scrextend.dtx
tocbasic.dtx
scrlettr.dtx
scrpage.dtx
scrlfile.dtx
scrwfile.dtx
scraddr.dtx
scrtime.dtx
scrmain.ins
scrlfile.ins
scrlettr.ins
scraddr.ins
scrpage.ins
scrstrip.inc
scrstrop.inc
|