Skip to content
Permalink
e0963aa3d9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 99 lines (73 sloc) 2.84 KB
%% A sample file for showing what can be done with EOATeX
% Comments can be inserted with % at the beginning of the line.
% Everything to the right of that % is ignored by the TeX processor.
% Use this to put comments in your text.
%% All the commands are defined in the preamble. This command
%% integrates the preamble into this file
% \input{preambel/pre_eoa_box-nofnou}
\input{preambel/pre_eoa}
% \input{preambel/pre_xml}
%% There are two bibliography types: anthology and monograph, both
%% also come in the flavour of numeric citations: anthology-numeric
%% and monograph-numeric
\EOAbibliographytype{monograph}
%% The following line contains the name of the bibliography file
%% (without the .bib extension)
\EOAbibliographydatabase{texfiles/example}
%% Each publication has to be assigned one of the four series in
%% Proceedings, Studies, Sources or Textbook
\EOAseries{Studies}
%% If you need extra rules for hyphenation, you can insert the file
%% here
%% \input{texfiles/hyphenation.tex}
%% This command marks the beginning of the document
\begin{document}
%% As a rule, the main file should only contain the basic structure of
%% the publication, but not the text.
%% The frontmatter
% \include{texfiles/frontmatter}
% The command \EOAtoc inserts the table of contents
\EOAtoc
%% Set page numberic to arabic
\pagenumbering{arabic}
%% Start page numbering with 1
\setcounter{page}{1}
%% If the book has multiple parts:
\EOApart{This is the first part}
% % %% Input the chapters like this:
\EOAchapternonumber{Unnumbered document structure}{Unnumbered document structure}
\input{texfiles/01_document_structure_nonumbers}
\EOAchapter{Document structure}{Document structure}
\input{texfiles/02_document_structure_numbers}
\EOAchapter{Markup}{Markup \EOAauthor{A.N. Other}}
\input{texfiles/03_markup}
\EOAchapter{References and indices}{References and indices}
\input{texfiles/04_references}
\EOAchapter{Floats}{Floating environments}
\input{texfiles/05_floats}
\EOAchapter{Mathematics}{Mathematics}
\input{texfiles/06_math}
\EOAchapter{Transcription and translation}{Transcription and translation}
\input{texfiles/07_transcription}
% \EOApart{This is the development part}
% \EOAchapter{Developments}{Developments}
% \input{texfiles/aa_developments}
% \EOAchapter{Likely to fail}{Likely to fail}
% \input{texfiles/xx_fail}
% The backmatter
% A place to put the bibliography
\EOAchapternonumber{Bibliography}{Bibliography}
\EOAprintbibliography
% % This simple command prints out the normal index
\EOAprintindex
% %% For the person index we add another item to the table of contents
\EOAtocentry{Person index}
\EOAprintpersonindex
% %% same goes for the location index
\EOAtocentry{Location index}
\EOAprintlocationindex
\EOAfacsimilepart{Facsimiles}
\input{texfiles/08_facsimiles}
% This marks the end of the document. Everything below that line is
% ignored
\end{document}