From 6280c0bca943a30d09e92916ab396082f6461c7f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 12 Nov 2020 03:01:16 +0000 Subject: CTAN sync 202011120301 --- .../doc/templates/template-wlg-article.pdf | Bin 225826 -> 242469 bytes .../contrib/univie-ling/doc/univie-ling-wlg.pdf | Bin 329616 -> 331535 bytes .../contrib/univie-ling/doc/univie-ling-wlg.tex | 38 ++++++++++++++++++--- 3 files changed, 34 insertions(+), 4 deletions(-) (limited to 'macros/latex/contrib/univie-ling/doc') diff --git a/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.pdf b/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.pdf index 4c6af984c7..7963775007 100644 Binary files a/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.pdf and b/macros/latex/contrib/univie-ling/doc/templates/template-wlg-article.pdf differ diff --git a/macros/latex/contrib/univie-ling/doc/univie-ling-wlg.pdf b/macros/latex/contrib/univie-ling/doc/univie-ling-wlg.pdf index b2d5c3bc20..523eac6312 100644 Binary files a/macros/latex/contrib/univie-ling/doc/univie-ling-wlg.pdf and b/macros/latex/contrib/univie-ling/doc/univie-ling-wlg.pdf differ diff --git a/macros/latex/contrib/univie-ling/doc/univie-ling-wlg.tex b/macros/latex/contrib/univie-ling/doc/univie-ling-wlg.tex index 0b57dab8b1..627a7fe84e 100644 --- a/macros/latex/contrib/univie-ling/doc/univie-ling-wlg.tex +++ b/macros/latex/contrib/univie-ling/doc/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\{\}}} Set start pagination (default: 1). \item{\jcsmacro{issue\{\}\{\}}} Set journal issue (number and year) \item{\jcsmacro{issuetitle\{\}}} 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. -- cgit v1.2.3