Skip to content
Snippets Groups Projects
Commit 28c3380a authored by rohieb's avatar rohieb
Browse files

s0artcl: pass default options to scrartcl: a4paper,11ptparskip=half-

parent 35b40058
Branches
Tags v1.0
No related merge requests found
......@@ -12,7 +12,11 @@
% --- Class structure: declaration of options part
% ---
% This class extends the article class
% This class extends the scrartcl class
% Pass default options to scrartcl:
\PassOptionsToClass{a4paper}{scrartcl}
\PassOptionsToClass{11pt}{scrartcl}
\PassOptionsToClass{parskip=half-}{scrartcl}
% Read all the documentclass options; pass them to article,
% unless the file "<currentoption>.s0c" exists, then it is loaded
\DeclareOption*{\InputIfFileExists{\CurrentOption.s0c}{}{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment