Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676d6da commit 1d8428fCopy full SHA for 1d8428f
1 file changed
Doc/myformat.sty
@@ -1,21 +1,23 @@
1
-% Style parameters and macros used by all documents here
+% Style parameters and macros used by some documents here
2
3
+% Style parameters
4
\raggedbottom
5
\sloppy
6
+\parindent = 0mm
7
+\parskip = 2mm
8
-% A4 page lay-out parameters
9
+% Page style parameters for A4 (European standard paper size)
10
%\textwidth = 160mm
11
%\textheight = 240mm
12
%\topmargin = -11mm
13
-% Americal page lay-out parameters
14
+% Page style parameters for U.S. standard paper size
15
\textwidth = 160mm
16
\textheight = 220mm
17
\topmargin = -11mm
18
-\oddsidemargin = 0mm
-\evensidemargin = 0mm
-%\parindent = 0mm
19
+\oddsidemargin = 1.5mm
20
+\evensidemargin = 1.5mm
21
22
% Frequently used system name
23
\newcommand{\UNIX}{U{\sc nix}}
0 commit comments