EISS 14

The volume for CSSP 2021

User Tools

Site Tools


latex_template

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
latex_template [2022/01/21 19:34] gschadenlatex_template [2022/10/04 19:51] (current) gschaden
Line 1: Line 1:
 ====== LaTeX template ====== ====== LaTeX template ======
  
-The LaTeX template is distributed as a ZIP archive, which you should {{eiss14.zip|download}} and unzip. Please start by reading ''README.txt'', also copied as follows:+The LaTeX template is distributed as a ZIP archive, which you should {{eiss14.zip|download}} and unzip. Notice that this is the new version from **04-10-2022**; if you have downloaded an earlier version, please make sure to update at least the ''eiss.sty'' file.  
 + 
 +Please start by reading ''README.txt'', also copied as follows:
  
 <file> <file>
  
 README.txt README.txt
-Prepared by C. Pinon (cjpinon@implicature.xyz) for EISS 13 (see+Initially prepared by C. Pinon (cjpinon@implicature.xyz) for EISS 13 (see
 https://implicature.xyz/eiss13/) https://implicature.xyz/eiss13/)
 2020-12-30 v3.2a 2020-12-30 v3.2a
 2020-02-02 v3.2 2020-02-02 v3.2
 +Modified by B. Crysmann and G. Schaden for EISS 14.
 +2022-07-02 v. 3.3
 +2022-10-04 v. 4.0 (breaking changes to user interface)
  
-This is a LaTeX template package for EISS 13, for either pdflatex or +This is a LaTeX template package for EISS, for either pdflatex, xelatex or lualatex as the typesetting engine (we recommend the use of xelatex). As of EISS 14, latex with dvi output is no longer supported
-latex as the typesetting engine.+
  
-This package consists of a main directory with four files and one +This package consists of 12 files:
-subdirectory eiss/ with 11 files:+
  
 README.txt README.txt
 lppl.txt lppl.txt
-EXAMPLE_master.pdf +eiss.sty 
-eiss/ +eiss13_logo_blank.pdf 
-  eiss.sty +cat.png 
-  eiss13_logo_blank.eps +gl-authoryear-comp.cbx 
-  eiss13_logo_blank.pdf +biblatex-gl.bbx 
-  glossa.bst +main.tex 
-  AUTHOR_master.tex +AUTHOR_body.tex 
-  AUTHOR_body.tex +AUTHOR_refs.tex 
-  AUTHOR_refs.tex +AUTHOR_bib.bib 
-  EXAMPLE_master.tex +main.pdf 
-  EXAMPLE_body.tex +
-  EXAMPLE_refs.tex +
-  EXAMPLE_bib.bib+
  
 You're reading README.txt. :-) You're reading README.txt. :-)
  
-lppl.txt contains the package license (the LaTeX Project Public License +lppl.txt contains the package license (the LaTeX Project Public License Version 1.3c).
-Version 1.3c).+
  
-EXAMPLE_master.pdf is an example illustrating eiss.sty+eiss.sty is the LaTeX style file for EISS 14Please do not modify it.
-AUTHOR_master.tex, AUTHOR_body.tex, AUTHOR_refs.tex, and the style +
-sheet(You can try to compile EXAMPLE_master.tex in the subdirectory +
-eiss/.)+
  
-check-for-packages.tex is a file that you can latex in order to check +eiss13_logo_blank.pdf is a file containing a blank logo. It is inserted by AUTHOR_master.texIt may be easiest to keep this file in the same directory as your TEX files.
-for packages explicitly required by eiss.styJust latex this file and +
-pay attention to the output (or examine the LOG file afterwards).+
  
-Turning to the subdirectory eiss/:+cat.png provides an sample cat picture demonstrating how images can be included. This file can safely be removed, and should not be resubmitted.
  
-eiss.sty is the LaTeX style file for EISS 13It may be easiest to keep +gl-authoryear-comp.cbx and biblatex-gl.bbx are biblatex style files from the journal Glossa (see https://www.glossa-journal.org/). They provide the bibliographic style that you should useThese files are also available at:
-this file in the same directory as your TEX files (but you could also +
-put it somewhere else where LaTeX searches for files). Please don'+
-modify it.+
  
-eiss13_logo_blank.[eps|pdf] are two files containing a blank logo. One +https://github.com/guidovw/Glossalatex
-of these files is inserted by AUTHOR_master.tex -- the file inserted +
-depends on whether pdflatex (then the PDF version) or latex + dvips +
-(then the EPS version) is used to compile AUTHOR_master.tex. It may be +
-easiest to keep these files in the same directory as your TEX files.+
  
-glossa.bst is a BibTeX style file from the journal GlossaThis is the +(The files is included as convenienceIt is not clear what their license is.)
-BibTeX style file that you should useThis file is also available at:+
  
-  https://github.com/guidovw/Glossalatex+main.tex, AUTHOR_body.tex, AUTHOR_refs.tex, AUTHOR_bib.bib -- these four files are to be edited for your paper:
  
-(This file is included as a convenience. It's not clear what its license +  main.tex is the file in which you set 12 parameters for your 
-is.) +  paper, as well as for loading any additional packages that you 
- +  need. Please follow the instructions in it (it's intended to be 
-AUTHOR_master.tex, AUTHOR_body.tex, AUTHOR_refs.tex -- these three files +  self-explanatory). This is the file that you compile. The name has  
-are to be edited for your paper: +  been chosen for ease of integration with Overleaf. While you work 
- +  on Overleaf, do not rename it (but before submitting, change its 
-  AUTHOR_master.tex is the file in which you set 12 parameters for +  name to "AUTHOR_main" with your last name, e.g., 
-  your paper, as well as for loading any packages that you need. Please +  roussarie_main.tex).
-  follow the instructions in it (it's intended to be +
-  self-explanatory). This is the file that you compile. It's advised to +
-  rename it (by replacing "AUTHOR" with your last name, e.g., +
-  roussarie_master.tex).+
  
   - AUTHOR_body.tex is the file for the body of your paper. This is   - AUTHOR_body.tex is the file for the body of your paper. This is
Line 86: Line 69:
   the case of EXAMPLE_refs.tex, the BIB file loaded is EXAMPLE_bib.bib.)   the case of EXAMPLE_refs.tex, the BIB file loaded is EXAMPLE_bib.bib.)
  
-EXAMPLE_master.tex, EXAMPLE_body.tex, EXAMPLE_refs.tex, EXAMPLE_bib.bib +  - AUTHOR_bib.bib will contain your bibliographical references
--- these four files are the source files for EXAMPLE_master.pdf in the +
-main directory. You're encouraged to try to compile EXAMPLE_master.tex +
-as a way to test your system (in addition to running latex on +
-check-for-packages.tex in the main directory).+
  
-Before sending the source files for your paper to the editors, please +We encourage use of unicode. For that, please make sure your source files use UTF-8 encoding. To compile your document, you should use a unicode-aware TeX engine, such as xelatex, but pdflatex is still supported. You can then directly use a wide range of Latin, Greek, and Cyrillic characters in your document, as well as the IPA. 
-make certain that you've paid attention to the points mentioned at + 
-https://implicature.xyz/eiss13/latex_bibtex_advice .+Before sending the source files for your paper to the editors, please make certain that you've paid attention to the points mentioned at https://implicature.org/eiss14/latex_bibtex_advice .
  
 If you have any questions, please don't hesitate to ask. Happy LaTeXing! If you have any questions, please don't hesitate to ask. Happy LaTeXing!
 +
 </file> </file>
latex_template.1642793672.txt.gz · Last modified: 2022/01/21 19:34 by gschaden