Skip to content
Permalink
b08e8709dc
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
125 lines (100 sloc) 5.74 KB
If a chapter has a different author, it can be inserted with the
EOAauthor command which goes directly into the EOAchapter command.
The EOA flavour of Latex offers quite a few commands that help you
markup words in your text. And also, if you want to include words in
different writing systems, they have to be preceded by commands so
that the system can switch to the correct font. The whole scope is
gathered in the next, rather experimental section.
\EOAsection{Non-Latin alphabets}
This section showcases text written in writing systems other than
Latin. It includes Russian, Chinese, Hebrew and Greek.
\EOAsubsection{Russian}
First, Russian: \EOArussian{В начале двадцатого века был
одним из идеологов богостроительства, в 1909 году помогал участникам
этого течения содержать фракционную школу на острове Капри для
рабочих, которую В. И. Ленин называл "литераторским центром
богостроительства".}
\EOAsubsection{Chinese}
Next, Chinese: \EOAchinese{法兰克人接受了高卢罗马文化,
改操罗曼语族语言(但在罗马人分布较少的高卢北部人多操日耳曼语族语言)。
克洛维定巴黎为首都,建立了新的王朝,史称墨洛温王朝,但是这个王朝在克
洛维死后陷入分裂,克洛维的四个儿子按照法兰克人的习惯,将法兰克国家一
分为四,分别是巴黎、奥尔良、苏瓦松和兰斯。}
\EOAsubsection{Hebrew}
Then, Hebrew: \EOAhebrew{ארגינעל האט די סעקרעטאריאט שטאב געדארפט צו זיין א
פאראייניגטע גרופע פון אומפארטייאישע שליחים פון יעדע לאנד וועלכע האבן
נאר די אינטערעסן פון זייערע אייגענע לענדער אבער עס האט זיך קיינמאל
נישט געהעריג אויסגעארבעט און נאר דער סעקרעטאר גענעראל איז אזוי
באטראכט געווארן}
\EOAsubsection{Greek}
And finally Greek: \EOAgreek{Ο φλοιός κυμαίνεται μεταξύ 5
και 70 km σε βάθος. Τα λεπτά τμήματα του φλοιού είναι κάτω από τους
ωκεανούς (ωκεάνιος φλοιός) και αποτελούνται από πυκνά πετρώματα
μαγνησίου, σιδήρου και πυριτίου. Τα παχύτερα τμήματα του φλοιού
είναι τα ηπειρωτικά τα οποία είναι λιγότερο πυκνά από τα ωκεάνια και
αποτελούνται από πετρώματα πλούσια σε νάτριο, αλουμίνιο και
πυρίτιο.}
\EOAsubsection{The Multilingual bit}
To read single Arabic words, as in Grammaticall Paradigms, we must
know the sound of the letters [\dots] ‘b t \EOAgreek{θ 3} \EOAhebrew
ח} \{\} d t z s \EOAhebrew{\char"FB2A} שׁ s d t d y G F k \EOAhebrew{כּ} כּ
L m n w h y. Change of \EOAhebrew{יה} into \EOAhebrew{ח}.
Place of the accent [\dots] never in ultima, therefore in penultima in
all disyllables as onsur, never higher than the antepenult, and there
always in polysyllables as nasara, nasarta unlwaaw [y]e penult be made
long by quiescent by אוי as tansoranias tansoriיna
tansoraיna.
\EOAsubsection{If in doubt}
You can add complicated characters as images, for example, an apple:
\EOAinline{inline/A.jpg}. Or a penguin: \EOAinline{inline/tux.png}.
\EOAsection{Text markup} This is a regular paragraph. Words can appear
in \EOAemph{italics}, – and some characters are \EOAup{superscript} or
\EOAdown{subscript}. There is also \EOAmathfont{Math font} for
additional symbols: {\EOAmfont ☉}. In some cases, you can use
\EOAbold{EOAbold} directly. \EOAcaps{Small caps} are also possible.
Text in \EOAred{red}.
\EOAsection{Other types of text blocks} If you want to include a
longer quote in a text, use the block quote feature. And inside that
we also introduce you to how you can insert footnotes (\EOAciteauthoryear{Piaget_1985}).
\begin{EOAquote}
A rather short block quote.\EOAfn{\EOAciteauthoryear[320-322]{Kaulbach_1960}}
\end{EOAquote}
\noindent Poems\EOAfn{If you don't want a paragraph to be indented, use
\textbackslash noindent} and verses can be included with the EOAverse
environment:
\begin{EOAverse}
Prudence and knowledge descend\\
From Philosophy into [human] intellects;\\
Which are \EOAemph{perfect} as far as their disposition is concerned,\\
As each one receives its part of justice and reason.\\
\end{EOAverse}
\EOAsubsectionnonumber{Three constructs for lists}
This is a numbered list containing three items:\EOAfn{And now a very
long footnote that spreads across at least one line so that we can
show what to do when you want to have more than one paragraph in the
footnote\EOAfnpar We have a command for that.}
\begin{EOAlist}
\item This is the first entry.
\item This is the second entry.
\item This is the third entry
\end{EOAlist}
In contrast to that, here is a list that is not numbered, but also
contains the same items!
\begin{EOAitems}
\item This is the \EOAemph{first} entry.
\item This is the second entry.
\item This is the third entry
\end{EOAitems}
Thirdly, if you want to give some definitions you can use EOAdescription:
\begin{EOAdescription}
\item[LaTeX] A typesetting system
\item[User] This is you!
\end{EOAdescription}
\EOAsection{Text boxes}
Simple info boxes with a grey background.
\begin{EOAbox}[Info box]
An info box is a box that contains some extra text as it is often
found in text books.
\EOAfigurenonumber{images/1.jpg}{50}{H}
Images are welcome!
\end{EOAbox}