summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fduthesis/fduthesis-logo.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-27 03:05:21 +0000
committerNorbert Preining <norbert@preining.info>2023-02-27 03:05:21 +0000
commit86d5a04282aa958addab4585c4df899ec9a92e50 (patch)
tree7736ac0fb49348cb6ae88770b4b72ed5ee9d8081 /macros/latex/contrib/fduthesis/fduthesis-logo.dtx
parente7ae872926eddb0de09ecfe1c578e0680033955a (diff)
CTAN sync 202302270305
Diffstat (limited to 'macros/latex/contrib/fduthesis/fduthesis-logo.dtx')
-rw-r--r--macros/latex/contrib/fduthesis/fduthesis-logo.dtx9
1 files changed, 5 insertions, 4 deletions
diff --git a/macros/latex/contrib/fduthesis/fduthesis-logo.dtx b/macros/latex/contrib/fduthesis/fduthesis-logo.dtx
index 67bfae521e..80e7145811 100644
--- a/macros/latex/contrib/fduthesis/fduthesis-logo.dtx
+++ b/macros/latex/contrib/fduthesis/fduthesis-logo.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2017--2022 by Xiangdong Zeng <xdzeng96@gmail.com>
+% Copyright (C) 2017, 2018, 2020, 2023 by Xiangdong Zeng <xdzeng96@gmail.com>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -52,8 +52,6 @@
% 复旦大学校名(復旦大學),由毛泽东题写。原始图片来源:
% \url{http://www.fudan.edu.cn/2016/channels/view/74/}。
% \begin{macrocode}
-%\NewDocumentCommand \fduname { O { } }
-% { \@@_tikz:nx { \fdulogo@name } { \c_@@_default_arg_tl, #1 } }
% + new
% - original
\NewDocumentCommand \fduname { t+ t- O { } }
@@ -105,7 +103,10 @@
% \url{http://www.fudan.edu.cn/2016/channels/view/74/}。
% \begin{macrocode}
\NewDocumentCommand \fdumotto { O { } }
- { \@@_tikz:nx { \fdulogo@motto } { \c_@@_default_arg_tl, #1 } }
+ {
+ \@@_tikz:nx
+ { \fdulogo@motto } { \c_@@_default_arg_tl, #1 }
+ }
% \end{macrocode}
% \end{macro}
%