diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-16 21:03:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-16 21:03:41 +0000 |
commit | 0162343d7dc5db79a2500b02ba34dddbd5d95b37 (patch) | |
tree | ea01201377cc5a4939224028c62015ef6c3501d5 /Master/texmf-dist/tex/latex/jourcl | |
parent | b0369fc7ab9fc4c2f5bae91f2c346c5c8f8b10c0 (diff) |
jourcl (16dec22)
git-svn-id: svn://tug.org/texlive/trunk@65290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/jourcl')
-rw-r--r-- | Master/texmf-dist/tex/latex/jourcl/jourcl.cls | 60 |
1 files changed, 8 insertions, 52 deletions
diff --git a/Master/texmf-dist/tex/latex/jourcl/jourcl.cls b/Master/texmf-dist/tex/latex/jourcl/jourcl.cls index 5acedf9d24a..5bc3bb883df 100644 --- a/Master/texmf-dist/tex/latex/jourcl/jourcl.cls +++ b/Master/texmf-dist/tex/latex/jourcl/jourcl.cls @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{jourcl}[2022/11/14 Cover letter for journal submissions] +\ProvidesClass{jourcl}[2022/12/16 Cover letter for journal submissions] % include dependencies \RequirePackage{graphicx} @@ -219,7 +219,7 @@ %---------------------------------------------------------------------- % Command to add reviewers in cover letter -\newcommand{\addreviewers} { +\newcommand{\showreviewers} { % Recommended people \begin{center} \parbox{.32\linewidth}{ \RecommendedPerson{\pFirstRecommended}{\pFirstNameSurname}{\pFirstInstitution}{\pFirstEmail} } @@ -266,55 +266,11 @@ \def\signature#1{\def\@signature{#1}} \newcommand{\psignature}{\@signature} -\newcommand{\makecoverletter}{ -\large % Font size -\aboutme{ - \pNameSurname \orcidlink{\pAuthorOrcid}\\ - \faIcon{university} \pInstitutionName\\ - \pStreetNo\\ - \pCityPostal\\ - \faIcon{envelope} \pEmail \\ - \faIcon{phone-square-alt} \pPhone - } -%---------------------------------------------------------------------- - -\noindent\makebox[\linewidth]{\rule{0.9\paperwidth}{0.4pt}} - -% Today's date -\today - -%\if \addreviewersPosition1 \addreviewers -%\fi -\if\addreviewersPosition1\vspace{-.5cm}\addreviewers\vspace{-.75cm}\fi - -\ptoEditor - -\if\addreviewersPosition2\vspace{-.3cm}\addreviewers\vspace{-1cm}\fi - -\vspace*{1\baselineskip} -\pPersonAddressing, - -\pIntroduction - -\if\addreviewersPosition3\vspace{-.5cm}\addreviewers\vspace{-.75cm}\fi - -\begin{framed} -Abstract: \pabstract -\end{framed} - -\if\addreviewersPosition4\vspace{-.75cm}\addreviewers\vspace{-.75cm}\fi - -\pfinal\newline - -\if\addreviewersPosition5\vspace{-.75cm}\addreviewers\vspace{-.75cm}\fi - -\pdeclaration \newline - -\pconflictofinterest - -\vfill - -\pvalediction\par +% SignaturePath +\def\signaturePath#1{\def\@signaturePath{#1}} +\newcommand{\pSignaturePath}{\@signaturePath} -\psignature +% Show Signature command +\def \showSignature#1{ +\vspace{-3cm}\begin{flushright}\includegraphics[width=4cm,height=4cm,keepaspectratio]{#1}\end{flushright} } |