Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
141 additions
and 3 deletions.
- +2 −2 MyPackages/layoutRS.sty
- +2 −0 scripts/LaTeX-git-log
- +1 −1 templates/Empty.ctr
- +2 −0 templates/project directory/.gitattributes
- +6 −0 templates/project directory/.gitignore
- +9 −0 templates/project directory/hooks/post-checkout
- +1 −0 templates/project directory/hooks/post-commit
- +1 −0 templates/project directory/hooks/post-merge
- +2 −0 templates/talk/school.ctr
- +65 −0 templates/talk/school.tex
- +2 −0 templates/talk/simple.ctr
- +48 −0 templates/talk/simple.tex
There are no files selected for viewing
| @@ -1,2 +1,2 @@ | ||
| %% This file 'Empty.ctr' was generated by the package counttexruns | ||
| 139 | ||
| 141 |
| @@ -0,0 +1,2 @@ | ||
| *.tex diff=tex | ||
| *.bib diff=bibtex |
| @@ -0,0 +1,6 @@ | ||
| von* | ||
| test* | ||
| *.odt* | ||
| files/images | ||
| files/git | ||
| Bewertung* |
| @@ -0,0 +1,9 @@ | ||
| #!/bin/sh | ||
| # Post-{commit,checkout,merge} | ||
| # | ||
| LaTeX-git-commit-count > files/git/version.tex ## \readgitstat{7} | ||
| LaTeX-git-log |sed 's/rlllrrr/rllp{14cm}rrr/g' > files/git/versions-log.tex | ||
| ## Falls die Tabele über den rechten Rand geht: |sed 's/rlllrrr/rllp{12cm}rrr/g' | ||
| LaTeX-gitstats >/dev/null | ||
| #LaTeX-gitstats.sh "" >/dev/null | ||
| git fsck --full |
| @@ -0,0 +1 @@ | ||
| post-checkout |
| @@ -0,0 +1 @@ | ||
| post-checkout |
| @@ -0,0 +1,2 @@ | ||
| %% This file 'school.ctr' was generated by the package counttexruns | ||
| 92 |
| @@ -0,0 +1,65 @@ | ||
| %% <beamer/Schule.tex> template version 1.2 <Robin Schneider> | ||
| %%% preamble | ||
| %\RequirePackage{snapshot} %% \jobname.dep | ||
| %\listfiles %% listfiles in die Logdatei | ||
| \RequirePackage{RequirePackageRS} | ||
| \documentclass[ngerman,handout]{beamer} %% handout zum Drucken | ||
| \usepackage{ | ||
| % physicsRS, | ||
| BeamerDefaultRS, | ||
| defaultRS, | ||
| % literatureRS, | ||
| % debugRS, | ||
| timeRS, | ||
| graphicRS, | ||
| % mathematicsRS, | ||
| % gamesRS, | ||
| BeamerLayoutRS, | ||
| extensionsRS, | ||
| declareDocumentVariablesRS, | ||
| BeamerExtensionsRS, | ||
| schoolRS, | ||
| % chemistryRS, | ||
| } | ||
| %% spezifische Angaben | ||
| \SetTITEL{Vorlage} | ||
| \SetAUTHOR{1}{} | ||
| \SetKLASSE{11} | ||
| \SetSUBJECT{Schule} | ||
| %\SetURL{} | ||
| \choosedefaultlicense | ||
| %\logo{\ifthenelse{\boolean{showbeamerlogo}}{\includegraphics[height=2cm]{ | ||
| %/home/rsadmin/Dokumente/LaTeX/input-document/license/\LICENSE}}{}} | ||
| \SetCREATEDATE{2010}{10}{18}{13}{07}{00} %% {YYYY}{MM}{DD}{HH}{MM}{SS} | ||
| \SetABGABEDATUM{4}{2011}{05}{23}{1} | ||
| \readgitstat{2} | ||
| \usepackage{ | ||
| schoolPDFinfoRS, | ||
| tableRS, | ||
| } | ||
| \SetDraft{on} | ||
| \hypersetup{pdfpagemode={FullScreen}} | ||
| \begin{document} | ||
| \pagenumbering{Roman} | ||
| \PrintDefaultTitlepage | ||
|
|
||
| \frame{%[allowframebreaks] | ||
| \frametitle{\contentsname} | ||
| \pdfbookmark[2]{\contentsname}{tableofcontents} | ||
| \tableofcontents[hideallsubsections,pausesections] | ||
| \setcounter{headpages}{\value{page}}} | ||
| \pagenumbering{arabic} | ||
|
|
||
| \section{Einführung} | ||
| \begin{frame}[<+->][squeeze] | ||
| \begin{itemize} | ||
| \item Eins | ||
| \item Zwei | ||
| \item ÜÜ \TITEL | ||
| \end{itemize} | ||
| \end{frame} | ||
|
|
||
|
|
||
| %\printlicenseBeamer | ||
| %\ifDraft{\StatistikenBeamer}{} | ||
| \end{document} |
| @@ -0,0 +1,2 @@ | ||
| %% This file 'simple.ctr' was generated by the package counttexruns | ||
| 4 |
| @@ -0,0 +1,48 @@ | ||
| %% <Vorlagen/Vorlagen.tex> template version 1.2 <Robin Schneider> | ||
| %%% preamble | ||
| %\RequirePackage{snapshot} %% \jobname.dep | ||
| %\listfiles %% listfiles in die Logdatei | ||
| \RequirePackage{RequirePackageRS} | ||
| \documentclass[12pt,a4paper,landscape,ngerman,numbers=noenddot,toc=listof]{scrartcl} %% ,draft | ||
| \usepackage{ | ||
| % physicsRS, | ||
| scrartclRS, | ||
| defaultRS, | ||
| % literatureRS, | ||
| % debugRS, | ||
| timeRS, | ||
| % graphicRS, | ||
| % mathematicsRS, | ||
| extensionsRS, | ||
| declareDocumentVariablesRS, | ||
| readgitRS, | ||
| schoolRS, | ||
| % chemistryRS, | ||
| } | ||
| %% spezifische Angaben | ||
| \readgitstat{2} | ||
| \SetTITEL{Vortrag} | ||
| \SetAUTHOR{1}{} | ||
| \SetCLASS{12} | ||
| %\SetSUBJECT{} | ||
| %\SetURL{} | ||
| \choosedefaultlicense | ||
| \SetCREATEDATE{2010}{10}{06}{13}{07}{00} %% {YYYY}{MM}{DD}{HH}{MM}{SS} | ||
| %\SetABGABEDATUM{1}{2011}{05}{23}{1} | ||
| \usepackage{ | ||
| schoolPDFinfoRS, | ||
| % tableRS, | ||
| } | ||
| \newcommand{\newslide}{\newpage~\pagecolor{black}\newpage\pagecolor{white}} | ||
| \SetDraft{on} | ||
| \begin{document} | ||
| \setcounter{headpages}{0}\pagenumbering{arabic}\pagestyle{empty} | ||
| %%%%%%%%%%% | ||
| \newslide | ||
|
|
||
| Einfache Vortrags Vorlage | ||
|
|
||
| \newslide | ||
|
|
||
|
|
||
| \end{document} |