diff options
Diffstat (limited to 'macros/latex/contrib/univie-ling/doc/univie-ling-wlg.tex')
-rw-r--r-- | macros/latex/contrib/univie-ling/doc/univie-ling-wlg.tex | 56 |
1 files changed, 51 insertions, 5 deletions
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 a12fccdeac..379ff0485d 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 2.6, 2024/06/27} +\date{Version 2.9, 2024/09/28} \maketitle @@ -259,9 +259,33 @@ Please refer to the \textsf{covington} manual \cite{covington} for details. \section{Bibliography}\label{bibliography} -If the class option \joption{biblatex=true} is set, the \uvlt\ class loads a bibliography style which matches journal style sheet. These conventions draw on the -\emph{Unified Style Sheet for Linguistics} of the LSA (\emph{Linguistic Society of America}). -In order to conform to this style, the \uvlt\ class uses the \textsf{biblatex} package with the \textsf{univie-ling} style that is included in the \textsf{univie-ling} bundle. +If the class option \joption{biblatex=true} is set, the \uvlt\ class loads a bibliography style which matches journal style sheet. +These conventions draw on the \emph{Unified Style Sheet for Linguistics} of the LSA (\emph{Linguistic Society of America}). +In order to conform to this style, the \uvlt\ class uses the \textsf{biblatex} package with the \textsf{univie-ling} +style that is included in the \textsf{univie-ling} bundle. + +Since there is no Bib\TeX\ style file available that completely matches the journal's style guide, you cannot use +classic Bib\TeX\ for a paper in the WLG. + +It is also possible, however, (though not recommended) to use the \texttt{thebibliography} environment if, +for some reason, you do not want to use \textsf{biblatex}. Of course, in this case you are all responsible for the +proper formatting of the entries. If you decide for this, you must load the \textsf{natbib} package and use the +syntax documented in the natbib manual (\cite[sec.~1]{natbib}) for the proper setup of bibitems, e.\,g.,\footnote{% + Note the missing space before and after the parentheses that mark the year!} + +\begin{lstlisting}[language={[LaTeX]TeX},basicstyle={\small\ttfamily},frame=single,morekeywords={bibitem}] +\bibitem[Jones et al.(1990)Jones, Baker, & Williams]{jon90} + Jones, Baker, & Williams. 1990. ... +\end{lstlisting} +% +(Only) if \textsf{natbib} is loaded, \uvlt\ will take care that the spacing with the \texttt{thebibliography} environment +is correct. + +Finally, if you prefer to have a completely manually constituted bibliography with manually inserted citations% +\footnote{A reason might be that you transform a paper submitted in a an office file format to \LaTeX. In this case, +\texttt{reflist} is often more convenient than \texttt{bibliography}.}, +use the \texttt{reflist} environment and separate each entry by a blank line (see \cite[sec.~9]{covington}). +Since this environment is provided by \textsf{covington}, the \joption{covington} options must not be \joption{false}. \section{\LyX\ layouts and templates} @@ -274,6 +298,25 @@ A template is provided as well: \url{https://github.com/jspitz/univie-ling/raw/m \raggedright \begin{itemize} + \item 2024/09/28 (v.\,2.9) + \begin{itemize} + \item Fix pagination with \jfcsmacro{frontmatter} articles. + \item Improve parts in TOC. + \item Clear double page before parts. + \end{itemize} + \item 2024/09/20 (v.\,2.8) + \begin{itemize} + \item Add basic support for \texttt{thebibliography} environment. + \item Update documentation on bibliography beyond \textsf{biblatex}. + \item Fix pagination issue with \joption{titlepage=specialprint}. + \item Part pages are now empty (no pagination and heading). + \end{itemize} + \item 2024/07/23 (v.\,2.7) + \begin{itemize} + \item Use proper spacing with \textsf{covington}'s \texttt{reflist} environment. + \item Fix spacing after \jfcsmacro{weblink}. + \item Fix empty argument check in \jfcsmacro{weblink}. + \end{itemize} \item 2024/06/27 (v.\,2.6) \begin{itemize} \item Provide \jcsmacro{weblink}, \jcsmacro{SetURLDate} and \jcsmacro{urldate} macros. @@ -344,9 +387,12 @@ A template is provided as well: \url{https://github.com/jspitz/univie-ling/raw/m \begin{thebibliography}{1} - \bibitem{covington} Covington, Michael A. and Spitzmüller, Jürgen: +\bibitem{covington} Covington, Michael A. and Spitzmüller, Jürgen: \emph{The covington Package. Macros for Linguistics}. September 7, 2018. \url{http://www.ctan.org/pkg/covington}. +\bibitem{natbib} Daly, Patrick W.: + \emph{Natural Sciences Citations and References}. September 13, 2010. + \url{http://www.ctan.org/pkg/natbib}. \end{thebibliography} |