-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
37,837 additions
and
19,254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
% \CheckSum{2} | ||
% \iffalse meta-comment | ||
% | ||
% ============================================================================ | ||
% | ||
% TUD-KOMA-Script | ||
% Copyright (c) Falk Hanisch <tudscr@gmail.com>, 2012-2016 | ||
% | ||
% ============================================================================ | ||
% | ||
% 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 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 Falk Hanisch. | ||
% | ||
% ---------------------------------------------------------------------------- | ||
% | ||
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz | ||
% in der Version 1.3c, verteilt und/oder veraendert werden. Die aktuelle | ||
% Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und | ||
% Version 1.3c oder spaeter ist Teil aller Verteilungen von LaTeX 2005/12/01 | ||
% oder spaeter und dieses Werks. Dieses Werk hat den LPPL-Verwaltungs-Status | ||
% "author-maintained", wird somit allein durch den Autor verwaltet. Der | ||
% aktuelle Verwalter und Autor dieses Werkes ist Falk Hanisch. | ||
% | ||
% ============================================================================ | ||
% | ||
% \fi | ||
% | ||
% \CharacterTable | ||
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z | ||
% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z | ||
% Digits \0\1\2\3\4\5\6\7\8\9 | ||
% Exclamation \! Double quote \" Hash (number) \# | ||
% Dollar \$ Percent \% Ampersand \& | ||
% Acute accent \' Left paren \( Right paren \) | ||
% Asterisk \* Plus \+ Comma \, | ||
% Minus \- Point \. Solidus \/ | ||
% Colon \: Semicolon \; Less than \< | ||
% Equals \= Greater than \> Question mark \? | ||
% Commercial at \@ Left bracket \[ Backslash \\ | ||
% Right bracket \] Circumflex \^ Underscore \_ | ||
% Grave accent \` Left brace \{ Vertical bar \| | ||
% Right brace \} Tilde \~} | ||
% | ||
% \iffalse | ||
%%% From File: tudscr-cwl.dtx | ||
%<*driver> | ||
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi | ||
\ProvidesFile{tudscr-cwl.dtx}[% | ||
2016/05/19 v2.05 TUD-KOMA-Script (TeXstudio support)% | ||
] | ||
\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst} | ||
\documentclass[english,ngerman,xindy]{tudscrdoc} | ||
\usepackage{selinput}\SelectInputMappings{adieresis={ä},germandbls={ß}} | ||
\usepackage[T1]{fontenc} | ||
\usepackage{babel} | ||
\usepackage{tudscrfonts} % only load this package, if the fonts are installed | ||
\KOMAoptions{parskip=half-} | ||
\usepackage{microtype} | ||
\usepackage{bookmark} | ||
\CodelineIndex | ||
\RecordChanges | ||
\GetFileInfo{tudscr-cwl.dtx} | ||
\begin{document} | ||
\maketitle | ||
\DocInput{\filename} | ||
\end{document} | ||
%</driver> | ||
% \fi | ||
% | ||
% \selectlanguage{ngerman} | ||
% | ||
% \changes{v2.05}{2016/04/27}{Test}^^A | ||
% | ||
% \section{Automatisches Erzeugen von cwl-Dateien} | ||
% | ||
% Das ist eine Test-Datei, um das automatische Erstellen von \file{cwl}-Dateien | ||
% für \app{TeXstudio} aus den \file{dtx}-Dateien vorzubereiten. | ||
% \ToDo{Test und Umsetzung}[v2.06] | ||
% | ||
% \StopEventually{\PrintIndex\PrintChanges\PrintToDos} | ||
% | ||
% \iffalse | ||
%<*class> | ||
% \fi | ||
% | ||
% \begin{macro}{\TestMacro} | ||
% \changes{v2.05}{2015/11/04}{neu}^^A | ||
% Hier ein bisschen Text und die Definition. Danach der Kram für tudscr-cwl.ins | ||
% \iffalse | ||
%?\TestMacro{Argument} | ||
% \fi | ||
% \begin{macrocode} | ||
\newcommand*\TestMacro[1]{#1} | ||
% \end{macrocode} | ||
% \end{macro}^^A \TestMacro | ||
% | ||
% \Finale | ||
% | ||
\endinput |
Oops, something went wrong.