diff options
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/hulipsum/hulipsum.dtx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/hulipsum/hulipsum.dtx b/Master/texmf-dist/source/latex/hulipsum/hulipsum.dtx index 02d257e3a9a..693be54052d 100644 --- a/Master/texmf-dist/source/latex/hulipsum/hulipsum.dtx +++ b/Master/texmf-dist/source/latex/hulipsum/hulipsum.dtx @@ -25,7 +25,7 @@ \ProvidesFile{hulipsum.dtx} %</driver> %<package>\NeedsTeXFormat{LaTeX2e}[2022/06/20] -%<package>\ProvidesPackage{hulipsum}[2024/04/07 v1.2 Hungarian dummy text (Lorum ipse)] +%<package>\ProvidesPackage{hulipsum}[2024/04/12 v1.3 Hungarian dummy text (Lorum ipse)] % %<*driver> \documentclass{ltxdoc} @@ -59,8 +59,8 @@ keepspaces]} % % \GetFileInfo{hulipsum.sty} % -% \title{The {\bfseries\sffamily hulipsum} package\\{\large v1.2 (2024/04/07)}} -% \author{Tibor Tómács\\{\normalsize\url{tomacs.tibor@gmail.com}}} +% \title{The {\bfseries\sffamily hulipsum} package\\{\large v1.3 (2024/04/12)}} +% \author{Tibor Tómács\\{\normalsize\href{mailto:tomacs.tibor@gmail.com}{\texttt{tomacs.tibor@gmail.com}}}} % \date{} % \maketitle % \thispagestyle{empty} @@ -110,22 +110,22 @@ keepspaces]} % % \begin{description} % \item \commandinline|maketitle=!<boolean>!| \hfill (default: \texttt{true})\\ -% Adds \verbinline|\maketitle| if the \commandinline|!<boolean>!| is \texttt{true}. +% Adds \verbinline|\maketitle|, if the \commandinline|!<boolean>!| is \texttt{true}. % % \item \commandinline|tableofcontents=!<boolean>!| \hfill (default: \texttt{true})\\ -% Adds \verbinline|\tableofcontents| if the \commandinline|!<boolean>!| is \texttt{true}. +% Adds \verbinline|\tableofcontents|, if the \commandinline|!<boolean>!| is \texttt{true}. % % \item \commandinline|part=!<boolean>!| \hfill (default: \texttt{false})\\ % Adds \verbinline|\part{...}| before the chapter and section, if the \commandinline|!<boolean>!| is \texttt{true}. % % \item \commandinline|abstract=!<boolean>!| \hfill (default: \texttt{true})\\ -% Adds an \texttt{abstract} environment if the \commandinline|!<boolean>!| is \texttt{true}. +% Adds an \texttt{abstract} environment, if the \commandinline|!<boolean>!| is \texttt{true}. % % \item \commandinline|math=!<boolean>!| \hfill (default: \texttt{true})\\ -% Adds a mathematical equation if the \commandinline|!<boolean>!| is \texttt{true}. +% Adds a mathematical formula, if the \commandinline|!<boolean>!| is \texttt{true}. % % \item \commandinline|bibliography=!<boolean>!| \hfill (default: \texttt{true})\\ -% Adds \texttt{thebibliography} environment if the \commandinline|!<boolean>!| is \texttt{true}. +% Adds \texttt{thebibliography} environment, if the \commandinline|!<boolean>!| is \texttt{true}. % \end{description} % The \texttt{=true} can be omitted in the options. For example \verbinline|\hulipsumdocument[part,math=false]|. % \end{description} @@ -243,7 +243,7 @@ keepspaces]} \if@hulipsum@maketitle \@ifundefined{title}{}{\title{L\'{o}rum ipse}} \@ifundefined{author}{}{\author{Nyomasek Bob\'{o}}} -\@ifundefined{supervisor}{}{\supervisor{Szel\'{e}s Gerg\H{o}\\ egyetemi docens}\author{Nyomasek Bob\'{o}\\ matematika szak}} +\@ifundefined{supervisor}{}{\supervisor{Dr. Szel\'{e}s Gerg\H{o}\\ egyetemi docens}\author{Nyomasek Bob\'{o}\\ matematika szak}} \@ifundefined{institute}{}{\institute{Matematikai és Informatikai Intézet}} \@ifundefined{city}{}{\city{Eger}} \@ifundefined{maketitle}{}{\maketitle} |