Change \pskip and \nskip commands

This commit is contained in:
Jeff Lance 2019-11-17 19:15:17 +01:00
parent d9fe8c885e
commit ade08902d8

View File

@ -65,13 +65,13 @@
%% positive skip.
%%
\NewDocumentCommand \pskip { G{.2} } {%
\vspace{+#1cm}
\vspace*{+#1cm}
}
%% negative skip.
%%
\NewDocumentCommand \nskip { G{.8} } {%
\vspace{-#1cm}
\vspace*{-#1cm}
}
%% another shortcut to whiting text.