Skip to content
Permalink
Browse files
optimized
  • Loading branch information
Robin Schneider committed Sep 9, 2012
1 parent 75a5b9d commit 2a99a061ae89f5bd6bd6ace4aac66ad9a768b0fc
Showing with 23 additions and 10 deletions.
  1. +8 −2 MyPackages/SourceCodeRS.sty
  2. +4 −1 MyPackages/defaultRS.sty
  3. +1 −0 MyPackages/timeRS.sty
  4. +10 −7 docstrip-template/template.dtx
@@ -6,8 +6,14 @@

\RequirePackage{listings} %% Quellcodedarstellung für viele verschiedene Sprachen
\renewcommand{\lstlistlistingname}{Quellcodeverzeichnis}
\lstset{numbers=left, numberstyle=\tiny, numbersep=5pt,language=C}
%[LaTeX]TeX,
%\lstset{numbers=left, numberstyle=\tiny, numbersep=5pt,language=C}
\lstset{
numbers=left,
numberstyle=\tiny,
frame=single,
commentstyle=\color{gray},
language=[LaTeX]TeX,
}

%\begin{lstlisting}
%\RequirePackage{%
@@ -34,7 +34,8 @@
%\RequirePackage{lcd} %% Setzt Text im Still von LCD Displays
%\RequirePackage{keystroke} %% Setzt Computer Tasten von Tastaturen \Esc
%\RequirePackage{telprint} %% Ordentliches Darstellen German phone numbers
\RequirePackage{numprint} %% Ordentliches Darstellen von Zahlen im Text und Mathe Modus
\RequirePackage[autolanguage]{numprint}
%% Ordentliches Darstellen von Zahlen im Text und Mathe Modus
\npfourdigitnosep
\RequirePackage{romanbar}
\newcommand{\RM}[1]{\Romanbar{#1}}
@@ -74,6 +75,8 @@
%\RequirePackage{linenoWorkaroundRS}
%% Erzeugt Fehler und wird nur noch temporär eingebunden

\let\fancynumprintcount\fnumprintc
\let\fancynumprintstr\fnumprint
%% Sprachdefinition laden
\RequirePackage{fnumprint} %% fnumprint@language
\RequirePackage{IfconstructsRS}
@@ -7,6 +7,7 @@
\RequirePackage[nodate]{datetime} %% only \pdfdate and \currenttime or \the\currentsecond
\RequirePackage{datenumber}
\RequirePackage{calcage}
\let\CalcAge\calcage
\RequirePackage{calctime}

\RequirePackage{clock} % \clocktime \clock{14}{00}
@@ -38,6 +38,8 @@
\newcommand{\PackageAuthorEmail}{<+email+>}
\newcommand{\PackageName}{\PrintPackage{<+filebase+>}}
\newcommand{\PrintPackage}[1]{\textsf{#1}}
\newcommand{\PrintOptionF}[1]{\textbf{#1}} %% ^^A This macro is used for
%% ^^A explaining any parameter when they first come up in the documentation.
\usepackage{<+filebase+>}
\usepackage{
babel,
@@ -75,7 +77,7 @@ corresponds to \PackageName~\fileversion, dated \filedate.}}
%</driver>
% \fi
%
% \CheckSum{<+checksum+>}
% \CheckSum{0}
%
% \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
@@ -97,12 +99,15 @@ corresponds to \PackageName~\fileversion, dated \filedate.}}
%
% \DoNotIndex{\RequirePackage, \DeclareOption, \ProcessOptions}
% \DoNotIndex{\PackageWarning, \MessageBreak}
% \DoNotIndex{\DeclareRobustCommand, \newcommand, \renewcommand}
% \DoNotIndex{\DeclareRobustCommand, \newcommand, \renewcommand, \def, \edef}
% \DoNotIndex{\DeclareStringOption, \ProcessLocalKeyvalOptions}
% \DoNotIndex{\ProcessKeyvalOptions, \SetupKeyvalOptions, \DeclareBoolOption}
% \DoNotIndex{\newenvironment}
% \DoNotIndex{\if, \else, \fi, \ifcase, \or, \ifthenelse, \AND, \value, \relax}
% \DoNotIndex{\equal, \@currname, \newcounter, \setcounter}
% \DoNotIndex{\(, \), \NOT, \OR}
% \DoNotIndex{\loop, \repeat, \the, \ifnum}
% \DoNotIndex{\equal, \boolean, \@currname, \newcounter, \setcounter}
% \DoNotIndex{\stepcounter, \addtocounter}
% \DoNotIndex{\endinput}
%
% \maketitle
@@ -126,13 +131,11 @@ corresponds to \PackageName~\fileversion, dated \filedate.}}
% \end{quote}
% in the preamble of your \LaTeXe{} source file.
%
% \DescribeMacro{\templateTest}
% The macro |\templateTest| {\marg{\LaTeX{} counter name}} takes a name of a
<+USAGE+>
% The macro |\<+filebase+>| \marg{\LaTeX{} counter name} takes a name of a
% LaTeX counter as its only not optional parameter and typesets it.
%
%
<+USAGE+>
%
% \StopEventually{}
%
% \section{Implementation}

0 comments on commit 2a99a06

Please sign in to comment.