User Tools

Site Tools


eoacommands

This is an old revision of the document!


Edition Open Access — Summary of Commands

English Version, 4. November2013

1. General Setup

\include{pre_eoa}
\EOAbibliographytype{monograph}
\EOAbibliographydatabase{DatabaseFile}
\EOAseries{Studies}
\begin{document}
 
The actual text begins here using the structuring and formatting commands described below.
 
\end{document}

\EOAbibliographytype may be anthology or monograph. With monograph you can produce one bibliography per chapter; anthology would produce a complete bibliography for the entirepublication. \EOAbibliographydatabase should include the filename of your BibTeX-database. \EOAseriesmay be Studies, Sources, Textbooks or Proceedings. This command determines the dimensions of the book and also the numbering scheme.

2. Text structure

Part

\EOApart{Title}

Introduces a new part in an edited volume.

Chapter, automatically numbered

\EOAchapter{Short title}{Full title}

Introduces a new chapter. The short title will appear in the header and should not exceed 40 characters.

Note: A short title must be given.

Chapter, unnumbered

\EOAchapternonumber{Short title}{Full title}

Introduces a new, unnumbered chapter. See above.

Details of author in the chapter heading

\EOAauthor{Name}

In an edited volume with more than one author, each author will be introduced with the command \EOAauthor within the chapter command \EOAchapter or \EOAchapternonumber.

Example:

\EOAchapter{short title for the header}
{Here is the full chapter title \EOAauthor{Jane Smith}}.

Section title

\EOAsection{Heading}

Introduces a new section, which is numbered and will appear in the table of contents. The section will be unnumbered if the command \EOAsectionnonumber{Heading} is used.

Subsection title

\EOAsubsection{Subheading}

Introduces a new subsection, which is numbered and appearsin the table of contents. The subsection will be unnumbered if the command \EOAsubsectionnonumber{Heading} is used.

Sub-subsection title

\EOAsubsubsection{Sub-subheading}

This command introduces a sub-subsection, but should only be used if absolutely necessary.

Blank page

\EOAemptypage

A blank page will be inserted at this point.

Page break

\EOAnewpage

The text given after this command will begin on a new page.

3. Formatting the text

Italics

\EOAemph{Text}

The text in the curly brackets will be given in italics.

Superscript and subscript

\EOAup{Text}
\EOAdown{Text}

The text in curly brackets will be given in superscript or in subscript.

Internet addresses URL

\EOAurl{http://www.example.com}

This will format Internet addresses. The address in the curly brackets should not be masked or modified in any way.

Greek, Chinese,Russian and Hebrew characters

\EOAgreek{Text}
\EOAchinese{Text}
\EOArussian{Text}
\EOAhebrew{Text}

This will mark characters that require a special font. Greek, Chinese,Russian or Hebrew text should be typed exactly as it should be printed. Modification is not required.

Footnotes

\EOAfn{Text}

The text in brackets will be given in an automatically numbered footnote at the bottom of the page.

Special characters as images

\EOAinline{Image_file}

In very exceptional cases, a character can be used that does not belong to the Unicode range. This command will allow an image file to be embedded in the text as a character.

The tilde ~

\EOAtilde

This command generates the character ~. It should not be used when writing equations.

Indented citations

\begin{EOAquote}
Text to be set off the running text.
\end{EOAquote}

The cited text will be indented at both sides and the line spacing somewhat reduced.

4. Special layouts for scientific texts

Transcription and translation

\begin{EOAtranscripted}{Header left}{Headerright}
Transcribed text on the left-hand page
\EOAnewpage
Translated text on the right-hand page
\end{EOAtranscripted}

For a comparison, a transcription is given on the left page and its translation on the right.

Letterhead

\EOAletterhead{Recipientand Date}{Archive identification}
{Additional information}{pages}

This will give a letterhead within a frame. The text body of the letter follows the command as normal running text.

5. Lists, numbered items, theorems and descriptions

List of numbered items

\begin{EOAlist}
\item First numbered entry
\item Second numbered entry
\end{EOAlist}

For a list of numbered items, use the command \EOAlist. Entries within this list will be introduced by the command \item and should not exceed one paragraph. It is not possible to create lists of numbered entries with multiple hierarchies.

Lists

\begin{EOAitems}
\item First entry
\item Second entry
\end{EOAitems}

To create a list, use the command \EOAitems. Entries in the list will be introduced by the command \item and should not exceed one paragraph. It is not possible to create lists with multiple hierarchies.

Descriptions

\begin{EOAdescription}
\item[The item to be described] The description of this item.
\item[The second item to be described] The description of this item.
\end{EOAdescription}

\EOAdescription can be used for textual descriptions. The text given after \item in brackets will be indentedand set in italics.

Theorems

\EOAnewtheorem{Identifier}{Name of theorem}

To presentautomatically numbered theorems, a theorem can be given using the command \EOAnewtheorem.The name of the theorem can be determined by the user and is given at the beginning of the line. Using the command \begin{Identifier} you can start the explanation of the theorem. This must be ended with the command \end{Identifier}. Please note: Although we make use of the package amsthm, it is not possible to use commands such as \newtheoremstyle or \swapnumbers.

eoacommands.1574864617.txt.gz · Last modified: 2019/11/27 15:23 by sszenti