diff options
-rw-r--r-- | Master/texmf-dist/doc/xelatex/langsci/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/langsci/biblatex-langsci-unified.bbx (renamed from Master/texmf-dist/tex/xelatex/langsci/biblatex-sp-unified.bbx) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/langsci/langsci-authoryear-comp.cbx (renamed from Master/texmf-dist/tex/xelatex/langsci/sp-authoryear-comp.cbx) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/langsci/langsci-series.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/langsci/langscibook.cls | 8 |
5 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/xelatex/langsci/README.md b/Master/texmf-dist/doc/xelatex/langsci/README.md index 760232543dd..ab936dbe555 100644 --- a/Master/texmf-dist/doc/xelatex/langsci/README.md +++ b/Master/texmf-dist/doc/xelatex/langsci/README.md @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Project: langsci %% Author: Language Science Press (http://langsci-press.org) -%% Date: 2016-05-09 11:11:11 UTC +%% Date: 2016-05-10 11:11:11 UTC %% Purpose: publishing boks with Language Science Press. %% Languages: LaTeX, tikz, eps %% Copyright 2012- Language Science Press @@ -22,7 +22,7 @@ %% - series.def: metadata for series %% - colors.def: colors used by the series %% - langsci-basic.sty for commands required by the standard template -%% - bib style definitions langsci-unified.bst, biblatex-sp-unified.bbx, sp-authoryear-comp.cbx +%% - bib style definitions langsci-unified.bst, biblatex-langsci-unified.bbx, langsci-authoryear-comp.cbx %% - files for the logos used in the textbook series Textbooks in Language Sciences: book.eps bulb.eps glass.eps law.eps %% - the file logo.pdf as a dummy, to be replaced with a file for the hosting institution %% - a file advertisement.tex added to the very last page in tikz diff --git a/Master/texmf-dist/tex/xelatex/langsci/biblatex-sp-unified.bbx b/Master/texmf-dist/tex/xelatex/langsci/biblatex-langsci-unified.bbx index 84d10be4588..84d10be4588 100644 --- a/Master/texmf-dist/tex/xelatex/langsci/biblatex-sp-unified.bbx +++ b/Master/texmf-dist/tex/xelatex/langsci/biblatex-langsci-unified.bbx diff --git a/Master/texmf-dist/tex/xelatex/langsci/sp-authoryear-comp.cbx b/Master/texmf-dist/tex/xelatex/langsci/langsci-authoryear-comp.cbx index 12638193071..12638193071 100644 --- a/Master/texmf-dist/tex/xelatex/langsci/sp-authoryear-comp.cbx +++ b/Master/texmf-dist/tex/xelatex/langsci/langsci-authoryear-comp.cbx diff --git a/Master/texmf-dist/tex/xelatex/langsci/langsci-series.def b/Master/texmf-dist/tex/xelatex/langsci/langsci-series.def index b97954e3b1f..65f14ded6e2 100644 --- a/Master/texmf-dist/tex/xelatex/langsci/langsci-series.def +++ b/Master/texmf-dist/tex/xelatex/langsci/langsci-series.def @@ -4,7 +4,7 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\input{\seriesinfopath colors.def} % color definitions +\input{\seriesinfopath langsci-colors.def} % color definitions \newcommand{\calseries}{calseries} \newcommand{\eotms}{eotms} diff --git a/Master/texmf-dist/tex/xelatex/langsci/langscibook.cls b/Master/texmf-dist/tex/xelatex/langsci/langscibook.cls index a346fbcf697..0d43722dcba 100644 --- a/Master/texmf-dist/tex/xelatex/langsci/langscibook.cls +++ b/Master/texmf-dist/tex/xelatex/langsci/langscibook.cls @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% File: langscibook.cls %% Author: Language Science Press (http://langsci-press.org) -%% Date: 2016-05-09 11:11:11 UTC +%% Date: 2016-05-10 11:11:11 UTC %% Purpose: This file defines the basic document class %% for books published with Language Science Press. %% Language: LaTeX @@ -766,7 +766,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{xcolor} -\input{\seriesinfopath series.def} % \lsSeriesColor, \lsSeriesTitle, \lsISSN and colors are defined here +\input{\seriesinfopath langsci-series.def} % \lsSeriesColor, \lsSeriesTitle, \lsISSN and colors are defined here %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -1233,8 +1233,8 @@ is, or will remain, accurate or appropriate. \iflsBiblatex % BibLaTeX \usepackage[ natbib=true, - style=\bstpath biblatex-sp-unified, - citestyle=\bstpath sp-authoryear-comp, + style=\bstpath biblatex-langsci-unified, + citestyle=\bstpath langsci-authoryear-comp, %refsection=chapter, maxbibnames=99, isbn=false, |