User Tools

Site Tools


eoacommands

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
eoacommands [2019/12/03 13:46]
sszenti
eoacommands [2021/02/17 13:48] (current)
kthoden
Line 1: Line 1:
 ===== Edition Open Access — Summary of Commands ===== ===== Edition Open Access — Summary of Commands =====
  
-English Version, 4. November2013+
  
 ==== 1. General Setup ==== ==== 1. General Setup ====
Line 17: Line 17:
 </​code>​ </​code>​
  
-''​\EOAbibliographytype''​ may be anthology or monograph. With monograph you can produce one bibliography per chapter; anthology would produce a complete bibliography for the entirepublication. ''​\EOAbibliographydatabase''​ should include the filename of your BibTeX-database. ''​\EOAseriesmay''​ be Studies, Sources, Textbooks or Proceedings. This command determines the dimensions of the book and also the numbering scheme.+''​\EOAbibliographytype''​ may be anthology or monograph. With monograph you can produce one bibliography per chapter; anthology would produce a complete bibliography for the entirepublication. ''​\EOAbibliographydatabase''​ should include the filename of your BibTeX-database. ''​\EOAseries'' ​may be Studies, Sources, Textbooks or Proceedings. This command determines the dimensions of the book and also the numbering scheme.
  
 ==== 2. Text structure ==== ==== 2. Text structure ====
Line 110: Line 110:
  
 The text in the curly brackets will be given in //​italics//​. The text in the curly brackets will be given in //​italics//​.
 +
 +=== Bold text ===
 +
 +<code eoatex>
 +\EOAbold{Text}
 +</​code>​
 +
 +The text in the curly brackets will be given in **bold**.
  
 === Superscript and subscript === === Superscript and subscript ===
Line 120: Line 128:
 The text in curly brackets will be given in <​sup>​superscript</​sup>​ or in <​sub>​subscript</​sub>​. The text in curly brackets will be given in <​sup>​superscript</​sup>​ or in <​sub>​subscript</​sub>​.
  
 +=== Red text ===
 +
 +<code eoatex>
 +\EOAred{Text}
 +</​code>​
 +
 +The text in curly braces will appear in red.
 === Internet addresses URL === === Internet addresses URL ===
  
 <code eoatex> <code eoatex>
-\EOAurl{http://​www.example.com}+\EOAurl{https://​www.example.com}
 </​code>​ </​code>​
  
-This will format Internet addresses. The address in the curly brackets should not be masked or modified in any way.+This will format Internet addresses. The address in the curly brackets should not be masked or modified in any way. It is good practice to also note the date when that site was last accessed. You can add a formatted string as an optional argument. It will be appended to the URL, separated by a comma: 
 + 
 +<code eoatex>​ 
 +\EOAurl[accessed August 13, 2018]{https://​www.example.com} 
 +</​code>​
  
 === Greek, Chinese,​Russian and Hebrew characters === === Greek, Chinese,​Russian and Hebrew characters ===
Line 178: Line 197:
  
 <code eoatex> <code eoatex>
-\begin{EOAtranscripted}{Header left}{Headerright}+\begin{EOAtranscripted}{Header left}{Header right}
 Transcribed text on the left-hand page Transcribed text on the left-hand page
 \EOAnewpage \EOAnewpage
Line 190: Line 209:
  
 <code eoatex> <code eoatex>
-\EOAletterhead{Recipientand ​Date}{Archive identification}+\EOAletterhead{Recipient and Date}{Archive identification}
 {Additional information}{pages} {Additional information}{pages}
 </​code>​ </​code>​
Line 347: Line 366:
  
   * __Definition of columns__: To define a column, an abbreviation in the form ''​Alignment{Width}''​ is used. ''​L''​ stands for left-aligned text, ''​C''​ for centered text, and ''​R''​ for right-aligned text. The indication of width is given in cm. The indication ''​L{4cm}''​ will define a column of 4cm width whose text will be left aligned. The sum width of all the columns in a table should not exceed 9.5cm.   * __Definition of columns__: To define a column, an abbreviation in the form ''​Alignment{Width}''​ is used. ''​L''​ stands for left-aligned text, ''​C''​ for centered text, and ''​R''​ for right-aligned text. The indication of width is given in cm. The indication ''​L{4cm}''​ will define a column of 4cm width whose text will be left aligned. The sum width of all the columns in a table should not exceed 9.5cm.
-  * __Caption__:​ The caption should not exceed three to four lines. If ''​nonumber''​ is given in place of a caption, then neither ​anumber ​nor acaption ​will appear+  * __Caption__:​ The caption should not exceed three to four lines. If ''​nonumber''​ is given in place of a caption, then neither ​a number ​nor a caption ​will appear
   * __Label__: The label will be used for cross-referencing purposes.   * __Label__: The label will be used for cross-referencing purposes.
   * __Positioning__:​ Two abbreviations can be used to influence the positioning of the table in the text. The abbreviation ''​ht''​ will cause the tableto be positioned as close as possible to the insertion point in the text or in a suitable position at the top of one of the following pages. Using ''​H''​ will cause the table to appear at the exact insertion point in the text.   * __Positioning__:​ Two abbreviations can be used to influence the positioning of the table in the text. The abbreviation ''​ht''​ will cause the tableto be positioned as close as possible to the insertion point in the text or in a suitable position at the top of one of the following pages. Using ''​H''​ will cause the table to appear at the exact insertion point in the text.
Line 422: Line 441:
 </​code>​ </​code>​
  
-This command is used to indicate source references with an arbitrary character string. The character string may also involve just single characters, for example, for source references in the form ''​Einstein 1916a,b,c''​.+This command is used to indicate source references with an arbitrary character string. The character string may also involve just single characters, for example, for source references in the form //Einstein 1916a,b,c//.
  
  
eoacommands.1575377165.txt.gz · Last modified: 2019/12/03 13:46 by sszenti