summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/upmethodology
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-11 22:22:10 +0000
committerKarl Berry <karl@freefriends.org>2017-12-11 22:22:10 +0000
commit960b935b05197800b547ee84fec81fe2248daadf (patch)
tree904348d029f7b812890dced91c0dd06f89cd1f13 /Master/texmf-dist/tex/latex/upmethodology
parent421c664425ad08e26c027e8239ea72f7c2ee85ba (diff)
upmethodology (11dec17)
git-svn-id: svn://tug.org/texlive/trunk@46037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/upmethodology')
-rw-r--r--Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def2
-rw-r--r--Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty16
2 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def b/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def
index d900739a7b5..6b9e66e5af3 100644
--- a/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def
+++ b/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def
@@ -1 +1 @@
-\def\UPMVERSION{20170808}
+\def\UPMVERSION{20171210}
diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
index b5b1d4ae360..057e348e887 100644
--- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
+++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
@@ -17,7 +17,7 @@
% write to the Free Software Foundation, Inc., 59 Temple Place - Suite
% 330, Boston, MA 02111-1307, USA.
-\global\edef\upm@package@fmt@ver{2017/08/08}
+\global\edef\upm@package@fmt@ver{2017/12/10}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver]
@@ -1007,6 +1007,14 @@
\fi%
\xspace%
}
+\newcommand{\upmmakenamestar}[4][\relax]{%
+ \ifx#1\relax%
+ {\upm@format@lastname@format{#3}#4\upm@format@firstname@format{#2}}%
+ \else%
+ {\upm@format@lastname@format{#3}#4\upm@format@von@format{#1}#4\upm@format@firstname@format{#2}}%
+ \fi%
+ \xspace%
+}
%\makename[von]{firstname}{lastname}
\newcommand{\makename}[3][\relax]{%
@@ -1361,19 +1369,19 @@
}
\newenvironment{upmcaution}[1][\linewidth]{%
- \upm@highligh@box{#1}{caution.png}%
+ \upm@highligh@box{#1}{upm_caution.png}%
}{%
\endupm@highligh@box%
}
\newenvironment{upminfo}[1][\linewidth]{%
- \upm@highligh@box{#1}{info.png}%
+ \upm@highligh@box{#1}{upm_info.png}%
}{%
\endupm@highligh@box%
}
\newenvironment{upmquestion}[1][\linewidth]{%
- \upm@highligh@box{#1}{question.png}%
+ \upm@highligh@box{#1}{upm_question.png}%
}{%
\endupm@highligh@box%
}