Change \pskip and \nskip commands
This commit is contained in:
parent
d9fe8c885e
commit
ade08902d8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user