From 72347356254cf3c4b88615a8c0fcf696b21e313f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Sep 2015 22:00:30 +0000 Subject: udesoftec (4sep15) git-svn-id: svn://tug.org/texlive/trunk@38298 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/bibtex/bst/udesoftec/udesoftec.bst | 2 +- .../doc/latex/udesoftec/udesoftec-doc.pdf | Bin 489620 -> 490398 bytes Master/texmf-dist/source/latex/udesoftec/CHANGELOG | 5 +++++ Master/texmf-dist/source/latex/udesoftec/README | 2 +- .../latex/udesoftec/udesoftec-doc-examplebib.bib | 5 +++-- .../source/latex/udesoftec/udesoftec-doc.tex | 2 +- .../tex/latex/udesoftec/udesoftec-bibcommon.sty | 20 +++++++++----------- .../tex/latex/udesoftec/udesoftec-biblatex.sty | 4 ++-- .../tex/latex/udesoftec/udesoftec-bst.sty | 4 ++-- .../tex/latex/udesoftec/udesoftec-extra.sty | 14 +++----------- .../texmf-dist/tex/latex/udesoftec/udesoftec.cls | 10 +++++----- 11 files changed, 32 insertions(+), 36 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst b/Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst index 46073ef4e42..fb714c5c0f6 100644 --- a/Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst +++ b/Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec.bst %% Copyright 2014-2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 diff --git a/Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf b/Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf index dfbafd469ec..c1a9574b387 100644 Binary files a/Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf and b/Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf differ diff --git a/Master/texmf-dist/source/latex/udesoftec/CHANGELOG b/Master/texmf-dist/source/latex/udesoftec/CHANGELOG index cc53142a3a5..4e9319d5e85 100644 --- a/Master/texmf-dist/source/latex/udesoftec/CHANGELOG +++ b/Master/texmf-dist/source/latex/udesoftec/CHANGELOG @@ -1,5 +1,10 @@ The version number of all files is changed for every release. Please refer to the details below in order to see which files were changed. +2015/09/04 v1.5.2 +* [udesoftec.cls] Regression: \acadmicfield was dropped from default title page +* [udesoftec.bst] repaired doi error parsing +* [udesoftec-bibcommon.sty] automatic prefixing of pages for BibTeX: if page is numeric add prefix, else use string supplied instead of page, e.g. \cite[43-56]{Bib} for citing "pp. 42-56" and \cite[B.2]{Bib} to cite "B.2" of a document without pages. In order to reproduce old behavior use: \renewcommand*{\bblInTextPagePrefix}[1]{} + 2015/08/27 v1.5.1 * Improving interop between BibTeX and BibLaTeX styles * [udesoftec-biblatex.sty] adapting formating to remove major bugs diff --git a/Master/texmf-dist/source/latex/udesoftec/README b/Master/texmf-dist/source/latex/udesoftec/README index 5b5452432ae..1a74ced0226 100644 --- a/Master/texmf-dist/source/latex/udesoftec/README +++ b/Master/texmf-dist/source/latex/udesoftec/README @@ -3,7 +3,7 @@ udesoftec documentclass and bibstyle Maintainer: J. Peter M. Schuler E-Mail: j.peter.m.schuler at uni dash due dot de Copyright: 2013-2015 J. Peter M. Schuler -Version: 1.5.1 2015/08/27 +Version: 1.5.2 2015/09/04 License: lppl Topic: dissertation diff --git a/Master/texmf-dist/source/latex/udesoftec/udesoftec-doc-examplebib.bib b/Master/texmf-dist/source/latex/udesoftec/udesoftec-doc-examplebib.bib index 87f5ed73bf6..45a12d23754 100644 --- a/Master/texmf-dist/source/latex/udesoftec/udesoftec-doc-examplebib.bib +++ b/Master/texmf-dist/source/latex/udesoftec/udesoftec-doc-examplebib.bib @@ -22,7 +22,7 @@ booktitle = {Web Engineering}, year = {2006}, address = {Berlin/Heidelberg}, - doi = {10.1007/3-540-28218-1\textunderscore 5} + doi = {10.1007/3-540-28218-1_5} } @incollection{Mendes.et.al.2006b, @@ -117,6 +117,7 @@ publisher = {Gabler}, isbn = {978-3-8349-2114-7} } + @techstandard{IEEEStd-1016:1998, year = {1998-09-23}, title = {IEEE Recommended Practice for Software Design Descriptions}, @@ -125,4 +126,4 @@ author = {IEEE}, type = {IEEE Std}, standard = {IEEE Std 1016-1998} -} \ No newline at end of file +} diff --git a/Master/texmf-dist/source/latex/udesoftec/udesoftec-doc.tex b/Master/texmf-dist/source/latex/udesoftec/udesoftec-doc.tex index 8bc2e21956c..3cdc048adfb 100644 --- a/Master/texmf-dist/source/latex/udesoftec/udesoftec-doc.tex +++ b/Master/texmf-dist/source/latex/udesoftec/udesoftec-doc.tex @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-doc.tex %% Copyright 2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec \documentclass[de,omit-sd,omit-lol]{udesoftec} \usepackage{udesoftec-extra} diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty index 5ac62b38c57..536971c4ead 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bibcommon.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-biblatex.sty %% Copyright 2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-bibcommon}[2015/08/27 v1.5.1 udesoftec-bibcommon.sty udesoftec bibstyle configuration commons]% +\ProvidesPackage{udesoftec-bibcommon}[2015/09/04 v1.5.2 udesoftec-bibcommon.sty udesoftec bibstyle configuration commons]% \newif\ifprimaryDocumentLanguageGerman @@ -126,7 +126,12 @@ \providecommand{\bblstdseptypenum}{ } \providecommand{\bblstdsepnumed}{-} \providecommand{\bblnostandardrepeat}{} -\providecommand{\bblInTextPagePrefix}[1]{} +%\providecommand{\bblInTextPagePrefix}[1]{} +\providecommand{\bblInTextPagePrefix}[1]{% +% test for 1...9,i,v,x +\@ifnextchar1{\bblp}{\@ifnextchar2{\bblp}{\@ifnextchar4{\bblp}{\@ifnextchar3{\bblp}{\@ifnextchar5{\bblp}{\@ifnextchar6{\bblp}{\@ifnextchar7{\bblp}{\@ifnextchar8{\bblp}{\@ifnextchar9{\bblp}{\@ifnextchar{i}{\bblp}{}\@ifnextchar{v}{\bblp}{}\@ifnextchar{x}{\bblp}{}}}}}}}}}}% +} + \providecommand{\bblstandardpublishdate}[1]{\bblstandardpublishedon\space\bblParseDate{#1}} \providecommand{\bblpublishdate}[1]{\bblpublishedon\space\bblParseDate{#1}} \providecommand{\bblurldate}[1]{(\bbllastaccesswas\space\bblParseDate{#1})} @@ -167,14 +172,7 @@ % http://tex.stackexchange.com/questions/262103/interpret-tex-commands-and-remove-curly-braces-from-href-content/262133#262133 \providecommand{\bbldoi}[1]{% \def\tmpdoi{#1}% - \xpatchcmd*\tmpdoi{\textunderscore }{X}{}{}% - \xpatchcmd*\tmpdoi{\_ }{Y}{}{}% - \xpatchcmd*\tmpdoi{\textunderscore}{Z}{}{}% - \xpatchcmd*\tmpdoi{\_}{A}{}{}% - \xpatchcmd*\tmpdoi{{_}}{B}{}{}% - \xpatchcmd*\tmpdoi{{}}{}{}{}% - \xpatchcmd*\tmpdoi{\}}{}{}{}% - \xpatchcmd*\tmpdoi{\{}{}{}{}% + \xpatchcmd*\tmpdoi{{_}}{_}{}{}% \def\tmpdoitext{\detokenize\expandafter{\tmpdoi}}% \href{http://dx.doi.org/\tmpdoi}{doi:\tmpdoitext}% }% diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty index 27301a49ce9..ed314af8d5a 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-biblatex.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-biblatex.sty %% Copyright 2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-biblatex}[2015/08/27 v1.5.1 udesoftec-biblatex.sty udesoftec bibstyle configuration for biblatex]% +\ProvidesPackage{udesoftec-biblatex}[2015/09/04 v1.5.2 udesoftec-biblatex.sty udesoftec bibstyle configuration for biblatex]% % % \newif\ifprimaryDocumentLanguageGerman diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty index 79dab6aea42..5eb1a989ed9 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-bst.sty %% Copyright 2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-bst}[2015/08/27 v1.5.1 udesoftec-bst.sty udesoftec bibstyle configuration for bibtex]% +\ProvidesPackage{udesoftec-bst}[2015/09/04 v1.5.2 udesoftec-bst.sty udesoftec bibstyle configuration for bibtex]% \newif\ifprimaryDocumentLanguageGerman diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty index 4fd49b05262..431191ffa4b 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-extra.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-extra.sty %% Copyright 2013-2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -37,15 +37,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/README % and % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf - \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-extra}[2015/08/27 v1.5.1 udesoftec-extra.sty additions which are currently optional and may break former behaviour]% +\ProvidesPackage{udesoftec-extra}[2015/09/04 v1.5.2 udesoftec-extra.sty additions which are currently optional and may break former behaviour]% %%%%%%%%%%%%%%%%%%%%%%%%% -\makeatletter - - -\renewcommand{\bblInTextPagePrefix}[1]{\bblp} - -\makeatother -%%%%%%%%%%%%%%%%%%%%%%%%%% -\endinput% +% empty - everything from 1.4.x is merged into main files \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls index 9c1c64c0afa..60f6028ada8 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec.cls %% Copyright 2013-2015 J. Peter M. Schuler -%% 2015/08/27 v1.5.1 udesoftec +%% 2015/09/04 v1.5.2 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesClass{udesoftec}[2015/08/27 v1.5.1 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]% +\ProvidesClass{udesoftec}[2015/09/04 v1.5.2 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]% % class is based on KOMA-script http://www.ctan.org/pkg/koma-script \LoadClass{scrbook} \KOMAoptions{ @@ -261,7 +261,7 @@ \labelRespectConfidentiality{(Sperrvermerk beachten)} \academicfield{Wirtschaftsinformatik} \institution{Vorgelegt der Fakult\"at f\"ur Wirtschaftswissenschaften\par der Universit\"at Duisburg-Essen} -\semester{Wintersemester 2015/2016, 8. Fachsemester \academicfield} +\semester{Wintersemester 2015/2016, 8. Fachsemester \udesoftec@academicfield} \entitle{Englischer Titel der Arbeit} \confidentialitySource{Name der Firma, die auf die Vertraulichkeitserkl\"arung besteht} \date{Dokumentversion: \today \linebreak Templateversion: @@ -291,7 +291,8 @@ \labelRespectConfidentiality{(Adhere confidentially clause --- Sperrvermerk beachten)} \academicfield{Business Information Systems} \institution{Presented to the Faculty of Economics and Business Administration\par of University of Duisburg-Essen} - \semester{Winter semester 2011/2012, 8th Semester in \academicfield} + \semester{Winter semester 2015/2016, 8th Semester in + \udesoftec@academicfield} \confidentialitySource{Name of Company which wants the statutory declaration} \date{Version: \today} \authorbox{ @@ -722,7 +723,6 @@ % purpose: have some nice chapter headings (big number, lines and so on) % we need type1cm and cm-super for the bigger fonts - else there would be warnings % source: https://groups.google.com/forum/#!msg/de.comp.text.tex/rVcjvNQI6IA/N-NsfyQzXRwJ -\makeatletter% siehe De-TeX-FAQ \let\defaultchapterformat\chapterformat \renewcommand{\chapterformat}{% \begingroup% -- cgit v1.2.3