summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex')
-rw-r--r--Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex38
1 files changed, 34 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
index 0b57dab8b18..627a7fe84e8 100644
--- a/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
+++ b/Master/texmf-dist/doc/latex/univie-ling/univie-ling-wlg.tex
@@ -59,7 +59,7 @@
\author{\texorpdfstring{Jürgen Spitzmüller%
\thanks{Please report issues via \protect\url{https://github.com/jspitz/univie-ling}.}}{Jürgen Spitzmüller}}
-\date{Version 1.12, 2020/06/25}
+\date{Version 1.13, 2020/11/11}
\maketitle
@@ -131,20 +131,38 @@ The class can generate a titlepage in two different forms.
With \joption{issue}, a title page for a whole journal issue is output.
With \joption{specialprint}, a special print (``Sonderdruck'') title page suitable for single articles
is generated.
+ \item{\joption{peerrev=true|false}}: If \joption{true}, a statement is added to the imprint stating that the papers
+ of this issue have undergone double-blind peer review.
+ \item{\joption{preprint=true|false}}: If \joption{true}, the issue is marked as preprint on the titlepage and in
+ the journal metadata. Pagination info in these places is suppressed.
\end{description}
\section{General settings}
\subsection{Editorial data}
+Data for a particular issue can be set via:
+
\begin{description}
\setlength\itemsep{0pt}
\item{\jcsmacro{startpage\{<page>\}}} Set start pagination (default: 1).
\item{\jcsmacro{issue\{<number>\}\{<year>\}}} Set journal issue (number and year)
\item{\jcsmacro{issuetitle\{<title>\}}} Set title of special issue
\item{\jcsmacro{issuesubtitle\{<subtitle>\}}} Set subtitle of special issue
- \item{\jcsmacro{issueeditors\{<names>\}}} Set editors of special issue.
\end{description}
+%
+If needed, the editorial board (as printed in the imprint) can be adapted for a particular issue via:
+
+\begin{description}
+ \setlength\itemsep{0pt}
+ \item{\jcsmacro{edboardGL\{<name>\}}} Set editorial board member(s) for General Linguistics
+ \item{\jcsmacro{edboardAL\{<name>\}}} Set editorial board member(s) for Applied Linguistics
+ \item{\jcsmacro{edboardHL\{<name>\}}} Set editorial board member(s) for Historical Linguistics
+ \item{\jcsmacro{techboard\{<name>\}}} Set technical board member(s)
+\end{description}
+%
+In general, the data for the editorial board should be set/changed in a local copy of the file
+\texttt{univie-ling-wlg.cls} which is shipped with this class.
\subsection{Titling}
@@ -162,6 +180,8 @@ Use \jfcsmacro{maketitle} to set the title after the above settings have been ma
\subsection{Abstract and keywords}
The abstract is set with the \jmacro{abstract} environment.
Keywords (following the abstract) are set with the \jcsmacro{keywords\{<comma-separated keywords>\}} macro.
+Please note that language switches for abstracts in a different language should be done inside the \jmacro{abstract}
+environment. It is suggested to use \textsf{babel}'s \jfmacro{otherlanguage} environment for this purpose.
\subsection{Structuring}
@@ -207,18 +227,28 @@ A layout for \LyX\footnote{See \url{https://www.lyx.org}.}\ can be retrieved fro
A template is provided as well: \url{https://github.com/jspitz/univie-ling/raw/master/lyx/templates/template-wlg-article.lyx}.
-\clearpage
\section{Release History}
+\raggedright
\begin{itemize}
+ \item 2020/11/11 (v.\,1.13)
+ \begin{itemize}
+ \item Use \textsf{totpages} package rather than \textsf{lastpage} in order to fix
+ clash with \textsf{totpages} which is loaded by a secondary package.
+ \item New option \joption{peerrev}.
+ \item New option \joption{preprint}.
+ \item Factor out editorial data to new \texttt{univie-ling-wlg.cls} file
+ \item Make editorial data configurable locally via \jcsmacro{edboardGL}, \jcsmacro{edboardAL},
+ \jcsmacro{edboardHL}, and \jcsmacro{techboard}.
+ \end{itemize}
\item 2020/06/25 (v.\,1.12) Adapt to compatibility-breaking \textsf{doclicense} change.
\item 2020/05/05 (v.\,1.11) Update editorial board info.
\item 2020/05/01 (v.\,1.10) Fix encoding incompatibilities.
\item 2019/01/21 (v.\,1.9) No change to this class.
\item 2019/01/15 (v.\,1.8) No change to this class.
\item 2018/11/07 (v.\,1.7) No change to this class.
- \item 2018/11/04 (v.\,1.6) Remove \jmacro{subexamples} environment as this is now provided by \textsf{covington}.
+ \item 2018/11/04 (v.\,1.6) Remove \jmacro{subexamples} environment as this is now provided by \textsf{covington}.
\item 2018/09/03 (v.\,1.5)
\begin{itemize}
\item Introduce \jmacro{subexamples} environment.