summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-14 21:26:56 +0000
committerKarl Berry <karl@freefriends.org>2015-05-14 21:26:56 +0000
commitcbeca9673e5907e8e7e1d971c55e951616211f3e (patch)
treedb2de12e18090ce2330b5b8d38c050772e5d19df
parentb838c9c2b471f38d784e44638b063cc608894573 (diff)
udesoftec (14may15)
git-svn-id: svn://tug.org/texlive/trunk@37399 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdfbin567797 -> 560885 bytes
-rw-r--r--Master/texmf-dist/source/latex/udesoftec/CHANGELOG4
-rw-r--r--Master/texmf-dist/source/latex/udesoftec/VERSION2
-rw-r--r--Master/texmf-dist/source/latex/udesoftec/udesoftec-doc.tex8
-rw-r--r--Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls14
5 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf b/Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf
index 7dc1491b226..84431897040 100644
--- a/Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf
+++ b/Master/texmf-dist/doc/latex/udesoftec/udesoftec-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/udesoftec/CHANGELOG b/Master/texmf-dist/source/latex/udesoftec/CHANGELOG
index a488d4a00ac..30b40cc381f 100644
--- a/Master/texmf-dist/source/latex/udesoftec/CHANGELOG
+++ b/Master/texmf-dist/source/latex/udesoftec/CHANGELOG
@@ -1,5 +1,9 @@
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/05/14 v1.4.6
+* replaced AtBeginDocument with AtEndPreamble for better interop with other packages
+* changed page margin to fit better to new font and improve readability on 4:3 tablets as well as paper while marginnotes get less space
+
2014/11/10 v1.4.5
* fixed list of abbreviations not being created
diff --git a/Master/texmf-dist/source/latex/udesoftec/VERSION b/Master/texmf-dist/source/latex/udesoftec/VERSION
index cdbe0ed0bb6..f0066374a28 100644
--- a/Master/texmf-dist/source/latex/udesoftec/VERSION
+++ b/Master/texmf-dist/source/latex/udesoftec/VERSION
@@ -1 +1 @@
-2014/11/10 v1.4.5 udesoftec \ No newline at end of file
+2015/05/14 v1.4.6 udesoftec \ 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 d36d329226d..e2ed3d3b9a5 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 2013-2014 J. Peter M. Schuler
-%% 2014/11/10 v1.4.5 udesoftec
+%% 2015/05/14 v1.4.6 udesoftec
\documentclass[omit-sd,omit-lol]{udesoftec}
\usepackage{udesoftec-extra}
@@ -115,7 +115,7 @@ Ein Beispielprojekt mit echten Inhalten findet sich unter\newline \url{http://ud
\subsection{Anpassen des Deckblatts}\label{sec:variables}
Neben den Paket-Optionen \lstinlinelatex!vawiessen! und \lstinlinelatex!vawibamberg! können die folgenden Kommandos vor dem \lstinlinelatex!\begin{document}! genutzt werden:
-\begin{multicols}{2}
+\begin{multicols}{4}
\begin{itemize}
\item \lstinlinelatex!\city!
\item \lstinlinelatex!\typeofdoc!
@@ -319,10 +319,10 @@ Beschreibungslisten können auch mit festem Umbruch gesetzt werden:
\section{TODOs}
-Über \lstinlinelatex!\todo{<Text>}! und \lstinlinelatex!\inlinetodo{<Text>}! gibt es die Möglichkeit TODOs zu verwalten. \inlinetodo{TODO: Diese können innerhalb des Textes stehen wie hier.} Aber Sie können auch am Rand stehen und auf eine bestimmte Stelle im Text\todo{TODO: Absatz überarbeiten} zeigen. Am Ende des Dokuments wird eine Gesamtliste angefügt, sofern ein TODO existiter und das Dokument nicht mit der Option \lstinlinelatex!final! oder \lstinlinelatex!omit-todos! kompiliert wird.
+Über \lstinlinelatex!\todo{<Text>}! und \lstinlinelatex!\inlinetodo{<Text>}! gibt es die Möglichkeit TODOs zu verwalten. \inlinetodo{TODO: Diese können innerhalb des Textes stehen wie hier.} Aber Sie können auch am Rand stehen und auf eine bestimmte Stelle im Text\todo{TODO: Absatz überarbeiten} zeigen. Am Ende des Dokuments wird eine Gesamtliste angefügt, sofern ein TODO existitert und das Dokument nicht mit der Option \lstinlinelatex!final! oder \lstinlinelatex!omit-todos! kompiliert wird.
\chapter{FAQ}
-\section{Der Hinweis mit der Templateversion auf dem Deckblatt soll verschwinden}
+\section{Der Hinweis mit der Template-Version auf dem Deckblatt soll verschwinden}
Vor der Abgabe sollte mit dem Kommando \lstinlinelatex!\date{}! das Datum des Dokuments entfernt werden. Dadurch wird auch der Hinweis auf die Templateversion entfernt. Während der Bearbeitung können beide Hinweise aber beim Feedback hilfreich sein.
\section{Bei kursiver Schrift ist das "`a"' komisch}
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
index fab454f7039..d85be837bd2 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-2014 J. Peter M. Schuler
-%% 2014/11/03 v1.4.5 udesoftec
+%% 2015/05/14 v1.4.6 udesoftec
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -32,7 +32,7 @@
% and
% http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf
\NeedsTeXFormat{LaTeX2e}%
-\ProvidesClass{udesoftec}[2014/11/10 v1.4.5 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]%
+\ProvidesClass{udesoftec}[2015/05/14 v1.4.6 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]%
%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%
@@ -717,10 +717,10 @@
\usepackage[includehead=false,includefoot=false]{geometry}
\iftemplateUseBookLayout
\KOMAoptions{twoside=true}
- \KOMAoptions{BCOR=12mm,DIV=calc} % for helvetica
+ \KOMAoptions{BCOR=12mm,DIV=10} % for helvetica
\else
\KOMAoptions{twoside=false}
- \KOMAoptions{BCOR=0mm,DIV=calc} % for helvetica
+ \KOMAoptions{BCOR=0mm,DIV=10} % for helvetica
\fi
\renewcommand*\chapterheadstartvskip{}
@@ -1118,8 +1118,8 @@ colorinlistoftodos
hyperindex,linktoc=section,pdfstartview=FitV,
pdfpagelabels,
bookmarks=true,bookmarksopen=true,bookmarksopenlevel=1,bookmarksnumbered=true]{hyperref}%
-\AtBeginDocument{\def\subsectionautorefname{\sectionautorefname}}
-\AtBeginDocument{\def\subsubsectionautorefname{\sectionautorefname}}
+\AfterEndPreamble{\def\subsectionautorefname{\sectionautorefname}}
+\AfterEndPreamble{\def\subsubsectionautorefname{\sectionautorefname}}
% change url font type to "inherit"
\renewcommand\UrlFont{\color{LinkExternal}}
%%%%%%%%%%%%%%%%%%%%%%
@@ -1185,7 +1185,7 @@ bookmarks=true,bookmarksopen=true,bookmarksopenlevel=1,bookmarksnumbered=true]{h
\newcommand{\udesoftecprintacronyms}{\@ifundefined{r@udesoftec:needsloa}{}{\printacronyms[style=myAcronymStyle]}}%
\newcommand{\udesoftecoverride}{}
-\AtBeginDocument{
+\AfterEndPreamble{
\udesoftecoverride%
\pagenumbering{alph} % title page is "a" - internal trick to prevent two pages with same name
\hypertarget{titlepage}{}\pdfbookmark[-1]{\@title}{titlepage} %