From 89d067559095574e6c9e92f9c725a0f46fce2eb6 Mon Sep 17 00:00:00 2001 From: Stefan <127047691+stepo2@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:25:54 +0100 Subject: [PATCH] Add `\postscript` command --- moderncv.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/moderncv.cls b/moderncv.cls index 1328bdb..e36045e 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -813,6 +813,7 @@ \newcommand*{\opening}[1]{\def\@opening{#1}} \newcommand*{\closing}[1]{\def\@closing{#1}} \newcommand*{\signature}[2]{\def\@signature{\includegraphics[scale=#1]{#2}}} +\newcommand*{\postscript}[1]{\def\@postscript{#1}} \newcommand*{\enclosure}[2][]{% % if an optional argument is provided, use it to redefine \enclname \ifthenelse{\equal{#1}{}}{}{\renewcommand*{\enclname}{#1}}%