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
shortintroduction [2019/11/12 09:57]
sszenti [Prerequisites & Typesetting]
shortintroduction [2020/01/30 11:29]
kthoden [Prerequisites & Typesetting]
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 71: Line 71:
  
 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: 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''​ 
-  - xelatex Main_TeX_File+  - ''​xelatex Main_TeX_File''​
  
 The command ''​makeindex''​ is not used. The index is generated using the package *imakeidx* which is included in the preamble. The command ''​makeindex''​ is not used. The index is generated using the package *imakeidx* which is included in the preamble.
  
 The current distribution of TeX (2019) is used for the time being. For Mac and Windows users, this is combined with a convenient working environment that runs on Mac systems OS 10.12 (Sierra) or higher, or Windows Vista and later. The current distribution of TeX (2019) is used for the time being. For Mac and Windows users, this is combined with a convenient working environment that runs on Mac systems OS 10.12 (Sierra) or higher, or Windows Vista and later.
shortintroduction.txt · Last modified: 2020/01/30 11:29 by kthoden