Initial checkout

This commit is contained in:
Stefan Kebekus
2023-03-30 10:13:25 +02:00
parent 797f7d37d4
commit d444c091e9
56 changed files with 49780 additions and 0 deletions

23
gfx/templates/01.tex Normal file
View File

@@ -0,0 +1,23 @@
%
% Do not edit the following line. The text is automatically updated by
% subversion.
%
\svnid{$Id: 01-intro.tex 64 2013-12-04 07:33:02Z kebekus $}
\section{Example section}
\subversionInfo
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est laborum. \cite{Grauert62}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "example"
%%% End:

51
gfx/templates/example.tex Normal file
View File

@@ -0,0 +1,51 @@
\documentclass[a4paper, british]{amsart}
\input{gfx/stdPreamble}
\input{gfx/paperVersion-working}
\author{Stefan Kebekus}
\address{Stefan Kebekus, Mathematisches Institut, Albert-Ludwigs-Universität Freiburg, Eckerstraße 1, 79104 Freiburg im Breisgau, Germany and University of Strasbourg Institute for Advanced Study (USIAS), Strasbourg, France}
\email{\href{mailto:stefan.kebekus@math.uni-freiburg.de}{stefan.kebekus@math.uni-freiburg.de}}
\urladdr{\href{http://home.mathematik.uni-freiburg.de/kebekus}{http://home.mathematik.uni-freiburg.de/kebekus}}
\thanks{Stefan Kebekus was supported in part by the DFG-Forschergruppe 790
``Classification of Algebraic Surfaces and Compact Complex Manifolds''. He
gratefully acknowledges the support through a joint fellowship of the Freiburg
Institute of Advanced Studies (FRIAS) and the University of Strasbourg
Institute for Advanced Study (USIAS).}
\keywords{Example Keywords}
\subjclass[2010]{Example Class}
\title{Example Paper}
\date{\today}
\makeatletter
\hypersetup{
pdfauthor={\authors},
pdftitle={\@title},
pdfsubject={\@subjclass},
pdfkeywords={\@keywords},
pdfstartview={Fit},
pdfpagelayout={TwoColumnRight},
pdfpagemode={UseOutlines},
bookmarks,
colorlinks}
\makeatother
\begin{document}
\maketitle
\tableofcontents
\input{01}
\bibstyle{alpha}
\bibliographystyle{alpha}
\bibliography{bibliography/general}
\end{document}