Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d8428f

Browse files
committed
Minor reorg.
1 parent 676d6da commit 1d8428f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Doc/myformat.sty

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
% Style parameters and macros used by all documents here
1+
% Style parameters and macros used by some documents here
22

3+
% Style parameters
34
\raggedbottom
45
\sloppy
6+
\parindent = 0mm
7+
\parskip = 2mm
58

6-
% A4 page lay-out parameters
9+
% Page style parameters for A4 (European standard paper size)
710
%\textwidth = 160mm
811
%\textheight = 240mm
912
%\topmargin = -11mm
1013

11-
% Americal page lay-out parameters
14+
% Page style parameters for U.S. standard paper size
1215
\textwidth = 160mm
1316
\textheight = 220mm
1417
\topmargin = -11mm
1518

16-
\oddsidemargin = 0mm
17-
\evensidemargin = 0mm
18-
%\parindent = 0mm
19+
\oddsidemargin = 1.5mm
20+
\evensidemargin = 1.5mm
1921

2022
% Frequently used system name
2123
\newcommand{\UNIX}{U{\sc nix}}

0 commit comments

Comments
 (0)