Skip to content
Permalink
93de43745e
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 112 lines (83 sloc) 3.23 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
% only works if tocdepth > 0
\listoffigures
%% 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:k%C4%B1ld%C4%B1%C4%9F%C4%B1
\EOAchapternonumber{Unnumbered \EOAemph{document} structure}{Unnumbered \EOAemph{document} structure}
\input{texfiles/01_document_structure_nonumbers}
\EOAchapter{Document structure}{Document structure}\EOAlabel{chapter_documentstructure}
\input{texfiles/02_document_structure_numbers}
\EOAchapter{Markup}{Markup \EOAauthor{A.N. Other}}
\input{texfiles/03_markup}
\EOAifxml{\EOAchapter{LaTeX specifics}{LaTeX specifics}}{%
\EOAchapter{\LaTeX\ specifics}{\LaTeX\ specifics}}
\input{texfiles/04_texspecifics}
\EOAchapter{References and indices}{References and indices}
\input{texfiles/05_references}
\EOAchapter{Floats}{Floating environments}
\input{texfiles/06_floats}
\EOAchapter{Formulas}{Formulas}
\input{texfiles/07_math}
\EOAchapter{Source editions}{Source editions}
\input{texfiles/08_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}
% \EOAchapter{Debug}{Debug}
% \input{texfiles/geller}
% The backmatter
% A place to put the bibliography
\EOAchapternonumber{Bibliography}{Bibliography}
\EOAprintshorthands
\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
%% this command adds an entry into the table of contents
\EOAtocentry{Phantom}
\EOAfacsimilepart{Facsimiles}
\input{texfiles/09_facsimiles}
% This marks the end of the document. Everything below that line is
% ignored
\end{document}