Change \pskip and \nskip commands
This commit is contained in:
parent
d9fe8c885e
commit
ade08902d8
@ -65,13 +65,13 @@
|
|||||||
%% positive skip.
|
%% positive skip.
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \pskip { G{.2} } {%
|
\NewDocumentCommand \pskip { G{.2} } {%
|
||||||
\vspace{+#1cm}
|
\vspace*{+#1cm}
|
||||||
}
|
}
|
||||||
|
|
||||||
%% negative skip.
|
%% negative skip.
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \nskip { G{.8} } {%
|
\NewDocumentCommand \nskip { G{.8} } {%
|
||||||
\vspace{-#1cm}
|
\vspace*{-#1cm}
|
||||||
}
|
}
|
||||||
|
|
||||||
%% another shortcut to whiting text.
|
%% another shortcut to whiting text.
|
||||||
|
Loading…
Reference in New Issue
Block a user