diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty b/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty index 35e9ac93302..e91f12a780d 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty +++ b/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty @@ -23,7 +23,7 @@ %% \RequirePackage{ifxetex} \ifxetex\else - \ClassError{hitszthesis}{Please use XeLaTeX to compile the file}{} + \ClassError{hitszthesis}{Please use XeLaTeX to compile this file}{} \end{document} \fi \ProvidesPackage{dtx-style} @@ -135,7 +135,7 @@ \DeclareDocumentCommand{\file}{s m}{% \texttt{#2}\IfBooleanF#1{\hitsz@special@index{file}{#2}}} \newcommand{\myentry}[1]{% - \marginpar{\raggedleft\color{purple}\bfseries\strut #1}} + \marginpar{\raggedleft\color{purple}\bfseries\small\strut #1}} \newcommand{\note}[2][Note]{{% \color{magenta}{\bfseries #1}\emph{#2}}} |