diff options
author | Camil Staps | 2016-08-25 11:16:49 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-25 11:16:49 +0200 |
commit | 7d9b5a0c84a931542c088cfe6bc4325be22ecb71 (patch) | |
tree | 085e5ae27cfbabc2e1533f4927969f5784dd1cfc /doc/doc.tex |
Initial commit
Diffstat (limited to 'doc/doc.tex')
-rw-r--r-- | doc/doc.tex | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/doc.tex b/doc/doc.tex new file mode 100644 index 0000000..576d966 --- /dev/null +++ b/doc/doc.tex @@ -0,0 +1,26 @@ +\documentclass[a4paper]{article} + +\author{Camil Staps} +\title{Fuspel} + +\usepackage{geometry} +\usepackage[usenames,dvipsnames,svgnames,table]{xcolor} +\definecolor{linkcolor}{rgb}{0.65,0,0} +\definecolor{citecolor}{rgb}{0,0.65,0} +\definecolor{urlcolor}{rgb}{0,0,0.65} +\usepackage[ + colorlinks=true, + linkcolor=linkcolor, + urlcolor=urlcolor, + citecolor=citecolor]{hyperref} + +\usepackage{syntax} + +\begin{document} + +\maketitle +\tableofcontents + +\input{grammar} + +\end{document} |