Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
537 additions
and 4 deletions.
- +9 −4 MyPackages/defaultRS.sty
- +11 −0 MyPackages/footer/footingChemMinutesRS.sty
- +13 −0 MyPackages/footer/footingRS.sty
- +13 −0 MyPackages/footer/footingShortRS.sty
- +22 −0 MyPackages/ldf/defaultRS-english.ldf
- +21 −0 MyPackages/ldf/defaultRS-ngerman.ldf
- +10 −0 MyPackages/scrbookRS.sty
- +2 −0 templates/Buch.ctr
- +78 −0 templates/Buch.tex
- +2 −0 templates/Dokument.ctr
- +87 −0 templates/Dokument.tex
- +2 −0 templates/Empty.ctr
- +54 −0 templates/Empty.tex
- +14 −0 templates/Hallo_Welt.tex
- +2 −0 templates/Kurztext.ctr
- +60 −0 templates/Kurztext.tex
- +2 −0 templates/Protokoll.ctr
- +77 −0 templates/Protokoll.tex
- +2 −0 templates/Querformat.ctr
- +56 −0 templates/Querformat.tex
There are no files selected for viewing
| @@ -0,0 +1,11 @@ | ||
| \NeedsTeXFormat{LaTeX2e} | ||
| \ProvidesPackage{footingChemMinutesRS} | ||
| [2012/09/23 v1.00 chemistry minutes footing] | ||
|
|
||
| \RequirePackage{footingRS,ifthen} | ||
| \ihead{\TITEL} | ||
| \ohead{\AUTHOR ~-- \printClass} | ||
| %\chead{} | ||
| \ofoot[]{\SUBJECT ~vom \printdate{\CREATEDDAY.\CREATEDMONTH.\CREATEDYEAR}} | ||
|
|
||
| \endinput |
| @@ -0,0 +1,13 @@ | ||
| \NeedsTeXFormat{LaTeX2e} | ||
| \ProvidesPackage{footingRS} | ||
| [2011/09/24 v0.99 Standard Fußzeile von Robin Schneider] | ||
|
|
||
| %\RequirePackage{fancyhdr}\pagestyle{fancy} | ||
| \RequirePackage[automark]{scrpage2} | ||
| \pagestyle{scrheadings} | ||
| \ifoot{\thepage} | ||
| \cfoot{} | ||
| \ofoot{\AUTHOR}\chead{} | ||
| %% Verbraucht viel Speicher im PDF (20 kB) | ||
|
|
||
| \endinput |
| @@ -0,0 +1,13 @@ | ||
| \NeedsTeXFormat{LaTeX2e} | ||
| \ProvidesPackage{footingShortRS} | ||
| [2012/09/23 v0.99 Short footing] | ||
|
|
||
| \RequirePackage{footingRS,ifthen} | ||
| \ifthenelse{\equal{\SUBJECT}{}}{\ihead{\TITEL}} | ||
| {\ihead{\TITEL ~-- \SUBJECT}} | ||
| \ohead{\AUTHOR} | ||
| \ifoot[]{\printClass} | ||
| \cfoot{\printlicenseicons} | ||
| \ofoot[]{\toDay} | ||
|
|
||
| \endinput |
| @@ -0,0 +1,22 @@ | ||
| \ProvidesFile{defaultRS-english.ldf} | ||
|
|
||
| \newcommand{\LanguagePDFLang}{en-VG} | ||
| \newcommand{\LanguageClassName}{class} | ||
| \newcommand{\LanguageLicenceName}{licence} | ||
| \newcommand{\LanguageVersionName}{version} | ||
| \newcommand{\printURLlongextension}{This PDF file also contains a version history and statistics | ||
| about this document} | ||
| \newcommand{\LanguageTitlepageName}{Front page} | ||
| \newcommand{\LanguageWordSee}{See} | ||
|
|
||
| \newcommand{\Language@SignatureTextWithTypesetter}{% | ||
| Typesetted by \Typesetter with the typesetting program} | ||
| \newcommand{\Language@SignatureText}{Created with the typesetting program} | ||
| \newcommand{\Language@SignatureTeX}{\href{http://en.wikipedia.org/wiki/LaTeX}{\LaTeXe} on} | ||
| \newcommand{\Language@SignatureOS}{% | ||
| \href{http://en.wikipedia.org/wiki/Ubuntu_(operating_system)}{Ubuntu} | ||
| %\href{http://en.wikipedia.org/wiki/Debian}{Debian} | ||
| \href{http://en.wikipedia.org/wiki/GNU_Project}{GNU}/% | ||
| \href{http://en.wikipedia.org/wiki/Linux}{Linux}% | ||
| } | ||
| \newcommand{\LanguageSignatureShort}{LaTeX on \Language@SignatureOS} |
| @@ -0,0 +1,21 @@ | ||
| \ProvidesFile{defaultRS-ngerman.ldf} | ||
|
|
||
| \newcommand{\LanguagePDFLang}{de-DE} | ||
| \newcommand{\LanguageClassName}{Klasse} | ||
| \newcommand{\LanguageLicenceName}{Lizenz} | ||
| \newcommand{\LanguageVersionName}{Version} | ||
| \newcommand{\printURLlongextension}{In dieser PDF Datei finden sich auch noch Versionshinweise | ||
| und Statistiken über dieses Dokument.} | ||
| \newcommand{\LanguageTitlepageName}{Titelseite} | ||
| \newcommand{\LanguageWordSee}{Siehe} | ||
|
|
||
| \newcommand{\Language@SignatureTextWithTypesetter}{Gesetzt von \Typesetter mit dem Textsatzsystem} | ||
| \newcommand{\Language@SignatureText}{Erstellt mit dem Textsatzsystem} | ||
| \newcommand{\Language@SignatureTeX}{\href{http://de.wikipedia.org/wiki/LaTeX}{\LaTeXe} auf} | ||
| \newcommand{\Language@SignatureOS}{% | ||
| \href{http://de.wikipedia.org/wiki/Ubuntu}{Ubuntu} | ||
| %\href{http://de.wikipedia.org/wiki/Debian}{Debian} | ||
| \href{http://de.wikipedia.org/wiki/GNU-Projekt}{GNU}/% | ||
| \href{http://de.wikipedia.org/wiki/Linux}{Linux}% | ||
| } | ||
| \newcommand{\LanguageSignatureShort}{LaTeX auf \Language@SignatureOS} |
| @@ -0,0 +1,10 @@ | ||
| \NeedsTeXFormat{LaTeX2e} | ||
| \ProvidesPackage{scrbookRS} | ||
| [2012/01/24 v1.00 Pakete und Einstellungen für Buecher von Robin Schneider] | ||
|
|
||
| %% Erweiterungen für die dokumentklasse scrbook, baut auf standard.tex und auf scrartcl.tex auf. | ||
| \usepackage[utf8]{inputenc} %% Schriftkodierung | ||
| \usepackage{lettrine} | ||
| \usepackage{totpages} %% Sorgt dafür dass bei moderncv die Seitenzahlen entfernt werden | ||
|
|
||
| \endinput |
| @@ -0,0 +1,2 @@ | ||
| %% This file 'Buch.ctr' was generated by the package counttexruns | ||
| 70 |
| @@ -0,0 +1,78 @@ | ||
| %% <Buch.tex> template version 1.2 <Robin Schneider> | ||
| %%% preamble | ||
| %\RequirePackage{snapshot} %% \jobname.dep | ||
| %\listfiles %% listfiles in die Logdatei | ||
| \RequirePackage{RequirePackageRS} | ||
| \documentclass[10pt,oneside,a4paper,ngerman,numbers=noenddot,toc=listof]{scrbook} %% ,draft | ||
| \usepackage{ | ||
| % physicsRS, | ||
| scrbookRS, | ||
| defaultRS, | ||
| % literatureRS, | ||
| % debugRS, | ||
| timeRS, | ||
| % graphicRS, | ||
| % mathematicsRS, | ||
| layoutRS, | ||
| footingRS, | ||
| extensionsRS, | ||
| docExtensionsRS, | ||
| % chemistryRS, | ||
| } | ||
| %% spezifische Angaben | ||
| \readgitstat{2} | ||
| \SetTITEL{Buch Vorlage} | ||
| \SetAUTHOR{1}{} | ||
| %\SetSUBJECT{} | ||
| \choosedefaultlicense | ||
| \SetCREATEDATE{2010}{11}{21}{13}{07}{00} %% {YYYY}{MM}{DD}{HH}{MM}{SS} | ||
| \SetABGABEDATUM{2}{2011}{05}{23}{1} | ||
| \usepackage{ | ||
| PDFinfoRS, | ||
| tableRS, | ||
| } | ||
| \SetDraft{on} | ||
| \begin{document} | ||
| \pdfbookmark[1]{\LanguageTitlepageName}{titlepage}\pagenumbering{Roman}\thispagestyle{empty} | ||
| \PrintDefaultTitlepage | ||
| \newpage\pdfbookmark[1]{\contentsname}{tableofcontents} | ||
| \tableofcontents | ||
| \listoffigures | ||
| \listoftables | ||
| %\lstlistoflistings %% Quellcodeverzeichnis | ||
| \setcounter{headpages}{\value{page}}\newpage\pagenumbering{arabic} | ||
| %%%%%%%%%%% | ||
| \part{Teil} | ||
| \chapter{TEIL} | ||
| \section{Einführung} | ||
| \label{sec:einleitung} | ||
| \lettrine{D}{ies} ist eine \TITEL. | ||
|
|
||
| \setcounter{sectionsV}{\value{section}} %% Speichert die sectionnummer vor \appendix zwischen | ||
| \appendix %% Sorgt für Buchstaben im Inhaltsverzeichnis | ||
|
|
||
| \vfill | ||
| \printURLlong | ||
| \printlicense | ||
| \printendsignature | ||
| \ifDraft{\newpage\Statistiken | ||
| \begin{sourcefiletable}{1} | ||
| \sourcefile{Hauptdatei}{\jobname.tex} | ||
| % \sourcefile{Metainformationen}{files/metainfos.tex} | ||
| % \sourcefile{Titelseite}{files/titlepage.tex} | ||
| % \sourcefile{Literatur-Datenbank}{files/bibliographie.bib} | ||
| \end{sourcefiletable} | ||
| % \begin{landscape} | ||
| % \pagestyle{empty} | ||
| % \pdfbookmark[2]{Versionshinweise}{versionshinweise} | ||
| % \subsection*{Versionshinweise} | ||
| % \input{files/git/versions-log} | ||
| % \printgitstatlandscape{1} | ||
| % \end{landscape} | ||
| % \printgitstat{1} | ||
| % \subsubsection*{Dateien?} | ||
| % \pdfbookmark[3]{Dateien?}{files_by_date} | ||
| % \includegraphics[width=14cm]{files/git/stats/files_by_date-crop} | ||
| % \listoffixmes | ||
| }{} | ||
| \end{document} |
| @@ -0,0 +1,2 @@ | ||
| %% This file 'Dokument.ctr' was generated by the package counttexruns | ||
| 268 |
| @@ -0,0 +1,87 @@ | ||
| %% <Dokument.tex> template version 1.2 <Robin Schneider> | ||
| %%% preamble | ||
| %\RequirePackage{snapshot} %% \jobname.dep | ||
| %\listfiles %% listfiles in die Logdatei | ||
| \RequirePackage{RequirePackageRS} | ||
| \documentclass[12pt,a4paper,ngerman,numbers=noenddot,toc=listof]{scrartcl} %% ,draft | ||
| \usepackage{ | ||
| % physicsRS, | ||
| scrartclRS, | ||
| defaultRS, | ||
| % literatureRS, | ||
| % debugRS, | ||
| timeRS, | ||
| % graphicRS, | ||
| % mathematicsRS, | ||
| layoutRS, | ||
| footingRS, | ||
| extensionsRS, | ||
| docExtensionsRS, | ||
| % chemistryRS, | ||
| } | ||
| %% spezifische Angaben | ||
| \readgitstat{2} | ||
| \SetTITEL{Vorlage} | ||
| \SetAUTHOR{1}{} | ||
| \SetSUBJECT{\jobname} | ||
| %\SetURL{} | ||
| \choosedefaultlicense | ||
| \SetCREATEDATE{2010}{07}{06}{13}{07}{00} %% {YYYY}{MM}{DD}{HH}{MM}{SS} | ||
| \SetABGABEDATUM{2}{2011}{05}{23}{1} | ||
| \usepackage{ | ||
| PDFinfoRS, | ||
| tableRS, | ||
| } | ||
| \SetDraft{on} | ||
| \begin{document} | ||
| \pdfbookmark[1]{\LanguageTitlepageName}{titlepage}\pagenumbering{Roman}\thispagestyle{empty} | ||
| \PrintDefaultTitlepage | ||
| \newpage\pdfbookmark[1]{\contentsname}{tableofcontents} | ||
| \tableofcontents %% Inhaltsverzeichnis | ||
| %\listoffigures %% Abbildungsverzeichnis | ||
| %\listoftables %% Tabellenverzeichnis | ||
| %\lstlistoflistings %% Quellcodeverzeichnis | ||
|
|
||
| \setcounter{headpages}{\value{page}}\newpage\pagenumbering{arabic} | ||
| %%%%%%%%%%% | ||
| \section{Einführung} | ||
| \label{sec:einleitung} | ||
| Dies ist eine \TITEL ~für ein \SUBJECT | ||
|
|
||
| \section{Überschrift \newline mit Umbruch} | ||
|
|
||
| \setcounter{sectionsV}{\value{section}} %% Speichert die sectionnummer vor \appendix zwischen | ||
| \appendix %% Sorgt für Buchstaben im Inhaltsverzeichnis | ||
|
|
||
| %\newpage\printbibliography[heading=bibnumbered] | ||
|
|
||
| \vfill | ||
| \printURLlong | ||
| \printlicense | ||
| \printendsignature | ||
| %\ifDraft{ | ||
| \newpage\Statistiken | ||
| Status:~\progressbar{.00} (eigenes Ermessen)\newpage | ||
| \begin{sourcefiletable}{1} | ||
| \sourcefile{Hauptdatei}{\jobname.tex} | ||
| %\Isourcefile{\LaTeX-Hacks}{files/header/hacks.tex} | ||
| % \sourcefile{Metainformationen}{files/metainfos.tex} | ||
| % \sourcefile{Titelseite}{files/titlepage.tex} | ||
| % \sourcefile{Literatur-Datenbank}{files/bibliographie.bib} | ||
| \end{sourcefiletable} | ||
| %}{} | ||
| %\ifDraft{ | ||
| % \begin{landscape} | ||
| % \pagestyle{empty} | ||
| % \pdfbookmark[2]{Versionshinweise}{versionshinweise} | ||
| % \subsection*{Versionshinweise} | ||
| % \input{files/git/versions-log} | ||
| % \printgitstatlandscape{1} | ||
| % \end{landscape} | ||
| % \printgitstat{1} | ||
| % \subsubsection*{Dateien?} | ||
| % \pdfbookmark[3]{Dateien?}{files_by_date} | ||
| % \includegraphics[width=14cm]{files/git/stats/files_by_date-crop} | ||
| % \listoffixmes | ||
| %}{} | ||
| \end{document} |
| @@ -0,0 +1,2 @@ | ||
| %% This file 'Empty.ctr' was generated by the package counttexruns | ||
| 139 |
| @@ -0,0 +1,54 @@ | ||
| %% <Empty.tex> template version 1.2 <Robin Schneider> | ||
| %%% preamble | ||
| %\RequirePackage{snapshot} %% \jobname.dep | ||
| %\listfiles %% listfiles in die Logdatei | ||
| \RequirePackage{RequirePackageRS} | ||
| \documentclass[12pt,a4paper,english,numbers=noenddot,toc=listof]{scrartcl} %% ,draft | ||
| \usepackage{ | ||
| % physicsRS, | ||
| scrartclRS, | ||
| defaultRS, | ||
| % literatureRS, | ||
| % debugRS, | ||
| timeRS, | ||
| % graphicRS, | ||
| % mathematicsRS, | ||
| % gamesRS, | ||
| layoutRS, | ||
| % footingRS, | ||
| extensionsRS, | ||
| docExtensionsRS, | ||
| % chemistryRS, | ||
| } | ||
| %% spezifische Angaben | ||
| \pagestyle{empty} | ||
| \readgitstat{2} | ||
| \SetTITEL{Empty} | ||
| \SetAUTHOR{1}{} | ||
| %\SetSUBJECT{} | ||
| \choosedefaultlicense | ||
| \SetCREATEDATE{2010}{07}{06}{13}{07}{00} %% {YYYY}{MM}{DD}{HH}{MM}{SS} | ||
| \SetABGABEDATUM{1}{2011}{05}{23}{1} | ||
| \usepackage{ | ||
| PDFinfoRS, | ||
| tableRS, | ||
| } | ||
| %\SetDraft{on} | ||
| \begin{document} | ||
| \pagenumbering{arabic} | ||
| %%%%%%%%%%% | ||
| Leere Vorlage | ||
|
|
||
| \setcounter{sectionsV}{\value{section}} %% Speichert die sectionnummer vor \appendix zwischen | ||
| \appendix %% Sorgt für Buchstaben im Inhaltsverzeichnis | ||
| %\vfill\printlicense | ||
| %\printendsignature | ||
| \ifDraft{\newpage\Statistiken | ||
| \begin{sourcefiletable}{1} | ||
| \sourcefile{Hauptdatei}{\jobname.tex} | ||
| % \sourcefile{Metainformationen}{files/metainfos.tex} | ||
| % \sourcefile{Titelseite}{files/titlepage.tex} | ||
| % \sourcefile{Literatur-Datenbank}{files/bibliographie.bib} | ||
| \end{sourcefiletable} | ||
| }{} | ||
| \end{document} |
| @@ -0,0 +1,14 @@ | ||
| %% <Hallo_Welt.tex> template version 1.0.1 <Robin Schneider> | ||
| %%% preamble | ||
| %\RequirePackage{snapshot} %% \jobname.dep | ||
| %\listfiles %% listfiles in die Logdatei | ||
| \documentclass[12pt,a4paper,ngerman]{scrartcl} | ||
|
|
||
| \usepackage[utf8]{inputenc} %% Schriftkodierung | ||
| \usepackage[T1]{fontenc} | ||
| \usepackage{babel} %% Sprachunterstützung | ||
|
|
||
| \begin{document} | ||
| \jobname | ||
|
|
||
| \end{document} |
| @@ -0,0 +1,2 @@ | ||
| %% This file 'Kurztext.ctr' was generated by the package counttexruns | ||
| 17 |
Oops, something went wrong.