From 3a6768a7123638f85298b1ea4e0914b0ff83927a Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 29 Mar 2019 14:35:54 +0100 Subject: [PATCH 01/14] Longtable support --- texfiles/06_floats.tex | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/texfiles/06_floats.tex b/texfiles/06_floats.tex index 94b4330..3309978 100644 --- a/texfiles/06_floats.tex +++ b/texfiles/06_floats.tex @@ -44,6 +44,56 @@ \end{EOAtable} +\EOAsubsection{Longtable} + +Longtables are possible, but they are only required for \LaTeX output. +In order to still stick to one source, there is the possibility to use +a case differentiation. The body of the table remains the same. + +\ifthenelse{\boolean{isxml}}{ +\begin{EOAtable}{L{2cm}C{3.5cm}C{3.5cm}R{4cm}}{Die Erstausgaben von Proklos’ Werken im 15. und 16. Jahrhundert. Vgl. \EOAciteauthoryear{Hsu_1993}.}{Tabelle_Die_Verbreitung_von_P.pdf}{H} +\EOAtablehead{Jahr & Ort, Drucker & Titel & Sprache} +} +{ +\begin{longtable}[H]{L{1cm}C{4.5cm}C{4.5cm}R{3cm}} +% \centering +\caption{Die Erstausgaben von Proklos’ Werken im 15. und 16. Jahrhundert. Vgl. \EOAciteauthoryear{Hsu_1993}.}\label{Tabelle_Die_Verbreitung_von_P.pdf}\\ +\toprule +Jahr & Ort, Drucker & Titel & Sprache\\\midrule\endfirsthead +\multicolumn{2}{l}{\emph{Tabelle~\thetable, Fortsetzung}} \vspace{4mm}\\ +Jahr & Ort, Drucker & Titel & Sprache\\\midrule\endhead +\endfoot +\bottomrule +\endlastfoot} +1497 & Venedig: Aldus Manutius & \EOAemph{In Platonis Alcibiadem} & Latein, übers. v. Marsilio Ficino\\ +1528 & Basel: Thomas Wolff & \EOAemph{De fide}, in: \EOAemph{Antidotum contra haereses}, S. 176–181 & Griech.-Lat., übers. v. Dionysius Exiguus\\ +1531 & Basel, Johann Bebel & \EOAemph{De motu} & Griechisch\\ +1532 & Basel: Michael Isengrin & \EOAemph{In Alcibiadem. De sacrificio et magia} & Latein, übers. v. Marsilio Ficino\\ +1533 & Basel: Simon Grynaeus & \EOAemph{In Euclidis elementorum librum I} & Griechisch\\ +1534 & Basel: Johann Walder & \EOAemph{In Timaeum. Politikon} & Griechisch\\ +1537 & – & \EOAemph{Scholia in Homerum} & –\\ +1541 & Basel: Heinrich Petri & \EOAemph{Hypotyposis astronomicarum positionum. Ptolemaei Geographia} & Griechisch\\ +1542 & Paris: Jakob Bogard & \EOAemph{De motu} & Griechisch\\ +1551 & Basel: Heinrich Petri & \EOAemph{Hypotyposis. Ptolemaei Geographia} & Latein, übers. v. Giorgio Valla\\ +1554 & Basel: Johann Oporinus & \EOAemph{Paraphrasis in quattuor Ptolemaei libros de siderum effectionibus} & Griechisch\\ +1560 & Paris, Guilelmus Morelius & \EOAemph{De liturgia} & Griechisch, hg. v. Claudio de Sainctes\\ +1560 & Padua: Percacino & \EOAemph{In Euclidis elementorum librum I} & Latein, übers. v. Francesco Barozzi\\ +1562 & Basel: Perna & \EOAemph{De motu} & Latein, übers. v. Josef Waldanius\\ +1576 & Basel: Henricpetri & \EOAemph{Opera} & Latein, übers. v. Marsilio Ficino\\ +1577 & Paris: Federicus Morellus & \EOAemph{De conscribendis epistolis} & Griechisch\\ +1583 & Ferrara: Dominicus Mamarellus & \EOAemph{Elementa Theologica et Physica} & Latein, übers. v. Francesco Patrizi\\ +1591 & Basel: Heinrich Petri & \EOAemph{Commentaria in Tetrabiblon} & Griechisch\\ +1592 & Bremen: Bernhard Peters & \EOAemph{De significationibus eclipsium} & Griechisch\\ +1496 & Florenz: Lorenzo d’Alopa & \EOAemph{Timaeus} & Latein, übers. v. Marsilio Ficino\\ +1497 & Venedig: Aldus Manutius & \EOAemph{In Alcibiadem; De sacrificio et magia} & Latein, übers. v. Marsilio Ficino\\ +1590 & Frankfurt, apud Andreae Wecheli haeredes Claudium, Marnium et Iohannem Aubrium & \EOAemph{Chrestomathia} & Griech.-Lat., übers. v. Andrea Schotto, Komm. v. Petri Johann Nunnesius\\ +1618 & Hamburg/Frankfurt: Aemilius Portus & \EOAemph{Procli ln Platonis Theologiam libri sex} & Griechisch, Hg. Aemilius Portus\\ +1635 & Leiden. Elzevir & \EOAemph{Paraphrasis in Ptolemaei Tetrabiblion} & Griechisch\\ +1565 & Paris: Charles Perier & \EOAemph{Deux livres de Proclus du mouvement} & Französisch, übers. v. Pierre Forcadel de Beziés +\ifthenelse{\boolean{isxml}}{ +\end{EOAtable}} +{\end{longtable}} + \EOAsection{Figures} Images are also floating objects. The command takes five parameters: From a2134d163703b58a490d8b0c2460b0050a161a99 Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 29 Mar 2019 14:36:54 +0100 Subject: [PATCH 02/14] Introduced boolean "isxml" Useful in combination with usage of longtable --- preambel/pre_eoa.tex | 4 ++++ preambel/pre_xml.tex | 2 ++ 2 files changed, 6 insertions(+) diff --git a/preambel/pre_eoa.tex b/preambel/pre_eoa.tex index 1a53e81..dc90a6c 100755 --- a/preambel/pre_eoa.tex +++ b/preambel/pre_eoa.tex @@ -9,6 +9,9 @@ \usepackage{xifthen} \usepackage{ifplatform} +\newboolean{isxml} +\setboolean{isxml}{false} + % new version \usepackage[markcase=nouppercase]{scrlayer-scrpage} \renewcommand*{\chaptermarkformat}{\thechapter .~} @@ -724,6 +727,7 @@ \usepackage{tabularx} \usepackage{booktabs} \usepackage{longtable} + % Middle rule should be thicker, therefore redefining lightrulewidth for \midrule \setlength\lightrulewidth{1.2pt} diff --git a/preambel/pre_xml.tex b/preambel/pre_xml.tex index 1abac11..3397e16 100644 --- a/preambel/pre_xml.tex +++ b/preambel/pre_xml.tex @@ -1,4 +1,6 @@ \documentclass{book} +\newboolean{isxml} +\setboolean{isxml}{true} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Die Anweisung ist notwendig für die korrekte Nummerierung der Date: Tue, 2 Apr 2019 20:38:07 +0200 Subject: [PATCH 03/14] Changes to preambel --- EOASample.tex | 3 ++- preambel/pre_eoa.tex | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/EOASample.tex b/EOASample.tex index e1d1f07..9527927 100755 --- a/EOASample.tex +++ b/EOASample.tex @@ -38,7 +38,8 @@ % 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 diff --git a/preambel/pre_eoa.tex b/preambel/pre_eoa.tex index dc90a6c..576b902 100755 --- a/preambel/pre_eoa.tex +++ b/preambel/pre_eoa.tex @@ -1,7 +1,5 @@ -% Version: 1.6 -% 30/07/2015 -% Last modifier: Georg - +%with "draft" the PDF is compiled without images +% \documentclass[10pt,openright,twoside,draft]{scrbook} \documentclass[12pt,openright,twoside]{scrbook} \usepackage{xargs} @@ -56,7 +54,7 @@ \renewcommand{\figurename}{Abb.}% } -\usepackage{csquotes} +\usepackage[autostyle]{csquotes} % Definition of fonts for Chinese based on OS \ifwindows @@ -279,6 +277,10 @@ }{} } +% removing chapter info +% \renewcommand{\thefigure}{\arabic{figure}} +% \renewcommand{\thetable}{\arabic{figure}} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ------------------- formatierung der Fussnoten Anfang --------- \usepackage[flushmargin]{footmisc} @@ -309,10 +311,9 @@ \newcommand{\EOAfnarabic}[1]{\protect\footnotearabic{#1}} %%%%%%%%%%%% Footnote Sets --end - % ------------------- formatierung der Fussnoten Ende --------- -% cpation dient zur Realisierung der Bildunterschriften +% caption dient zur Realisierung der Bildunterschriften \usepackage{caption} % footnote-package needed to typeset footnotes in captions % problem was that both footnotes and captions are fragile @@ -331,8 +332,9 @@ %Use to add alphabetical headers within the index %\usepackage{imakeidx} \usepackage{imakeidx} -\makeindex[name=keywords,title=Subject Index,options=-s preambel/dontdeleteindex.ist] -\makeindex[name=persons,title=Name Index,options=-s preambel/dontdeleteindex.ist] +% set noautomatic=true to disable generation of ind file (in case you made manual changes there) +\makeindex[name=keywords,title=Subject Index,options=-s preambel/dontdeleteindex.ist, noautomatic=false] +\makeindex[name=persons,title=Name Index,options=-s preambel/dontdeleteindex.ist, noautomatic=false] \makeindex[name=locations,title=Index of Locations,options=-s preambel/dontdeleteindex.ist] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -386,10 +388,8 @@ % Formatierung der Überschriften Ende %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Tiefe des Inhaltsverzeichnisses -\setcounter{tocdepth}{0} -%Use to repress subsections in the table of content (GP, 14.07.2015) -%\setcounter{tocdepth}{0} +% Depth of table of contents. If value = 0, listoffigures will be empty +\setcounter{tocdepth}{1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Formatierung des Inhaltsverzeichnisses @@ -405,10 +405,10 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Definition einiger Makros zur Erhöhung des Bedienkomforts - Anfang -% Makro für fetten Text -\newcommand{\EOAbold}[1]{\textbf{#1}} % Makro für kursiven Text \newcommand{\EOAemph}[1]{\emph{#1}} +% Makro für fetten Text +\newcommand{\EOAbold}[1]{\textbf{#1}} % Makro für einen URL \newcommand{\EOAurl}[1]{\protect\url{#1}} % \newcommand{\EOAurl}[1]{\protect\href{#1}{#1}} From 86b4fa02ad9ae21c877c1d19abc529508b18ade3 Mon Sep 17 00:00:00 2001 From: kthoden Date: Tue, 2 Apr 2019 20:38:45 +0200 Subject: [PATCH 04/14] Items can also contain things like ref --- schema/legacy/eoa-tei-strict.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index b5c49e9..a0c52a5 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -362,7 +362,7 @@ lg = element list { attribute type { "ordered" | "unordered" | "gloss" }, (element item { spanmarkup } - | element label { xsd:NCName })+ + | element label { spanmarkup })+ } table = From 17b02c9e36fced2b2ab055159745fe1b5f0099c6 Mon Sep 17 00:00:00 2001 From: kthoden Date: Sat, 6 Apr 2019 13:02:39 +0200 Subject: [PATCH 05/14] XMLmind indentation style --- examples/exampleTEI.xml | 2148 ++++++++++++++++++++++++++++----------- 1 file changed, 1528 insertions(+), 620 deletions(-) diff --git a/examples/exampleTEI.xml b/examples/exampleTEI.xml index 406dd77..7f2981b 100644 --- a/examples/exampleTEI.xml +++ b/examples/exampleTEI.xml @@ -1,359 +1,885 @@ - - - - - Der ewige Testband - Experimentell - - - Klaus Thoden - Noch Jemand - - - - - - - - Sponsors give their intellectual authority to a project; they are to be distinguished from funders (see element funder), who provide the funding but do not necessarily take intellectual responsibility. - Funders provide financial support for a project; they are distinct from sponsors (see element sponsor), who provide intellectual support and authority. - - chapter author - - Thoden - Klaus - kthoden@mpiwg-berlin.mpg.de - - Research Scholar - Max-Planck-Institut für Wissenschaftsgeschichte - - - - - chapter author - - Other - A. N. - - - - Submitter - - Submitter - The - - - - Lindy - - Divarci - Lindy - - - - NN - - N - N - - - - KT - - Self - My - - - - - First published 2018 by Edition Open Access - - - - - - - - Edition Open Access - - - Max Planck Research Library for the History and Development of Knowledge - MPRL - - - - 978-3-945561-XXX - http://www.book-on-demand.de/shop/14971 - DOI - - - PRO BUSINESS digital printing Deutschland GmbH, Berlin - - - Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Germany - - - - Studies - - Series Editors - Ian T. Baldwin, Gerd Graßhoff, Jürgen Renn, Dagmar Schäfer, Robert Schlögl, Bernard F. Schutz - - 125 - - -

Born digital.

- contains suggested citation - - - -
-
- - -

Klein anfangen

-
- -

Groß enden.

-
- -

This abstract contains additional information.

-
- - - - MPRL - Edition Open Access - - - - - - -
- - -

The Edition Open Access (EOA) platform was founded to bring together publication initiatives seeking to disseminate the results of scholarly work in a format that combines traditional publications with the digital medium. It currently hosts the open-access publications of the “Max Planck Research Library for the History and Development of Knowledge” (MPRL) and “Edition Open Sources” (EOS). EOA is open to host other open access initiatives similar in conception and spirit, in accordance with the Berlin Declaration on Open Access to Knowledge in the sciences and humanities, which was launched by the Max Planck Society in 2003.

-

By combining the advantages of traditional publications and the digital medium, the platform offers a new way of publishing research and of studying historical topics or current issues in relation to primary materials that are otherwise not easily available. The volumes are available both as printed books and as online open access publications. They are directed at scholars and students of various disciplines, and at a broader public interested in how science shapes our world.

-

The Max Planck Research Library for the History and Development of Knowledge comprises the subseries, Studies, Proceedings and Textbooks. They present original scientific work submitted under the scholarly responsibility of members of the Scientific Board and their academic peers. The initiative is currently supported by research departments of three Max Planck Institutes: the MPI for the History of Science, the Fritz Haber Institute of the MPG and the MPI for Gravitational Physics (Albert Einstein Institute). The publications of the Studies series are dedicated to key subjects in the history and development of knowledge, bringing together perspectives from different fields and combining source-based empirical research with theoretically guided approaches. The Proceedings series presents the results of scientific meetings on current issues and supports, at the same time, further cooperation on these issues by offering an electronic platform with further resources and the possibility for comments and interactions.

-

Markus Antonietti, Antonio Becchi, Fabio Bevilacqua, William G. Boltz, Jens Braarvik, Horst Bredekamp, Jed Z. Buchwald, Olivier Darrigol, Thomas Duve, Mike Edmunds, Fynn Ole Engler, Robert K. Englund, Mordechai Feingold, Rivka Feldhay, Gideon Freudenthal, Paolo Galluzzi, Kostas Gavroglu, Mark Geller, Domenico Giulini, Günther Görz, Gerd Graßhoff, James Hough, Manfred Laubichler, Glenn Most, Klaus Müllen, Pier Daniele Napolitani, Alessandro Nova, Hermann Parzinger, Dan Potts, Sabine Schmidtke, Circe Silva da Silva, Ana Simões, Dieter Stein, Richard Stephenson, Mark Stitt, Noel M. Swerdlow, Liba Taub, Martin Vingron, Scott Walter, Norton Wise, Gerhard Wolf, Rüdiger Wolfrum, Gereon Wolters, Zhang Baichun.

-

Lindy Divarci, Bendix Düker, Samuel Gfrörer, Klaus Thoden, Dirk Wintergrün.

-
- - - - - -
- - Added revisionDesc - -
- - - - - - - - - - - - -
- - - Chemical Laboratory. This idealized laboratory with metallurgical furnaces is from William Lewis, Commercium Philosophico-Technicum (London, 1756). Courtesy of Smith Image Collection, Van Pelt Dietrich Library, University of Pennsylvania. -
-
- A dedication -
- - - - - - - - - - - -
- - -
- This is the first part - - -
- Unnumbered document structure -

Chapter, section and subsection can also be used without numbers. Do you see the slight changes in the layout? Also, the counter is not incremented. This can be used for forewords or introductions.

-
- Section without numbers -

This the first section of a text. It is preceded by two hierarchical units, namely Part and Chapter. As you can see above, the chapter command has two arguments, the first one being the running head which is displayed in the header of each page. Structure your text wisely.

-

Now, a running head only makes sense if your chapter spreads across several pages.

-
- Subsection without numbers -

Here we are at an even lower hierarchical level. This can be quite useful. Be aware that this level is not being displayed in the table of contents.

-
-
-
- -
- Document structure - -

Oh, happy day (an epigraph)

-
- -
- This is the first section -

This the first section of a text. It is preceded by two hierarchical units, namely Part and Chapter. As you can see above, the chapter command has two arguments, the first one being the running head which is displayed in the header of each page, the second being the text that is printed on the page where the chapter begins.

-

We offer two additional units below the section: the subsection and the subsubsection. See below how they are displayed!

- -
- This is a subsection -

Here we are at an even lower hierarchical level. This can be quite useful. Be aware that this level is not being displayed in the table of contents. Now, there is still one level below that: the subsubsection.

- -
- A subsubsection -

A subsubsection will never be numbered and like its predecessor, it will not show up in the table of contents.

-
-
-
-
- -
- Markup -

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.

-
- Non-Latin alphabets -

This section showcases text written in writing systems other than Latin. It includes Russian, Chinese, Hebrew and Greek.

-
- Russian - -

First, Russian: В начале двадцатого века был одним из идеологов богостроительства, в 1909 году помогал участникам этого течения содержать фракционную школу на острове Капри для рабочих, которую В. И. Ленин называл "литераторским центром богостроительства".

-
-
- Chinese - -

Next, Chinese: 法兰克人接受了高卢罗马文化, 改操罗曼语族语言(但在罗马人分布较少的高卢北部人多操日耳曼语族语言)。 克洛维定巴黎为首都,建立了新的王朝,史称墨洛温王朝,但是这个王朝在克 洛维死后陷入分裂,克洛维的四个儿子按照法兰克人的习惯,将法兰克国家一 分为四,分别是巴黎、奥尔良、苏瓦松和兰斯。

-
-
- Hebrew - -

Then, Hebrew:ארגינעל האט די סעקרעטאריאט שטאב געדארפט צו זיין א פאראייניגטע גרופע פון אומפארטייאישע שליחים פון יעדע לאנד וועלכע האבן נאר די אינטערעסן פון זייערע אייגענע לענדער אבער עס האט זיך קיינמאל נישט געהעריג אויסגעארבעט און נאר דער סעקרעטאר גענעראל איז אזוי באטראכט געווארן

-
-
- Greek - -

And finally Greek: Ο φλοιός κυμαίνεται μεταξύ 5 και 70 km σε βάθος. Τα λεπτά τμήματα του φλοιού είναι κάτω από τους ωκεανούς (ωκεάνιος φλοιός) και αποτελούνται από πυκνά πετρώματα μαγνησίου, σιδήρου και πυριτίου. Τα παχύτερα τμήματα του φλοιού είναι τα ηπειρωτικά τα οποία είναι λιγότερο πυκνά από τα ωκεάνια και αποτελούνται από πετρώματα πλούσια σε νάτριο, αλουμίνιο και πυρίτιο.

-
-
- The Multilingual bit - -

To read single Arabic words, as in Grammaticall Paradigms, we must know the sound of the letters […] ‘b t θ 3 כ ח {} d t z s שׁ s d t d y G F kכּ כּ L m n w h y. Change of יה into ח. Place of the accent […] 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.

-
-
- If in doubt - -

You can add complicated characters as images, for example, an apple: . Or a penguin: .

-
-
-
- Text markup - -

This is a regular paragraph. Words can appear in italics, – and some characters are superscript or subscript. There is also Math font for additional symbols: . In some cases, you can use EOAbold directly. Small caps are also possible.

-
-
- 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 (Piaget 1985).

- - A rather short block quote.

-

Poems

If you don't want a paragraph to be indented, use noindent

and verses can be included with the EOAverse environment:

- - Prudence and knowledge descend - From Philosophy into [human] intellects; - Which are perfect as far as their disposition is concerned, - As each one receives its part of justice and reason. - - Klaus ThodenNoch JemandSponsors give their intellectual authority to a project; they are to be distinguished from funders (see element funder), who provide the funding but do not necessarily take intellectual responsibility.Funders provide financial support for a project; they are distinct from sponsors (see element sponsor), who provide intellectual support and authority.chapter authorThodenKlauskthoden@mpiwg-berlin.mpg.deResearch ScholarMax-Planck-Institut für Wissenschaftsgeschichtechapter authorOtherA. N.SubmitterSubmitterTheLindyDivarciLindyNNNNKTSelfMyFirst published 2018 by Edition Open AccessEdition Open AccessMax Planck Research Library for the History and Development of KnowledgeMPRL978-3-945561-XXXhttp://www.book-on-demand.de/shop/14971DOIPRO BUSINESS digital printing Deutschland GmbH, BerlinCreative Commons Attribution-NonCommercial-ShareAlike 3.0 GermanyStudiesSeries EditorsIan T. Baldwin, Gerd Graßhoff, Jürgen Renn, Dagmar Schäfer, Robert Schlögl, Bernard F. Schutz125

Born digital.

contains suggested citation

Klein anfangen

Groß enden.

This abstract contains additional information.

MPRLEdition Open Access

The Edition Open Access (EOA) platform was founded to bring together publication initiatives seeking to disseminate the results of scholarly work in a format that combines traditional publications with the digital medium. It currently hosts the open-access publications of the “Max Planck Research Library for the History and Development of Knowledge” (MPRL) and “Edition Open Sources” (EOS). EOA is open to host other open access initiatives similar in conception and spirit, in accordance with the Berlin Declaration on Open Access to Knowledge in the sciences and humanities, which was launched by the Max Planck Society in 2003.

By combining the advantages of traditional publications and the digital medium, the platform offers a new way of publishing research and of studying historical topics or current issues in relation to primary materials that are otherwise not easily available. The volumes are available both as printed books and as online open access publications. They are directed at scholars and students of various disciplines, and at a broader public interested in how science shapes our world.

The Max Planck Research Library for the History and Development of Knowledge comprises the subseries, Studies, Proceedings and Textbooks. They present original scientific work submitted under the scholarly responsibility of members of the Scientific Board and their academic peers. The initiative is currently supported by research departments of three Max Planck Institutes: the MPI for the History of Science, the Fritz Haber Institute of the MPG and the MPI for Gravitational Physics (Albert Einstein Institute). The publications of the Studies series are dedicated to key subjects in the history and development of knowledge, bringing together perspectives from different fields and combining source-based empirical research with theoretically guided approaches. The Proceedings series presents the results of scientific meetings on current issues and supports, at the same time, further cooperation on these issues by offering an electronic platform with further resources and the possibility for comments and interactions.

Markus Antonietti, Antonio Becchi, Fabio Bevilacqua, William G. Boltz, Jens Braarvik, Horst Bredekamp, Jed Z. Buchwald, Olivier Darrigol, Thomas Duve, Mike Edmunds, Fynn Ole Engler, Robert K. Englund, Mordechai Feingold, Rivka Feldhay, Gideon Freudenthal, Paolo Galluzzi, Kostas Gavroglu, Mark Geller, Domenico Giulini, Günther Görz, Gerd Graßhoff, James Hough, Manfred Laubichler, Glenn Most, Klaus Müllen, Pier Daniele Napolitani, Alessandro Nova, Hermann Parzinger, Dan Potts, Sabine Schmidtke, Circe Silva da Silva, Ana Simões, Dieter Stein, Richard Stephenson, Mark Stitt, Noel M. Swerdlow, Liba Taub, Martin Vingron, Scott Walter, Norton Wise, Gerhard Wolf, Rüdiger Wolfrum, Gereon Wolters, Zhang Baichun.

Lindy Divarci, Bendix Düker, Samuel Gfrörer, Klaus Thoden, Dirk Wintergrün.

Added revisionDesc
Chemical Laboratory. This idealized laboratory with metallurgical furnaces is from William Lewis, Commercium Philosophico-Technicum (London, 1756). Courtesy of Smith Image Collection, Van Pelt Dietrich Library, University of Pennsylvania.
A dedication
This is the first part
Unnumbered document structure

Chapter, section and subsection can also be used without numbers. Do you see the slight changes in the layout? Also, the counter is not incremented. This can be used for forewords or introductions.

Section without numbers

This the first section of a text. It is preceded by two hierarchical units, namely Part and Chapter. As you can see above, the chapter command has two arguments, the first one being the running head which is displayed in the header of each page. Structure your text wisely.

Now, a running head only makes sense if your chapter spreads across several pages.

Subsection without numbers

Here we are at an even lower hierarchical level. This can be quite useful. Be aware that this level is not being displayed in the table of contents.

Document structure

Oh, happy day (an epigraph)

This is the first section

This the first section of a text. It is preceded by two hierarchical units, namely Part and Chapter. As you can see above, the chapter command has two arguments, the first one being the running head which is displayed in the header of each page, the second being the text that is printed on the page where the chapter begins.

We offer two additional units below the section: the subsection and the subsubsection. See below how they are displayed!

This is a subsection

Here we are at an even lower hierarchical level. This can be quite useful. Be aware that this level is not being displayed in the table of contents. Now, there is still one level below that: the subsubsection.

A subsubsection

A subsubsection will never be numbered and like its predecessor, it will not show up in the table of contents.

Markup

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.

Non-Latin alphabets

This section showcases text written in writing systems other than Latin. It includes Russian, Chinese, Hebrew and Greek.

Russian

First, Russian: В начале двадцатого века был одним из идеологов богостроительства, в 1909 году помогал участникам этого течения содержать фракционную школу на острове Капри для рабочих, которую В. И. Ленин называл "литераторским центром богостроительства".

Chinese

Next, Chinese: 法兰克人接受了高卢罗马文化, 改操罗曼语族语言(但在罗马人分布较少的高卢北部人多操日耳曼语族语言)。 克洛维定巴黎为首都,建立了新的王朝,史称墨洛温王朝,但是这个王朝在克 洛维死后陷入分裂,克洛维的四个儿子按照法兰克人的习惯,将法兰克国家一 分为四,分别是巴黎、奥尔良、苏瓦松和兰斯。

Hebrew

Then, Hebrew:ארגינעל האט די סעקרעטאריאט שטאב געדארפט צו זיין א פאראייניגטע גרופע פון אומפארטייאישע שליחים פון יעדע לאנד וועלכע האבן נאר די אינטערעסן פון זייערע אייגענע לענדער אבער עס האט זיך קיינמאל נישט געהעריג אויסגעארבעט און נאר דער סעקרעטאר גענעראל איז אזוי באטראכט געווארן

Greek

And finally Greek: Ο φλοιός κυμαίνεται μεταξύ 5 και 70 km σε βάθος. Τα λεπτά τμήματα του φλοιού είναι κάτω από τους ωκεανούς (ωκεάνιος φλοιός) και αποτελούνται από πυκνά πετρώματα μαγνησίου, σιδήρου και πυριτίου. Τα παχύτερα τμήματα του φλοιού είναι τα ηπειρωτικά τα οποία είναι λιγότερο πυκνά από τα ωκεάνια και αποτελούνται από πετρώματα πλούσια σε νάτριο, αλουμίνιο και πυρίτιο.

The Multilingual bit

To read single Arabic words, as in Grammaticall Paradigms, we must know the sound of the letters […] ‘b t θ 3 כ ח {} d t z s שׁ s d t d y G F kכּ כּ L m n w h y. Change of יה into ח. Place of the accent […] 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.

If in doubt

You can add complicated characters as images, for example, an apple: . Or a penguin: .

Text markup

This is a regular paragraph. Words can appear in italics, – and some characters are superscript or subscript. There is also Math font for additional symbols: . In some cases, you can use EOAbold directly. Small caps are also possible.

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 (Piaget 1985).

A rather short block quote.

Poems

If you don't want a paragraph to be indented, use noindent

and verses can be included with the EOAverse environment:

Prudence and knowledge descendFrom Philosophy into [human] intellects;Which are perfect as far as their disposition is concerned,As each one receives its part of justice and reason. -
- Three constructs for lists -

This is a numbered list containing three items:

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

We have a command for that.

- - - This is the first entry. - This is the second entry. - This is the third entry - -

In contrast to that, here is a list that is not numbered, but also contains the same items!

- - This is the first entry. - This is the second entry. - This is the third entry - -

Thirdly, if you want to give some definitions you can use EOAdescription:

- - - - A typesetting system - - This is you! - -
-
-
-
- LaTeX specifics -

This chapter deals with formatting possibilites in LaTeX and is not covered in the XML version.

-
-
- - References and indices - An abstract on chapter level. - - - - - -
- Labels -

ElementsIndexing can be assigned labels so that they can be referred to: sections

Cross reference to Chapter

, images

There is a nice image in section .

, tables

There is a table in section

. A lot of things can be cross-referenced.

- - -

By the way, JoyceJames Joyce is a very good author. Read some of his stuff. It may be useful for indexing some of your key terms in the text so that we can later link to catalogues that tells the reader more about the things. Joyce died in ZurichZürich. You cannot read anything about him in neither Walkowski's work of nor in !

-
Three constructs for lists

This is a numbered list containing three items:

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

We have a command for that.

This is the first entry.This is the second entry.This is the third entry

In contrast to that, here is a list that is not numbered, but also contains the same items!

This is the first entry.This is the second entry.This is the third entry

Thirdly, if you want to give some definitions you can use EOAdescription:

A typesetting systemThis is you!
LaTeX specifics

This chapter deals with formatting possibilites in LaTeX and is not covered in the XML version.

References and indicesAn abstract on chapter level.
Labels

ElementsIndexing can be assigned labels so that they can be referred to: sections

Cross reference to Chapter

, images

There is a nice image in section .

, tables

There is a table in section

. A lot of things can be cross-referenced.

By the way, JoyceJames Joyce is a very good author. Read some of his stuff. It may be useful for indexing some of your key terms in the text so that we can later link to catalogues that tells the reader more about the things. Joyce died in ZurichZürich. You cannot read anything about him in neither Walkowski's work of nor in !

-

Now, here's a funny problem concerning the index. Consider one Lord CharlesCavendish, Lord Charles (son of the second duke of Devonshire), (Fig. , )duty of service Please observe: there are references in the index entry. This is the same reference outside the index: (Fig. , )

-
-
- References -

It includes references to a section (see section ), to an image (see image ), two entries for the index (Science Science and Confucius孔夫子) and a reference to a facsimile (see facsimile on page ).

-

This is the way to enter web addresses: .

-
-
- Citations -

The bibliographic information is kept in a separate database. The text file only contains references to the specific database entry. Examples of citations are distributed throughout this document. It also possible to customize the citations with Plat. tim..Pavendish, Lord Pharles (son of the second puke of Pevonshire)duty of service

-

Another important issue is the sorting of entries where a two publications have the same authors and the same year: and .

-

We can also cite newspapers:

- - - - -
-

Now, here's a funny problem concerning the index. Consider one Lord CharlesCavendish, Lord Charles (son of the second duke of Devonshire), (Fig. , )duty of service Please observe: there are references in the index entry. This is the same reference outside the index: (Fig. , )

References

It includes references to a section (see section ), to an image (see image ), two entries for the index (Science Science and Confucius孔夫子) and a reference to a facsimile (see facsimile on page ).

This is the way to enter web addresses: .

Citations

The bibliographic information is kept in a separate database. The text file only contains references to the specific database entry. Examples of citations are distributed throughout this document. It also possible to customize the citations with Plat. tim..Pavendish, Lord Pharles (son of the second puke of Pevonshire)duty of service

Another important issue is the sorting of entries where a two publications have the same authors and the same year: and .

We can also cite newspapers:

-
-
- - - - - Floating environments - Floats - - -

Floating environments are bigger constructs like figures and tables, said Gamba in .

This chapter also showcases the use of two different sets of footnotes, alphabetic and arabic. This is a per-chapter-setting.

-

If you want to, you can leave the placing of them to the typesetting system, in order to avoid bigger stretches of white space (cf. ).

Here comes a footnote with arabic number as marker, which means it is is the other apparatus

-
- Tables -

The following lines of code produce a table consisting of 4 columns and 3 rows.

-
Floating environmentsFloats

Floating environments are bigger constructs like figures and tables, said Gamba in .

This chapter also showcases the use of two different sets of footnotes, alphabetic and arabic. This is a per-chapter-setting.

If you want to, you can leave the placing of them to the typesetting system, in order to avoid bigger stretches of white space (cf. ).

Here comes a footnote with arabic number as marker, which means it is is the other apparatus

Tables

The following lines of code produce a table consisting of 4 columns and 3 rows.

- - This is a table - - Heading 1 - Heading 2Some more text in new line - Heading 3 - Heading 4 - - - Here - you - may - find - - - some - data - spread - over - - - the - table - in - cells - -
-

We can remove the borders by adding the optional argument 'blank'

- - This is a table - - Heading 1 - Heading 2 - Heading 3 - Heading 4 - - - Here - you - may - find - - - some - data - spread - over - - - the - table - in - cells - -
-

Next, the same table, but without a caption. NB it has also no label!

- - - Heading 1 - Heading 2 - Heading 3 - Heading 4 - - - Here - you - may - find - - - some - data - spread - over - - - the - table - in - cells - -
-
-
- Figures -

Images are also floating objects. The command takes five parameters: filename, caption, label, width and position

- This is a tableHeading 1Heading 2Some more text in new lineHeading 3Heading 4Hereyoumayfindsomedataspreadoverthetableincells

We can remove the borders by adding the optional argument 'blank'

This is a tableHeading 1Heading 2Heading 3Heading 4Hereyoumayfindsomedataspreadoverthetableincells

Next, the same table, but without a caption. NB it has also no label!

Heading 1Heading 2Heading 3Heading 4Hereyoumayfindsomedataspreadoverthetableincells
Figures

Images are also floating objects. The command takes five parameters: filename, caption, label, width and position

-
- - An image with a caption. -
-

Captions can be rather long.

-
- - Ostafrikanische Arbeiter an einem der großen Knochengräben, die während der paläontologischen Expedition des Berliner Naturkundemuseums in die damalige Kolonie Deutsch-Ostafrika zwischen 1909 und 1913 angelegt wurden. (Koloriertes Glasdiapositiv, Museum für Naturkunde Berlin, Historische Bild- u. Schriftgutsammlungen, Bestand: Pal. Mus., Signatur: B V/177) -
- -

It is possible to have figures without captions:

- -
- -
- -

The last image command – EOAlsfigure – takes three parameters and the figure covers the whole page

-
- - That's a caption for the lovely landscape image -
-
-
-
- Formulas - - -
- Mathematics - - - My Theorem -

Hier eine Instanz des Theorems

-

Latex is very good in typesetting math. There are inline equations like \sqrt{9} = 3 and block equations (see below). Here is another equation: 2^2 = 4.

- - 6 + 6 = 12 - -
An image with a caption.

Captions can be rather long.

Ostafrikanische Arbeiter an einem der großen Knochengräben, die während der paläontologischen Expedition des Berliner Naturkundemuseums in die damalige Kolonie Deutsch-Ostafrika zwischen 1909 und 1913 angelegt wurden. (Koloriertes Glasdiapositiv, Museum für Naturkunde Berlin, Historische Bild- u. Schriftgutsammlungen, Bestand: Pal. Mus., Signatur: B V/177)

It is possible to have figures without captions:

The last image command – EOAlsfigure – takes three parameters and the figure covers the whole page

That's a caption for the lovely landscape image
Formulas
MathematicsMy Theorem

Hier eine Instanz des Theorems

Latex is very good in typesetting math. There are inline equations like \sqrt{9} = 3 and block equations (see below). Here is another equation: 2^2 = 4.

6 + 6 = 12 - - g_{\mu \nu} = 7 - - g_{\mu \nu} = 7 -

Block equations can be unnumbered, as well.

- - 6 + 6 = 12 - -

Block equations can be unnumbered, as well.

6 + 6 = 12 -

Formulas can be grouped in sub-equations.

- - 6 + 6 = 12 - 12 + 12 = 24 - 24 + 24 = 48 - -

Formulas can be grouped in sub-equations.

6 + 6 = 1212 + 12 = 2424 + 24 = 48 -

A statement.

-

A statement.

-

An array of equations. All of them numbered individually.

- - 1 + 1 = 2 - 2 + 2 = 4 - 4 + 4 = 8 - -

An array of equations. All of them numbered individually.

1 + 1 = 22 + 2 = 44 + 4 = 8 -

An unnumbered array of equations:

- - 1 + 1 = 2 - 2 + 2 = 4 - 4 + 4 = 8 - -

An unnumbered array of equations:

1 + 1 = 22 + 2 = 44 + 4 = 8 -

Another statement.

-
-
- Chemistry -

Here is an example of an inline chemical formula. We embed it in its original context: The deposition of calcite, the dominant mineral in karst environments, is controlled by the reversible chemical reaction 2HCO3^- + Ca^2+ <=> CaCO3 + CO2 + H2O. Consequently, the dissolution or precipitation of calcium carbonate is strictly influenced by changes in the chemical equilibrium of this reaction.

-
-
-
-

Another statement.

Chemistry

Here is an example of an inline chemical formula. We embed it in its original context: The deposition of calcite, the dominant mineral in karst environments, is controlled by the reversible chemical reaction 2HCO3^- + Ca^2+ <=> CaCO3 + CO2 + H2O. Consequently, the dissolution or precipitation of calcium carbonate is strictly influenced by changes in the chemical equilibrium of this reaction.

- Source editions -
- Facsimile and transcription side by side -
- -
- -

Prodiderunt veteres clavem Herculis templi sui toxibus appensam procul hinc canes et muscas solo quidem olfactu abigere. Non secus et omnis litteratorum chorus, qui suis monumentis aeternitati commendari velint, extimat suam feturam insignis cuiuspiam patroni nomine perinde ut clava fretam et ab omnibus oblocutorum aculeis vindicari et auspicato in vulgus exire. Quos igitur fetus iam dudum parturio nunc pariturus et in lucem emissurus (generosissime Petrae)Petrus de Meneses tenellos adhuc, et implumes tibi destino, credo, commendo patiare, precor eas tuis sub alia delitescere tuique sub nominis umbra recumbere. Cuius (spero) non minus quam Herculeae clave olfactu longe repellantur canini rictus et oblatratores inviduli. Te sane unum praeceteris mihi patronum eo iustius elegerim, quod et tua ipsius maiestate familiariter – quae tua est comitas – quondam usus sim, et litterarum sis non minus peritus quam apperens. Quis enim illiteratum litterarum defensorem, libidinosum pudicitiae et iniustum iustitiae putaverit. Nempe – si Christiano poete credas. Nulla sub iniusto virtus est principe tuta. Nulla sub incesto castis est gloria rege.

-
-
-
-
- Transcription and translation -
-
- XVIII.v -

Homines ut plurimum parvi corpore, colore maior pars subfusco, torosa, et fortis, semper ad arma parata, in subitam iram prona, vindictae avida, iniuriarum memor, acuti, ac versatilis ingenii, exteris amica, hospitalitatis amantissima, suo domino fida, literis apta, naturali amoenissimo Tuscorum pollens eloquio, hilaris cantu, saltuque vivida, in mecanicis ingeniosa, mercibusque sollicita. Schott, FranzGiovannini, GirolamoHyeronimus Capugnanus Itiner. Part. prima paucis populum hunc delibat, Natio haec, inquit, Garfagnanae martia, audax, et in bello assuefacta, indomitaque, Este (House of)Atestinis principibus devota, quod sane, si ullo tempore, praesenti armis exteris strepente, clarescit.

Vallisneri is referring to the War of the Spanish Succession (1701–1714), a great conflict that scourged Europe after the death of the last Habsburg (House of)Habsburg King of Spain, Carlos II, King of SpainCarlos II (1661–1700).}

-
-
- XVIII.v -

The men are generally short and—for the most part—dark, muscular, strong, always ready to fight, easily inclined to anger, vengeful, mindful of injuries; [yet, they are also] smart, clever, friendly to strangers, lovers of hospitality, loyal to their lord, inclined to literature, naturally gifted with the most beautiful Tuscan language, cheerful, lively, skilled in mechanics, and constantly engaged in commerce. Giovannini, GirolamoGeronimo from Capugnano, in the first Part of his Itinerarium Nobiliorum Italiae regionum, urbium, oppidorum, et locorum, briefly touches upon this people. “This nation of Garfagnana”, he says, “is bellicose, audacious, accustomed to war, untamed, and devoted to the Este (House of)Princes of Este”; which was certainly evident at all times, and is even more now, amidst the roars of foreign armies.

-
-
-
-
- Letters -
- An important note - - - R 5015 - handwritten - 1963/04/11 - Liverpool - -

Dear PaulMcCartney, Paul

-

With love, from me to you.

-

Cheers, JohnLennon, John

-
-
-
-
- References - -
-
-
- Facsimiles -
- - -
-
- - - - - - - - - -
- Index - -
-
- Person index - -
-
- Location index - -
-
- - + -->Source editions
Facsimile and transcription side by side

Prodiderunt veteres clavem Herculis templi sui toxibus appensam procul hinc canes et muscas solo quidem olfactu abigere. Non secus et omnis litteratorum chorus, qui suis monumentis aeternitati commendari velint, extimat suam feturam insignis cuiuspiam patroni nomine perinde ut clava fretam et ab omnibus oblocutorum aculeis vindicari et auspicato in vulgus exire. Quos igitur fetus iam dudum parturio nunc pariturus et in lucem emissurus (generosissime Petrae)Petrus de Meneses tenellos adhuc, et implumes tibi destino, credo, commendo patiare, precor eas tuis sub alia delitescere tuique sub nominis umbra recumbere. Cuius (spero) non minus quam Herculeae clave olfactu longe repellantur canini rictus et oblatratores inviduli. Te sane unum praeceteris mihi patronum eo iustius elegerim, quod et tua ipsius maiestate familiariter – quae tua est comitas – quondam usus sim, et litterarum sis non minus peritus quam apperens. Quis enim illiteratum litterarum defensorem, libidinosum pudicitiae et iniustum iustitiae putaverit. Nempe – si Christiano poete credas. Nulla sub iniusto virtus est principe tuta. Nulla sub incesto castis est gloria rege.

Transcription and translation
XVIII.v

Homines ut plurimum parvi corpore, colore maior pars subfusco, torosa, et fortis, semper ad arma parata, in subitam iram prona, vindictae avida, iniuriarum memor, acuti, ac versatilis ingenii, exteris amica, hospitalitatis amantissima, suo domino fida, literis apta, naturali amoenissimo Tuscorum pollens eloquio, hilaris cantu, saltuque vivida, in mecanicis ingeniosa, mercibusque sollicita. Schott, FranzGiovannini, GirolamoHyeronimus Capugnanus Itiner. Part. prima paucis populum hunc delibat, Natio haec, inquit, Garfagnanae martia, audax, et in bello assuefacta, indomitaque, Este (House of)Atestinis principibus devota, quod sane, si ullo tempore, praesenti armis exteris strepente, clarescit.

Vallisneri is referring to the War of the Spanish Succession (1701–1714), a great conflict that scourged Europe after the death of the last Habsburg (House of)Habsburg King of Spain, Carlos II, King of SpainCarlos II (1661–1700).}

