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

Skip to content

Commit 19f1b82

Browse files
committed
Renamed mod to lib; and split in 5 instead of 3 parts.
1 parent 6d0b5a7 commit 19f1b82

2 files changed

Lines changed: 20 additions & 10 deletions

File tree

Doc/lib.tex

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
% Format this file with latex.
22

3-
%\documentstyle[11pt,myformat]{article}
4-
\documentstyle[palatino,11pt,myformat]{article}
3+
\documentstyle[myformat]{report} % To preview with xdvi
4+
5+
% Support to leave changebars in...
6+
\newcommand{\cbstart}{}
7+
\newcommand{\cbend}{}
58

69
% A command to force the text after an item to start on a new line
710
\newcommand{\itembreak}{
@@ -57,8 +60,10 @@
5760

5861
\pagenumbering{arabic}
5962

60-
\input{mod1.tex}
61-
\input{mod2.tex}
62-
\input{mod3.tex}
63+
\input{lib1.tex} % intro; built-in types, functions and exceptions
64+
\input{lib2.tex} % built-in modules
65+
\input{lib3.tex} % standard modules
66+
\input{lib4.tex} % OS-dependent appendixes
67+
\input{lib5.tex} % Graphics appendixes
6368

6469
\end{document}

Doc/lib/lib.tex

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
% Format this file with latex.
22

3-
%\documentstyle[11pt,myformat]{article}
4-
\documentstyle[palatino,11pt,myformat]{article}
3+
\documentstyle[myformat]{report} % To preview with xdvi
4+
5+
% Support to leave changebars in...
6+
\newcommand{\cbstart}{}
7+
\newcommand{\cbend}{}
58

69
% A command to force the text after an item to start on a new line
710
\newcommand{\itembreak}{
@@ -57,8 +60,10 @@
5760

5861
\pagenumbering{arabic}
5962

60-
\input{mod1.tex}
61-
\input{mod2.tex}
62-
\input{mod3.tex}
63+
\input{lib1.tex} % intro; built-in types, functions and exceptions
64+
\input{lib2.tex} % built-in modules
65+
\input{lib3.tex} % standard modules
66+
\input{lib4.tex} % OS-dependent appendixes
67+
\input{lib5.tex} % Graphics appendixes
6368

6469
\end{document}

0 commit comments

Comments
 (0)