User Tools

Site Tools


shortintroduction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
shortintroduction [2019/11/12 09:53]
sszenti [Prerequisites & Typesetting]
shortintroduction [2019/12/04 13:33]
sszenti [Getting started]
Line 9: Line 9:
 We are currently supporting the distribution of 2019 which you can download and install from [[ftp://​tug.org/​historic/​systems/​texlive/​2019/​|the archive]]. Furthermore,​ an editor for editing LaTeX code is required. We recommend using [[texshopconfiguration|TeXShop]] on Apple computers and [[texworksconfiguration|TeXWorks]] for Windows. We are currently supporting the distribution of 2019 which you can download and install from [[ftp://​tug.org/​historic/​systems/​texlive/​2019/​|the archive]]. Furthermore,​ an editor for editing LaTeX code is required. We recommend using [[texshopconfiguration|TeXShop]] on Apple computers and [[texworksconfiguration|TeXWorks]] for Windows.
  
-Please note that self-defined LaTeX-Macros are not supported. The special LaTeX commands defined for this system ensure maximum consistency and convertibility. Without this restriction,​ it would be impossible to convert the publications into ePub and HTML. The list of authorized commands is available in a [[http://​edition-open-access.de/​media/​support/​files/​EOAReference.pdf|separate document]].+Please note that self-defined LaTeX-Macros are not supported. The special LaTeX commands defined for this system ensure maximum consistency and convertibility. Without this restriction,​ it would be impossible to convert the publications into ePub and HTML. The list of authorized commands is available ​[[eoacommands|on this page]], as well as in a [[http://​edition-open-access.de/​media/​support/​files/​EOAReference.pdf|separate document]].
  
 For a quick start and to check if the LaTeX installation works, download the preamble ''​pre_eoa.tex'',​ start the LaTeX editor and paste the following code into the window: For a quick start and to check if the LaTeX installation works, download the preamble ''​pre_eoa.tex'',​ start the LaTeX editor and paste the following code into the window:
Line 70: Line 70:
 In general, the implemented procedure is independent of any computer platform, editor and program. The only prerequisite is that the authors have a basic LaTeX environment installed, which is available for all commonly used operating systems. We use [[https://​en.wikipedia.org/​wiki/​XeLaTeX|XeLaTeX]] (which is part of the standard distribution of TeX) instead of ''​pdflatex''​ or ''​latex''​. This enables us to type Unicode (UTF-8) and avoid the coding of non-ASCII-characters. This applies in particular to non-Latin scripts such as Classical Greek or Chinese. Furthermore,​ we use BibLaTeX, a complete reimplementation of [[https://​en.wikipedia.org/​wiki/​BibTeX|BibTeX]] alongside with [[https://​en.wikipedia.org/​wiki/​Biber_%28LaTeX%29|Biber]]. This enables us to accurately typeset bibliographies that include non-Latin scripts. All these programs are already included in the current releases and do not have to be downloaded separately. In general, the implemented procedure is independent of any computer platform, editor and program. The only prerequisite is that the authors have a basic LaTeX environment installed, which is available for all commonly used operating systems. We use [[https://​en.wikipedia.org/​wiki/​XeLaTeX|XeLaTeX]] (which is part of the standard distribution of TeX) instead of ''​pdflatex''​ or ''​latex''​. This enables us to type Unicode (UTF-8) and avoid the coding of non-ASCII-characters. This applies in particular to non-Latin scripts such as Classical Greek or Chinese. Furthermore,​ we use BibLaTeX, a complete reimplementation of [[https://​en.wikipedia.org/​wiki/​BibTeX|BibTeX]] alongside with [[https://​en.wikipedia.org/​wiki/​Biber_%28LaTeX%29|Biber]]. This enables us to accurately typeset bibliographies that include non-Latin scripts. All these programs are already included in the current releases and do not have to be downloaded separately.
  
-Please note: This procedure requires the configuration of most editors (such as [[http://​edition-open-access.de/​support/​texshop.html|TeXShop]], [[http://​edition-open-access.de/​support/​texworks.html|TeXWorks]],​ [[http://​edition-open-access.de/​support/​bibdesk.html|BibDesk]] and [[http://​edition-open-access.de/​support/​jabref.html|JabRef]]). In general, you must use the command ''​xelatex''​ rather than ''​pdflatex''​ or ''​latex''​. In addition, the command ''​biber''​ has to be used instead of ''​bibtex''​. Typesetting the publication therefore requires the following commands:+Please note: This procedure requires the configuration of most editors (such as [[texshopconfiguration|TeXShop]], [[texworksconfiguration|TeXWorks]],​ [[bibdeskconfiguration|BibDesk]] and [[jabrefconfiguration|JabRef]]). In general, you must use the command ''​xelatex''​ rather than ''​pdflatex''​ or ''​latex''​. In addition, the command ''​biber''​ has to be used instead of ''​bibtex''​. Typesetting the publication therefore requires the following commands:
   - xelatex Main_TeX_File   - xelatex Main_TeX_File
   - biber Main_TeX_File   - biber Main_TeX_File
shortintroduction.txt · Last modified: 2020/01/30 11:29 by kthoden