summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/langsci/langsci-basic.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-04-02 21:02:58 +0000
committerKarl Berry <karl@freefriends.org>2019-04-02 21:02:58 +0000
commitd66cfca1b1989bbf980473ff42a40a821a16d5aa (patch)
treec48efb984986ac40bbe81aedd211b1d46b3faefe /Master/texmf-dist/tex/xelatex/langsci/langsci-basic.sty
parentd7b2b4344970bfcf3f51d54b4753251f9e21471e (diff)
langsci (2apr19)
git-svn-id: svn://tug.org/texlive/trunk@50706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/langsci/langsci-basic.sty')
-rw-r--r--Master/texmf-dist/tex/xelatex/langsci/langsci-basic.sty11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/xelatex/langsci/langsci-basic.sty b/Master/texmf-dist/tex/xelatex/langsci/langsci-basic.sty
index c8165b4710f..ffd4bf87fcf 100644
--- a/Master/texmf-dist/tex/xelatex/langsci/langsci-basic.sty
+++ b/Master/texmf-dist/tex/xelatex/langsci/langsci-basic.sty
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% File: langsci-basic.sty
%% Author: Language Science Press (http://langsci-press.org)
-%% Date: 2016-01-16 16:47:43 UTC
+%% Date: Date: 2019-03-31 13:12 UTC
%% Purpose: This file contains essential macros and is included
%% into langscibook.cls
%% Language: LaTeX
@@ -78,3 +78,12 @@
\let\oldfootnotemark\footnotemark
\renewcommand{\footnotemark}{\upshape\oldfootnotemark}
+
+\newcommand{\biberror}[1]{{\color{red}#1}}
+
+\newcommand{\markuptitle}[2]{
+ \title{\texorpdfstring{#1}{#2}}
+ \shorttitlerunninghead{#2}
+ \renewcommand{\lsChapterFooterSize}{\scriptsize}
+ \renewcommand{\lsCollectionPaperFooterTitle}{Add\noexpand\texttt{\textbackslash renewcommand\{\textbackslash lsCollectionPaperFooterTitle\}\{A new theory of \textbackslash noexpand\textbackslash textit\{This\} and \textbackslash noexpand\textbackslash textit\{that\}\}} to preamble}
+}