From 0162343d7dc5db79a2500b02ba34dddbd5d95b37 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 16 Dec 2022 21:03:41 +0000 Subject: jourcl (16dec22) git-svn-id: svn://tug.org/texlive/trunk@65290 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/jourcl/jourcl.cls | 60 ++++----------------------- 1 file changed, 8 insertions(+), 52 deletions(-) (limited to 'Master/texmf-dist/tex/latex/jourcl') 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} } -- cgit v1.2.3