XVIII.v

The men are generally short and—for the most part—dark, muscular, strong, always ready to fight, easily inclined to anger, vengeful, mindful of injuries; [yet, they are also] smart, clever, friendly to strangers, lovers of hospitality, loyal to their lord, inclined to literature, naturally gifted with the most beautiful Tuscan language, cheerful, lively, skilled in mechanics, and constantly engaged in commerce. Giovannini, GirolamoGeronimo from Capugnano, in the first Part of his Itinerarium Nobiliorum Italiae regionum, urbium, oppidorum, et locorum, briefly touches upon this people. “This nation of Garfagnana”, he says, “is bellicose, audacious, accustomed to war, untamed, and devoted to the Este (House of)Princes of Este”; which was certainly evident at all times, and is even more now, amidst the roars of foreign armies.

Letters
An important noteR 5015handwritten1963/04/11Liverpool

Dear PaulMcCartney, Paul

With love, from me to you.

Cheers, JohnLennon, John

References
Facsimiles
Index
Person index
Location index
From c82773bfc4cd5bcb1bc313198045638558f1de0c Mon Sep 17 00:00:00 2001 From: kthoden Date: Sat, 6 Apr 2019 13:38:43 +0200 Subject: [PATCH 06/14] Old style --- preambel/pre_eoa.tex | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/preambel/pre_eoa.tex b/preambel/pre_eoa.tex index 576b902..74785e7 100755 --- a/preambel/pre_eoa.tex +++ b/preambel/pre_eoa.tex @@ -11,27 +11,27 @@ \setboolean{isxml}{false} % new version -\usepackage[markcase=nouppercase]{scrlayer-scrpage} -\renewcommand*{\chaptermarkformat}{\thechapter .~} -\setkomafont{pagehead}{\footnotesize\upshape} -\ohead[]{\thepage} -\ihead[]{\leftmark} -\ofoot[]{} +% \usepackage[markcase=nouppercase]{scrlayer-scrpage} +% \renewcommand*{\chaptermarkformat}{\thechapter .~} +% \setkomafont{pagehead}{\footnotesize\upshape} +% \ohead[]{\thepage} +% \ihead[]{\leftmark} +% \ofoot[]{} % Redefining the header -% \usepackage{fancyhdr} -% \pagestyle{fancy} % eigenen Seitestil aktivieren} -% \fancyhfoffset{0pt} -% \fancyhead[RO,LE]{\footnotesize \nouppercase\thepage} -% \fancyhead[RE,LO]{\footnotesize \nouppercase\leftmark} -% %Use to change the size of the header font -% %\fancyhead[RO,LE]{\normalfont\changefontsizes{8pt} \nouppercase\thepage} -% %\fancyhead[RE,LO]{\normalfont\changefontsizes{8pt} \nouppercase\leftmark} -% \renewcommand\chaptermark[1]{\markboth{\thechapter. #1}{}} -% \renewcommand{\headrulewidth}{0pt} -% \fancyfoot{} -% \fancypagestyle{plain}{% -% \fancyhead{}} +\usepackage{fancyhdr} +\pagestyle{fancy} % eigenen Seitestil aktivieren} +\fancyhfoffset{0pt} +\fancyhead[RO,LE]{\footnotesize \nouppercase\thepage} +\fancyhead[RE,LO]{\footnotesize \nouppercase\leftmark} +%Use to change the size of the header font +%\fancyhead[RO,LE]{\normalfont\changefontsizes{8pt} \nouppercase\thepage} +%\fancyhead[RE,LO]{\normalfont\changefontsizes{8pt} \nouppercase\leftmark} +\renewcommand\chaptermark[1]{\markboth{\thechapter. #1}{}} +\renewcommand{\headrulewidth}{0pt} +\fancyfoot{} +\fancypagestyle{plain}{% +\fancyhead{}} % Activate fontspec for various fonts \usepackage[no-math]{fontspec} From 9e4a8b382f0bbdd4bd15e9298d87bc994b29ab84 Mon Sep 17 00:00:00 2001 From: kthoden Date: Sat, 6 Apr 2019 13:39:00 +0200 Subject: [PATCH 07/14] Enable facsimiles --- EOASample.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/EOASample.tex b/EOASample.tex index 9527927..7a9e1df 100755 --- a/EOASample.tex +++ b/EOASample.tex @@ -97,9 +97,8 @@ \EOAtocentry{Location index} \EOAprintlocationindex -% \EOAfacsimilepart{Facsimiles} -% \input{texfiles/09_facsimiles} - +\EOAfacsimilepart{Facsimiles} +\input{texfiles/09_facsimiles} % This marks the end of the document. Everything below that line is % ignored From 71bec68ecdb075a1c902d50707e2b3092661b9a7 Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 15 Apr 2019 15:50:23 +0200 Subject: [PATCH 08/14] Bibliography updates: origdate, footnotesize --- examples/eoatex/preambel/pre_eoa.tex | 36 ++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/examples/eoatex/preambel/pre_eoa.tex b/examples/eoatex/preambel/pre_eoa.tex index 74785e7..c11495b 100755 --- a/examples/eoatex/preambel/pre_eoa.tex +++ b/examples/eoatex/preambel/pre_eoa.tex @@ -219,6 +219,38 @@ \setunit{\addcolon\space}% \usebibmacro{issue}% \newunit} + +% origdate, thanks to https://tex.stackexchange.com/questions/134644/how-to-get-automatically-origdate-with-the-date-in-a-citation +\DeclareFieldFormat{origdate}{\mkbibbrackets{##1}} +\renewbibmacro*{cite:labeldate+extradate}{% + \iffieldundef{origyear} + {} + {\printorigdate + \setunit{\addspace}}% + \iffieldundef{labelyear} + {} + {\printtext[bibhyperref]{\printlabeldateextra}}} + +\DeclareCiteCommand{\citeorigyear} + {\boolfalse{citetracker}% + \boolfalse{pagetracker}% + \usebibmacro{prenote}} + {\printfield{origyear}} + {\multicitedelim} + {\usebibmacro{postnote}} + +\renewbibmacro*{date+extradate}{% + \iffieldundef{origyear} + {} + {\printorigdate + \setunit{\addspace}}% + \iffieldundef{labelyear} + {} + {\printtext[parens]{% + \iflabeldateisdate + {\printdateextra} + {\printlabeldateextra}}}} + % Bug fix for Windows \defbibheading{none}[]{} } @@ -241,7 +273,7 @@ }{}% \ifthenelse% {\equal{#1}{monograph}}% -{\usepackage[mincitenames=1,maxcitenames=3,maxbibnames=100,style=authoryear,backend=biber,autolang=hyphen,dateabbrev=false,urldate=long]{biblatex} +{\usepackage[mincitenames=1,maxcitenames=3,maxbibnames=100,style=authoryear,backend=biber,autolang=hyphen,dateabbrev=false,datecirca=true,dateuncertain=true,dateera=christian,urldate=long]{biblatex} \newboolean{anthology} \setboolean{anthology}{false} \EOAbibtweaks @@ -254,7 +286,7 @@ \EOAbibtweaks }{}% % Small font for Bibliography -% \renewcommand*{\bibfont}{\normalfont\changefontsizes{8pt}} +\renewcommand*{\bibfont}{\footnotesize} }% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% From e0e129bdf4159357c24fa926512a029b6c191eba Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 15 Apr 2019 15:50:54 +0200 Subject: [PATCH 09/14] Fontsize dependant on document class --- examples/eoatex/preambel/pre_eoa.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/eoatex/preambel/pre_eoa.tex b/examples/eoatex/preambel/pre_eoa.tex index c11495b..dfb4ca5 100755 --- a/examples/eoatex/preambel/pre_eoa.tex +++ b/examples/eoatex/preambel/pre_eoa.tex @@ -1,6 +1,6 @@ %with "draft" the PDF is compiled without images % \documentclass[10pt,openright,twoside,draft]{scrbook} -\documentclass[12pt,openright,twoside]{scrbook} +\documentclass[10pt,openright,twoside]{scrbook} \usepackage{xargs} % Basic packages used for if-else @@ -125,7 +125,9 @@ \ifthenelse% {\equal{#1}{Sources}}% %% changing format to A4. What about the margins? - {\usepackage[a4paper,inner=30mm,outer=30mm,top=14mm,bottom=20mm,includehead]{geometry}}% + {\usepackage[a4paper,inner=30mm,outer=30mm,top=14mm,bottom=20mm,includehead]{geometry} + \KOMAoption{fontsize}{12pt} + }% % the else part { \ifthenelse% From def8e80b3ab4790aa591d82fc07971646804aa04 Mon Sep 17 00:00:00 2001 From: kthoden Date: Tue, 23 Apr 2019 16:15:25 +0200 Subject: [PATCH 10/14] Authorbio element --- schema/legacy/eoa-tei-strict.rnc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index a0c52a5..0d60eeb 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -264,6 +264,7 @@ chapter = attribute resp { text }?, head-ex-abbr, element epigraph { p+ }?, + authorbio?, chapterabstract?, ( eoaelement | section | sourcesfeatures)*, # TODO: make this non optional: @@ -398,6 +399,12 @@ ab = text } +authorbio = + element ab { + attribute type {"authorbio"}, + (text | markup | foreign | ref | bibref)* + } + chapterabstract = element ab { attribute type {"chapterabstract"}, From d12ca22b054a6af073ac8ec245f9fc432048ec25 Mon Sep 17 00:00:00 2001 From: kthoden Date: Wed, 24 Apr 2019 16:55:19 +0200 Subject: [PATCH 11/14] New editor role --- schema/legacy/eoa-tei-strict.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index 0d60eeb..a6bf007 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -209,7 +209,7 @@ author-or-volumeeditor = editors = element editor { - attribute role { "submitter"|"editorialcoordinator"|"copyeditor"|"translator"|"publicationmanager"|"publicationassistant" }, + attribute role { "submitter"|"editorialcoordinator"|"copyeditor"|"translator"|"publicationmanager"|"publicationassistant"|"imageprocessor" }, attribute ref { xsd:anyURI }, text }* From 59bbf0ab7e0d9860b43c16312b56f880816c42ff Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 29 Apr 2019 15:28:12 +0200 Subject: [PATCH 12/14] respStmt can be either person or organization --- schema/legacy/eoa-tei-strict.rnc | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index a6bf007..7b5c942 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -42,16 +42,7 @@ tei_header = element respStmt { attribute xml:id { xsd:NCName }, element resp { text }?, - element persName { - attribute ref { xsd:anyURI }?, - element surname { text }, - element forename { text }, - element email { text }?, - element affiliation { - element roleName { text }, - element orgName { text }+ - }* - } + ( organization | person ) }+ }, element editionStmt { @@ -180,6 +171,24 @@ tei_header = }? } +person = + element persName { + attribute ref { xsd:anyURI }?, + element surname { text }, + element forename { text }, + element email { text }?, + element affiliation { + element roleName { text }, + element orgName { text }+ + }* + } + +organization = + element orgName { + attribute ref { xsd:anyURI }?, + text + } + title = element title { attribute level { "m" }, From 2d99b4e5f5d170461caf3c1537dc7e79fdcb97a7 Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 29 Apr 2019 15:28:50 +0200 Subject: [PATCH 13/14] More types of identifiers --- schema/legacy/eoa-tei-strict.rnc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index 7b5c942..0e55c05 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -72,17 +72,14 @@ tei_header = }+ }, element idno { - attribute type { "isbn"|"doi"|"shoplink" }, + attribute type { "isbn"|"isbnpdf"|"isbnepub"|"doi"|"shoplink" }, text }*, element date { attribute when { xsd:date } }, element distributor { - element orgName { - attribute ref { xsd:anyURI }, - text - } + organization }?, element availability { element licence { From 495962a530cb296cc5e4bab73da7dfaf50773b7e Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 29 Apr 2019 15:29:30 +0200 Subject: [PATCH 14/14] Outdented XML again --- examples/exampleTEI.xml | 2148 +++++++++++---------------------------- 1 file changed, 620 insertions(+), 1528 deletions(-) diff --git a/examples/exampleTEI.xml b/examples/exampleTEI.xml index 7f2981b..bc9a2d6 100644 --- a/examples/exampleTEI.xml +++ b/examples/exampleTEI.xml @@ -1,885 +1,359 @@ -Der ewige TestbandExperimentellKlaus ThodenNoch JemandSponsors give their intellectual authority to a project; they are to be distinguished from funders (see element funder), who provide the funding but do not necessarily take intellectual responsibility.Funders provide financial support for a project; they are distinct from sponsors (see element sponsor), who provide intellectual support and authority.chapter authorThodenKlauskthoden@mpiwg-berlin.mpg.deResearch ScholarMax-Planck-Institut für Wissenschaftsgeschichtechapter authorOtherA. N.SubmitterSubmitterTheLindyDivarciLindyNNNNKTSelfMyFirst published 2018 by Edition Open AccessEdition Open AccessMax Planck Research Library for the History and Development of KnowledgeMPRL978-3-945561-XXXhttp://www.book-on-demand.de/shop/14971DOIPRO BUSINESS digital printing Deutschland GmbH, BerlinCreative Commons Attribution-NonCommercial-ShareAlike 3.0 GermanyStudiesSeries EditorsIan T. Baldwin, Gerd Graßhoff, Jürgen Renn, Dagmar Schäfer, Robert Schlögl, Bernard F. Schutz125

Born digital.

contains suggested citation

Klein anfangen

Groß enden.

This abstract contains additional information.

MPRLEdition Open Access

The Edition Open Access (EOA) platform was founded to bring together publication initiatives seeking to disseminate the results of scholarly work in a format that combines traditional publications with the digital medium. It currently hosts the open-access publications of the “Max Planck Research Library for the History and Development of Knowledge” (MPRL) and “Edition Open Sources” (EOS). EOA is open to host other open access initiatives similar in conception and spirit, in accordance with the Berlin Declaration on Open Access to Knowledge in the sciences and humanities, which was launched by the Max Planck Society in 2003.

By combining the advantages of traditional publications and the digital medium, the platform offers a new way of publishing research and of studying historical topics or current issues in relation to primary materials that are otherwise not easily available. The volumes are available both as printed books and as online open access publications. They are directed at scholars and students of various disciplines, and at a broader public interested in how science shapes our world.

The Max Planck Research Library for the History and Development of Knowledge comprises the subseries, Studies, Proceedings and Textbooks. They present original scientific work submitted under the scholarly responsibility of members of the Scientific Board and their academic peers. The initiative is currently supported by research departments of three Max Planck Institutes: the MPI for the History of Science, the Fritz Haber Institute of the MPG and the MPI for Gravitational Physics (Albert Einstein Institute). The publications of the Studies series are dedicated to key subjects in the history and development of knowledge, bringing together perspectives from different fields and combining source-based empirical research with theoretically guided approaches. The Proceedings series presents the results of scientific meetings on current issues and supports, at the same time, further cooperation on these issues by offering an electronic platform with further resources and the possibility for comments and interactions.

Markus Antonietti, Antonio Becchi, Fabio Bevilacqua, William G. Boltz, Jens Braarvik, Horst Bredekamp, Jed Z. Buchwald, Olivier Darrigol, Thomas Duve, Mike Edmunds, Fynn Ole Engler, Robert K. Englund, Mordechai Feingold, Rivka Feldhay, Gideon Freudenthal, Paolo Galluzzi, Kostas Gavroglu, Mark Geller, Domenico Giulini, Günther Görz, Gerd Graßhoff, James Hough, Manfred Laubichler, Glenn Most, Klaus Müllen, Pier Daniele Napolitani, Alessandro Nova, Hermann Parzinger, Dan Potts, Sabine Schmidtke, Circe Silva da Silva, Ana Simões, Dieter Stein, Richard Stephenson, Mark Stitt, Noel M. Swerdlow, Liba Taub, Martin Vingron, Scott Walter, Norton Wise, Gerhard Wolf, Rüdiger Wolfrum, Gereon Wolters, Zhang Baichun.

Lindy Divarci, Bendix Düker, Samuel Gfrörer, Klaus Thoden, Dirk Wintergrün.

Added revisionDesc
Chemical Laboratory. This idealized laboratory with metallurgical furnaces is from William Lewis, Commercium Philosophico-Technicum (London, 1756). Courtesy of Smith Image Collection, Van Pelt Dietrich Library, University of Pennsylvania.
A dedication
This is the first part
Unnumbered document structure

Chapter, section and subsection can also be used without numbers. Do you see the slight changes in the layout? Also, the counter is not incremented. This can be used for forewords or introductions.

Section without numbers

This the first section of a text. It is preceded by two hierarchical units, namely Part and Chapter. As you can see above, the chapter command has two arguments, the first one being the running head which is displayed in the header of each page. Structure your text wisely.

Now, a running head only makes sense if your chapter spreads across several pages.

Subsection without numbers

Here we are at an even lower hierarchical level. This can be quite useful. Be aware that this level is not being displayed in the table of contents.

Document structure

Oh, happy day (an epigraph)

This is the first section

This the first section of a text. It is preceded by two hierarchical units, namely Part and Chapter. As you can see above, the chapter command has two arguments, the first one being the running head which is displayed in the header of each page, the second being the text that is printed on the page where the chapter begins.

We offer two additional units below the section: the subsection and the subsubsection. See below how they are displayed!

This is a subsection

Here we are at an even lower hierarchical level. This can be quite useful. Be aware that this level is not being displayed in the table of contents. Now, there is still one level below that: the subsubsection.

A subsubsection

A subsubsection will never be numbered and like its predecessor, it will not show up in the table of contents.

Markup

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.

Non-Latin alphabets

This section showcases text written in writing systems other than Latin. It includes Russian, Chinese, Hebrew and Greek.

Russian

First, Russian: В начале двадцатого века был одним из идеологов богостроительства, в 1909 году помогал участникам этого течения содержать фракционную школу на острове Капри для рабочих, которую В. И. Ленин называл "литераторским центром богостроительства".

Chinese

Next, Chinese: 法兰克人接受了高卢罗马文化, 改操罗曼语族语言(但在罗马人分布较少的高卢北部人多操日耳曼语族语言)。 克洛维定巴黎为首都,建立了新的王朝,史称墨洛温王朝,但是这个王朝在克 洛维死后陷入分裂,克洛维的四个儿子按照法兰克人的习惯,将法兰克国家一 分为四,分别是巴黎、奥尔良、苏瓦松和兰斯。

Hebrew

Then, Hebrew:ארגינעל האט די סעקרעטאריאט שטאב געדארפט צו זיין א פאראייניגטע גרופע פון אומפארטייאישע שליחים פון יעדע לאנד וועלכע האבן נאר די אינטערעסן פון זייערע אייגענע לענדער אבער עס האט זיך קיינמאל נישט געהעריג אויסגעארבעט און נאר דער סעקרעטאר גענעראל איז אזוי באטראכט געווארן

Greek

And finally Greek: Ο φλοιός κυμαίνεται μεταξύ 5 και 70 km σε βάθος. Τα λεπτά τμήματα του φλοιού είναι κάτω από τους ωκεανούς (ωκεάνιος φλοιός) και αποτελούνται από πυκνά πετρώματα μαγνησίου, σιδήρου και πυριτίου. Τα παχύτερα τμήματα του φλοιού είναι τα ηπειρωτικά τα οποία είναι λιγότερο πυκνά από τα ωκεάνια και αποτελούνται από πετρώματα πλούσια σε νάτριο, αλουμίνιο και πυρίτιο.

The Multilingual bit

To read single Arabic words, as in Grammaticall Paradigms, we must know the sound of the letters […] ‘b t θ 3 כ ח {} d t z s שׁ s d t d y G F kכּ כּ L m n w h y. Change of יה into ח. Place of the accent […] 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.

If in doubt

You can add complicated characters as images, for example, an apple: . Or a penguin: .

Text markup

This is a regular paragraph. Words can appear in italics, – and some characters are superscript or subscript. There is also Math font for additional symbols: . In some cases, you can use EOAbold directly. Small caps are also possible.

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 (Piaget 1985).

A rather short block quote.

Poems

If you don't want a paragraph to be indented, use noindent

and verses can be included with the EOAverse environment:

Prudence and knowledge descendFrom Philosophy into [human] intellects;Which are perfect as far as their disposition is concerned,As each one receives its part of justice and reason. + + Klaus Thoden + Noch Jemand + + + + + + + + Sponsors give their intellectual authority to a project; they are to be distinguished from funders (see element funder), who provide the funding but do not necessarily take intellectual responsibility. + Funders provide financial support for a project; they are distinct from sponsors (see element sponsor), who provide intellectual support and authority. + + chapter author + + Thoden + Klaus + kthoden@mpiwg-berlin.mpg.de + + Research Scholar + Max-Planck-Institut für Wissenschaftsgeschichte + + + + + chapter author + + Other + A. N. + + + + Submitter + + Submitter + The + + + + Lindy + + Divarci + Lindy + + + + NN + + N + N + + + + KT + + Self + My + + + + + First published 2018 by Edition Open Access + + + + + + + + Edition Open Access + + + Max Planck Research Library for the History and Development of Knowledge + MPRL + + + + 978-3-945561-XXX + http://www.book-on-demand.de/shop/14971 + DOI + + + PRO BUSINESS digital printing Deutschland GmbH, Berlin + + + Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Germany + + + + Studies + + Series Editors + Ian T. Baldwin, Gerd Graßhoff, Jürgen Renn, Dagmar Schäfer, Robert Schlögl, Bernard F. Schutz + + 125 + + +

Born digital.

+ contains suggested citation + + + +
+ + + +

Klein anfangen

+
+ +

Groß enden.

+
+ +

This abstract contains additional information.

+
+ + + + MPRL + Edition Open Access + + + + + + +
+ + +

The Edition Open Access (EOA) platform was founded to bring together publication initiatives seeking to disseminate the results of scholarly work in a format that combines traditional publications with the digital medium. It currently hosts the open-access publications of the “Max Planck Research Library for the History and Development of Knowledge” (MPRL) and “Edition Open Sources” (EOS). EOA is open to host other open access initiatives similar in conception and spirit, in accordance with the Berlin Declaration on Open Access to Knowledge in the sciences and humanities, which was launched by the Max Planck Society in 2003.

+

By combining the advantages of traditional publications and the digital medium, the platform offers a new way of publishing research and of studying historical topics or current issues in relation to primary materials that are otherwise not easily available. The volumes are available both as printed books and as online open access publications. They are directed at scholars and students of various disciplines, and at a broader public interested in how science shapes our world.

+

The Max Planck Research Library for the History and Development of Knowledge comprises the subseries, Studies, Proceedings and Textbooks. They present original scientific work submitted under the scholarly responsibility of members of the Scientific Board and their academic peers. The initiative is currently supported by research departments of three Max Planck Institutes: the MPI for the History of Science, the Fritz Haber Institute of the MPG and the MPI for Gravitational Physics (Albert Einstein Institute). The publications of the Studies series are dedicated to key subjects in the history and development of knowledge, bringing together perspectives from different fields and combining source-based empirical research with theoretically guided approaches. The Proceedings series presents the results of scientific meetings on current issues and supports, at the same time, further cooperation on these issues by offering an electronic platform with further resources and the possibility for comments and interactions.

+

Markus Antonietti, Antonio Becchi, Fabio Bevilacqua, William G. Boltz, Jens Braarvik, Horst Bredekamp, Jed Z. Buchwald, Olivier Darrigol, Thomas Duve, Mike Edmunds, Fynn Ole Engler, Robert K. Englund, Mordechai Feingold, Rivka Feldhay, Gideon Freudenthal, Paolo Galluzzi, Kostas Gavroglu, Mark Geller, Domenico Giulini, Günther Görz, Gerd Graßhoff, James Hough, Manfred Laubichler, Glenn Most, Klaus Müllen, Pier Daniele Napolitani, Alessandro Nova, Hermann Parzinger, Dan Potts, Sabine Schmidtke, Circe Silva da Silva, Ana Simões, Dieter Stein, Richard Stephenson, Mark Stitt, Noel M. Swerdlow, Liba Taub, Martin Vingron, Scott Walter, Norton Wise, Gerhard Wolf, Rüdiger Wolfrum, Gereon Wolters, Zhang Baichun.

+

Lindy Divarci, Bendix Düker, Samuel Gfrörer, Klaus Thoden, Dirk Wintergrün.

+
+ + + + + +
+ + Added revisionDesc + + + + + + + + + + + + + + +
+ + + Chemical Laboratory. This idealized laboratory with metallurgical furnaces is from William Lewis, Commercium Philosophico-Technicum (London, 1756). Courtesy of Smith Image Collection, Van Pelt Dietrich Library, University of Pennsylvania. +
+
+ A dedication +
+ + + + + + + + + + + +
+ + +
+ This is the first part + + +
+ Unnumbered document structure +

Chapter, section and subsection can also be used without numbers. Do you see the slight changes in the layout? Also, the counter is not incremented. This can be used for forewords or introductions.

+
+ Section without numbers +

This the first section of a text. It is preceded by two hierarchical units, namely Part and Chapter. As you can see above, the chapter command has two arguments, the first one being the running head which is displayed in the header of each page. Structure your text wisely.

+

Now, a running head only makes sense if your chapter spreads across several pages.

+
+ Subsection without numbers +

Here we are at an even lower hierarchical level. This can be quite useful. Be aware that this level is not being displayed in the table of contents.

+
+
+
+ +
+ Document structure + +

Oh, happy day (an epigraph)

+
+ +
+ This is the first section +

This the first section of a text. It is preceded by two hierarchical units, namely Part and Chapter. As you can see above, the chapter command has two arguments, the first one being the running head which is displayed in the header of each page, the second being the text that is printed on the page where the chapter begins.

+

We offer two additional units below the section: the subsection and the subsubsection. See below how they are displayed!

+ +
+ This is a subsection +

Here we are at an even lower hierarchical level. This can be quite useful. Be aware that this level is not being displayed in the table of contents. Now, there is still one level below that: the subsubsection.

+ +
+ A subsubsection +

A subsubsection will never be numbered and like its predecessor, it will not show up in the table of contents.

+
+
+
+
+ +
+ Markup +

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.

+
+ Non-Latin alphabets +

This section showcases text written in writing systems other than Latin. It includes Russian, Chinese, Hebrew and Greek.

+
+ Russian + +

First, Russian: В начале двадцатого века был одним из идеологов богостроительства, в 1909 году помогал участникам этого течения содержать фракционную школу на острове Капри для рабочих, которую В. И. Ленин называл "литераторским центром богостроительства".

+
+
+ Chinese + +

Next, Chinese: 法兰克人接受了高卢罗马文化, 改操罗曼语族语言(但在罗马人分布较少的高卢北部人多操日耳曼语族语言)。 克洛维定巴黎为首都,建立了新的王朝,史称墨洛温王朝,但是这个王朝在克 洛维死后陷入分裂,克洛维的四个儿子按照法兰克人的习惯,将法兰克国家一 分为四,分别是巴黎、奥尔良、苏瓦松和兰斯。

+
+
+ Hebrew + +

Then, Hebrew:ארגינעל האט די סעקרעטאריאט שטאב געדארפט צו זיין א פאראייניגטע גרופע פון אומפארטייאישע שליחים פון יעדע לאנד וועלכע האבן נאר די אינטערעסן פון זייערע אייגענע לענדער אבער עס האט זיך קיינמאל נישט געהעריג אויסגעארבעט און נאר דער סעקרעטאר גענעראל איז אזוי באטראכט געווארן

+
+
+ Greek + +

And finally Greek: Ο φλοιός κυμαίνεται μεταξύ 5 και 70 km σε βάθος. Τα λεπτά τμήματα του φλοιού είναι κάτω από τους ωκεανούς (ωκεάνιος φλοιός) και αποτελούνται από πυκνά πετρώματα μαγνησίου, σιδήρου και πυριτίου. Τα παχύτερα τμήματα του φλοιού είναι τα ηπειρωτικά τα οποία είναι λιγότερο πυκνά από τα ωκεάνια και αποτελούνται από πετρώματα πλούσια σε νάτριο, αλουμίνιο και πυρίτιο.

+
+
+ The Multilingual bit + +

To read single Arabic words, as in Grammaticall Paradigms, we must know the sound of the letters […] ‘b t θ 3 כ ח {} d t z s שׁ s d t d y G F kכּ כּ L m n w h y. Change of יה into ח. Place of the accent […] 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.

+
+
+ If in doubt + +

You can add complicated characters as images, for example, an apple: . Or a penguin: .

+
+
+
+ Text markup + +

This is a regular paragraph. Words can appear in italics, – and some characters are superscript or subscript. There is also Math font for additional symbols: . In some cases, you can use EOAbold directly. Small caps are also possible.

+
+
+ 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 (Piaget 1985).

+ + A rather short block quote.

+

Poems

If you don't want a paragraph to be indented, use noindent

and verses can be included with the EOAverse environment:

+ + Prudence and knowledge descend + From Philosophy into [human] intellects; + Which are perfect as far as their disposition is concerned, + As each one receives its part of justice and reason. + +
Three constructs for lists

This is a numbered list containing three items:

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

We have a command for that.

This is the first entry.This is the second entry.This is the third entry

In contrast to that, here is a list that is not numbered, but also contains the same items!

This is the first entry.This is the second entry.This is the third entry

Thirdly, if you want to give some definitions you can use EOAdescription:

A typesetting systemThis is you!
LaTeX specifics

This chapter deals with formatting possibilites in LaTeX and is not covered in the XML version.

References and indicesAn abstract on chapter level.
Labels

ElementsIndexing can be assigned labels so that they can be referred to: sections

Cross reference to Chapter

, images

There is a nice image in section .

, tables

There is a table in section

. A lot of things can be cross-referenced.

By the way, JoyceJames Joyce is a very good author. Read some of his stuff. It may be useful for indexing some of your key terms in the text so that we can later link to catalogues that tells the reader more about the things. Joyce died in ZurichZürich. You cannot read anything about him in neither Walkowski's work of nor in !

+
+ Three constructs for lists +

This is a numbered list containing three items:

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

We have a command for that.

+ + + This is the first entry. + This is the second entry. + This is the third entry + +

In contrast to that, here is a list that is not numbered, but also contains the same items!

+ + This is the first entry. + This is the second entry. + This is the third entry + +

Thirdly, if you want to give some definitions you can use EOAdescription:

+ + + + A typesetting system + + This is you! + +
+
+
+
+ LaTeX specifics +

This chapter deals with formatting possibilites in LaTeX and is not covered in the XML version.

+
+
+ + References and indices + An abstract on chapter level. + + + + + +
+ Labels +

ElementsIndexing can be assigned labels so that they can be referred to: sections

Cross reference to Chapter

, images

There is a nice image in section .

, tables

There is a table in section

. A lot of things can be cross-referenced.

+ + +

By the way, JoyceJames Joyce is a very good author. Read some of his stuff. It may be useful for indexing some of your key terms in the text so that we can later link to catalogues that tells the reader more about the things. Joyce died in ZurichZürich. You cannot read anything about him in neither Walkowski's work of nor in !

+

Now, here's a funny problem concerning the index. Consider one Lord CharlesCavendish, Lord Charles (son of the second duke of Devonshire), (Fig. , )duty of service Please observe: there are references in the index entry. This is the same reference outside the index: (Fig. , )

References

It includes references to a section (see section ), to an image (see image ), two entries for the index (Science Science and Confucius孔夫子) and a reference to a facsimile (see facsimile on page ).

This is the way to enter web addresses: .

Citations

The bibliographic information is kept in a separate database. The text file only contains references to the specific database entry. Examples of citations are distributed throughout this document. It also possible to customize the citations with Plat. tim..Pavendish, Lord Pharles (son of the second puke of Pevonshire)duty of service

Another important issue is the sorting of entries where a two publications have the same authors and the same year: and .

We can also cite newspapers:

+

Now, here's a funny problem concerning the index. Consider one Lord CharlesCavendish, Lord Charles (son of the second duke of Devonshire), (Fig. , )duty of service Please observe: there are references in the index entry. This is the same reference outside the index: (Fig. , )

+
+
+ References +

It includes references to a section (see section ), to an image (see image ), two entries for the index (Science Science and Confucius孔夫子) and a reference to a facsimile (see facsimile on page ).

+

This is the way to enter web addresses: .

+
+
+ Citations +

The bibliographic information is kept in a separate database. The text file only contains references to the specific database entry. Examples of citations are distributed throughout this document. It also possible to customize the citations with Plat. tim..Pavendish, Lord Pharles (son of the second puke of Pevonshire)duty of service

+

Another important issue is the sorting of entries where a two publications have the same authors and the same year: and .

+

We can also cite newspapers:

+ + + + +
+
Floating environmentsFloats

Floating environments are bigger constructs like figures and tables, said Gamba in .

This chapter also showcases the use of two different sets of footnotes, alphabetic and arabic. This is a per-chapter-setting.

If you want to, you can leave the placing of them to the typesetting system, in order to avoid bigger stretches of white space (cf. ).

Here comes a footnote with arabic number as marker, which means it is is the other apparatus

Tables

The following lines of code produce a table consisting of 4 columns and 3 rows.

+
+
+ + + + + Floating environments + Floats + + +

Floating environments are bigger constructs like figures and tables, said Gamba in .

This chapter also showcases the use of two different sets of footnotes, alphabetic and arabic. This is a per-chapter-setting.

+

If you want to, you can leave the placing of them to the typesetting system, in order to avoid bigger stretches of white space (cf. ).

Here comes a footnote with arabic number as marker, which means it is is the other apparatus

+
+ Tables +

The following lines of code produce a table consisting of 4 columns and 3 rows.

+ This is a tableHeading 1Heading 2Some more text in new lineHeading 3Heading 4Hereyoumayfindsomedataspreadoverthetableincells

We can remove the borders by adding the optional argument 'blank'

This is a tableHeading 1Heading 2Heading 3Heading 4Hereyoumayfindsomedataspreadoverthetableincells

Next, the same table, but without a caption. NB it has also no label!

Heading 1Heading 2Heading 3Heading 4Hereyoumayfindsomedataspreadoverthetableincells
Figures

Images are also floating objects. The command takes five parameters: filename, caption, label, width and position

+ + This is a table + + Heading 1 + Heading 2Some more text in new line + Heading 3 + Heading 4 + + + Here + you + may + find + + + some + data + spread + over + + + the + table + in + cells + +
+

We can remove the borders by adding the optional argument 'blank'

+ + This is a table + + Heading 1 + Heading 2 + Heading 3 + Heading 4 + + + Here + you + may + find + + + some + data + spread + over + + + the + table + in + cells + +
+

Next, the same table, but without a caption. NB it has also no label!

+ + + Heading 1 + Heading 2 + Heading 3 + Heading 4 + + + Here + you + may + find + + + some + data + spread + over + + + the + table + in + cells + +
+
+
+ Figures +

Images are also floating objects. The command takes five parameters: filename, caption, label, width and position

+
An image with a caption.

Captions can be rather long.

Ostafrikanische Arbeiter an einem der großen Knochengräben, die während der paläontologischen Expedition des Berliner Naturkundemuseums in die damalige Kolonie Deutsch-Ostafrika zwischen 1909 und 1913 angelegt wurden. (Koloriertes Glasdiapositiv, Museum für Naturkunde Berlin, Historische Bild- u. Schriftgutsammlungen, Bestand: Pal. Mus., Signatur: B V/177)

It is possible to have figures without captions:

The last image command – EOAlsfigure – takes three parameters and the figure covers the whole page

That's a caption for the lovely landscape image
Formulas
MathematicsMy Theorem

Hier eine Instanz des Theorems

Latex is very good in typesetting math. There are inline equations like \sqrt{9} = 3 and block equations (see below). Here is another equation: 2^2 = 4.

6 + 6 = 12 +
+ + An image with a caption. +
+

Captions can be rather long.

+
+ + Ostafrikanische Arbeiter an einem der großen Knochengräben, die während der paläontologischen Expedition des Berliner Naturkundemuseums in die damalige Kolonie Deutsch-Ostafrika zwischen 1909 und 1913 angelegt wurden. (Koloriertes Glasdiapositiv, Museum für Naturkunde Berlin, Historische Bild- u. Schriftgutsammlungen, Bestand: Pal. Mus., Signatur: B V/177) +
+ +

It is possible to have figures without captions:

+ +
+ +
+ +

The last image command – EOAlsfigure – takes three parameters and the figure covers the whole page

+
+ + That's a caption for the lovely landscape image +
+
+
+
+ Formulas + + +
+ Mathematics + + + My Theorem +

Hier eine Instanz des Theorems

+

Latex is very good in typesetting math. There are inline equations like \sqrt{9} = 3 and block equations (see below). Here is another equation: 2^2 = 4.

+ + 6 + 6 = 12 + + g_{\mu \nu} = 7 + + g_{\mu \nu} = 7 + +

Block equations can be unnumbered, as well.

6 + 6 = 12 +

Block equations can be unnumbered, as well.

+ + 6 + 6 = 12 + +

Formulas can be grouped in sub-equations.

6 + 6 = 1212 + 12 = 2424 + 24 = 48 +

Formulas can be grouped in sub-equations.

+ + 6 + 6 = 12 + 12 + 12 = 24 + 24 + 24 = 48 + +

A statement.

+

A statement.

+

An array of equations. All of them numbered individually.

1 + 1 = 22 + 2 = 44 + 4 = 8 +

An array of equations. All of them numbered individually.

+ + 1 + 1 = 2 + 2 + 2 = 4 + 4 + 4 = 8 + +

An unnumbered array of equations:

1 + 1 = 22 + 2 = 44 + 4 = 8 +

An unnumbered array of equations:

+ + 1 + 1 = 2 + 2 + 2 = 4 + 4 + 4 = 8 + +

Another statement.

Chemistry

Here is an example of an inline chemical formula. We embed it in its original context: The deposition of calcite, the dominant mineral in karst environments, is controlled by the reversible chemical reaction 2HCO3^- + Ca^2+ <=> CaCO3 + CO2 + H2O. Consequently, the dissolution or precipitation of calcium carbonate is strictly influenced by changes in the chemical equilibrium of this reaction.

+

Another statement.

+
+
+ Chemistry +

Here is an example of an inline chemical formula. We embed it in its original context: The deposition of calcite, the dominant mineral in karst environments, is controlled by the reversible chemical reaction 2HCO3^- + Ca^2+ <=> CaCO3 + CO2 + H2O. Consequently, the dissolution or precipitation of calcium carbonate is strictly influenced by changes in the chemical equilibrium of this reaction.

+
+
+
+ Source editions
Facsimile and transcription side by side

Prodiderunt veteres clavem Herculis templi sui toxibus appensam procul hinc canes et muscas solo quidem olfactu abigere. Non secus et omnis litteratorum chorus, qui suis monumentis aeternitati commendari velint, extimat suam feturam insignis cuiuspiam patroni nomine perinde ut clava fretam et ab omnibus oblocutorum aculeis vindicari et auspicato in vulgus exire. Quos igitur fetus iam dudum parturio nunc pariturus et in lucem emissurus (generosissime Petrae)Petrus de Meneses tenellos adhuc, et implumes tibi destino, credo, commendo patiare, precor eas tuis sub alia delitescere tuique sub nominis umbra recumbere. Cuius (spero) non minus quam Herculeae clave olfactu longe repellantur canini rictus et oblatratores inviduli. Te sane unum praeceteris mihi patronum eo iustius elegerim, quod et tua ipsius maiestate familiariter – quae tua est comitas – quondam usus sim, et litterarum sis non minus peritus quam apperens. Quis enim illiteratum litterarum defensorem, libidinosum pudicitiae et iniustum iustitiae putaverit. Nempe – si Christiano poete credas. Nulla sub iniusto virtus est principe tuta. Nulla sub incesto castis est gloria rege.

Transcription and translation
XVIII.v

Homines ut plurimum parvi corpore, colore maior pars subfusco, torosa, et fortis, semper ad arma parata, in subitam iram prona, vindictae avida, iniuriarum memor, acuti, ac versatilis ingenii, exteris amica, hospitalitatis amantissima, suo domino fida, literis apta, naturali amoenissimo Tuscorum pollens eloquio, hilaris cantu, saltuque vivida, in mecanicis ingeniosa, mercibusque sollicita. Schott, FranzGiovannini, GirolamoHyeronimus Capugnanus Itiner. Part. prima paucis populum hunc delibat, Natio haec, inquit, Garfagnanae martia, audax, et in bello assuefacta, indomitaque, Este (House of)Atestinis principibus devota, quod sane, si ullo tempore, praesenti armis exteris strepente, clarescit.

Vallisneri is referring to the War of the Spanish Succession (1701–1714), a great conflict that scourged Europe after the death of the last Habsburg (House of)Habsburg King of Spain, Carlos II, King of SpainCarlos II (1661–1700).}

XVIII.v

The men are generally short and—for the most part—dark, muscular, strong, always ready to fight, easily inclined to anger, vengeful, mindful of injuries; [yet, they are also] smart, clever, friendly to strangers, lovers of hospitality, loyal to their lord, inclined to literature, naturally gifted with the most beautiful Tuscan language, cheerful, lively, skilled in mechanics, and constantly engaged in commerce. Giovannini, GirolamoGeronimo from Capugnano, in the first Part of his Itinerarium Nobiliorum Italiae regionum, urbium, oppidorum, et locorum, briefly touches upon this people. “This nation of Garfagnana”, he says, “is bellicose, audacious, accustomed to war, untamed, and devoted to the Este (House of)Princes of Este”; which was certainly evident at all times, and is even more now, amidst the roars of foreign armies.

Letters
An important noteR 5015handwritten1963/04/11Liverpool

Dear PaulMcCartney, Paul

With love, from me to you.

Cheers, JohnLennon, John

References
Facsimiles
Index
Person index
Location index
+ --> + Source editions +
+ Facsimile and transcription side by side +
+ +
+ +

Prodiderunt veteres clavem Herculis templi sui toxibus appensam procul hinc canes et muscas solo quidem olfactu abigere. Non secus et omnis litteratorum chorus, qui suis monumentis aeternitati commendari velint, extimat suam feturam insignis cuiuspiam patroni nomine perinde ut clava fretam et ab omnibus oblocutorum aculeis vindicari et auspicato in vulgus exire. Quos igitur fetus iam dudum parturio nunc pariturus et in lucem emissurus (generosissime Petrae)Petrus de Meneses tenellos adhuc, et implumes tibi destino, credo, commendo patiare, precor eas tuis sub alia delitescere tuique sub nominis umbra recumbere. Cuius (spero) non minus quam Herculeae clave olfactu longe repellantur canini rictus et oblatratores inviduli. Te sane unum praeceteris mihi patronum eo iustius elegerim, quod et tua ipsius maiestate familiariter – quae tua est comitas – quondam usus sim, et litterarum sis non minus peritus quam apperens. Quis enim illiteratum litterarum defensorem, libidinosum pudicitiae et iniustum iustitiae putaverit. Nempe – si Christiano poete credas. Nulla sub iniusto virtus est principe tuta. Nulla sub incesto castis est gloria rege.

+
+
+
+
+ Transcription and translation +
+
+ XVIII.v +

Homines ut plurimum parvi corpore, colore maior pars subfusco, torosa, et fortis, semper ad arma parata, in subitam iram prona, vindictae avida, iniuriarum memor, acuti, ac versatilis ingenii, exteris amica, hospitalitatis amantissima, suo domino fida, literis apta, naturali amoenissimo Tuscorum pollens eloquio, hilaris cantu, saltuque vivida, in mecanicis ingeniosa, mercibusque sollicita. Schott, FranzGiovannini, GirolamoHyeronimus Capugnanus Itiner. Part. prima paucis populum hunc delibat, Natio haec, inquit, Garfagnanae martia, audax, et in bello assuefacta, indomitaque, Este (House of)Atestinis principibus devota, quod sane, si ullo tempore, praesenti armis exteris strepente, clarescit.

Vallisneri is referring to the War of the Spanish Succession (1701–1714), a great conflict that scourged Europe after the death of the last Habsburg (House of)Habsburg King of Spain, Carlos II, King of SpainCarlos II (1661–1700).}

+
+
+ XVIII.v +

The men are generally short and—for the most part—dark, muscular, strong, always ready to fight, easily inclined to anger, vengeful, mindful of injuries; [yet, they are also] smart, clever, friendly to strangers, lovers of hospitality, loyal to their lord, inclined to literature, naturally gifted with the most beautiful Tuscan language, cheerful, lively, skilled in mechanics, and constantly engaged in commerce. Giovannini, GirolamoGeronimo from Capugnano, in the first Part of his Itinerarium Nobiliorum Italiae regionum, urbium, oppidorum, et locorum, briefly touches upon this people. “This nation of Garfagnana”, he says, “is bellicose, audacious, accustomed to war, untamed, and devoted to the Este (House of)Princes of Este”; which was certainly evident at all times, and is even more now, amidst the roars of foreign armies.

+
+
+
+
+ Letters +
+ An important note + + + R 5015 + handwritten + 1963/04/11 + Liverpool + +

Dear PaulMcCartney, Paul

+

With love, from me to you.

+

Cheers, JohnLennon, John

+
+
+
+
+ References + +
+
+
+ Facsimiles +
+ + +
+
+ + + + + + + + + +
+ Index + +
+
+ Person index + +
+
+ Location index + +
+
+
+