summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/coseoul/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-07 23:31:45 +0000
committerKarl Berry <karl@freefriends.org>2011-09-07 23:31:45 +0000
commitd048b0fd24845bf48f447a005cdc5acbc6811675 (patch)
treee2721a3312340c0ad4fc98dba7f23fcff6aaa9ce /Master/texmf-dist/doc/latex/coseoul/README
parent3490f8c542eb9c5d699480a03c06ce90f772379a (diff)
coseoul (6sep11)
git-svn-id: svn://tug.org/texlive/trunk@23862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/coseoul/README')
-rw-r--r--Master/texmf-dist/doc/latex/coseoul/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/coseoul/README b/Master/texmf-dist/doc/latex/coseoul/README
new file mode 100644
index 00000000000..c9b6bcc612d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/coseoul/README
@@ -0,0 +1,27 @@
+% Copyright 2011 M. Teubner
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is M. Teubner.
+%
+% This work consists of the files coseoul.sty, coseoul.tex, cosexamp.tex
+% and the derived files coseoul.pdf and cosexamp.pdf.
+
+The commands used for document outlining in {\LaTeX} are quite rigid. If you define a heading to be at chapter level, it will remain at that level even when you move it to a different part of your document. While this is desirable most of the time, there are some cases in which a more flexible approach may be needed, like in collaborative work, when writing comprehensive documents or when assembling a document from many different sources. This package aims at providing means of such flexible outlining.
+
+Instead of specifying exactly at what level your outline element should appear, this package provides relative commands for going up and down in the outline hierarchy. The commands provided are:
+
+\levelup{<title>} This command goes up one level in the document hierarchy, so depending on where you are, this will insert an outline element <title> at one level above the current.
+
+\leveldown{<title>} This command goes down one level in the document hierarchy, so depending on where you are, this will insert an outline element <title> at one level below the current.
+
+\levelstay{<title>} This command stays at the current document hierarchy level, so depending on where you are, this will insert an outline element <title> at the same as the current level.
+
+\levelmultiup{<title>}{<levels>} This goes up multiple levels in the document hierarchy, so depending on where you are, this will insert an outline element <title> at a level differing by <levels> from the current level. This may be used for situation in which level skipping is required. While downwards you will go only one level, upwards a skip of more than one may be required, for instance if you are in the last subsubsection of a passage of your text and as you want to start a new passage you need to insert a section. \ No newline at end of file