summaryrefslogtreecommitdiff
path: root/sandbox/grubert/style.tex
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/grubert/style.tex')
-rw-r--r--sandbox/grubert/style.tex30
1 files changed, 0 insertions, 30 deletions
diff --git a/sandbox/grubert/style.tex b/sandbox/grubert/style.tex
deleted file mode 100644
index 6b7348428..000000000
--- a/sandbox/grubert/style.tex
+++ /dev/null
@@ -1,30 +0,0 @@
-% donot indent first line.
-\setlength{\parindent}{0pt}
-\setlength{\parskip}{5pt plus 2pt minus 1pt}
-
-% sloppy
-% ------
-% Less strict (opposite to default fussy) space size between words. Therefore
-% less hyphenation.
-\sloppy
-
-% fonts
-% -----
-% times for pdf generation, gives smaller pdf files.
-%
-% But in standard postscript fonts: courier and times/helvetica do not fit.
-% Maybe use pslatex.
-\usepackage{times}
-
-% pagestyle
-\pagestyle{headings}
-
-% change maketitle
-\renewcommand{\maketitle}{
- \begin{titlepage}
- \begin{center}
- \textsf{TITLE \@title} \\
- Date: \today
- \end{center}
- \end{titlepage}
-}