summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty')
-rw-r--r--Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty16
1 files changed, 12 insertions, 4 deletions
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%
}