summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/modular/doc/coseoul_limitations.tex
blob: f77344d09080bb971e9d86423022150e60751b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\levelstay{\fixedwidth{coseoul} limitations}

All listings here are taken directly from files included with this package so that you can access those files and build them yourself to see the examples in action.
All paths are relative to \fixedwidth{documentation/example}.

Suppose we write an octopus article with two sections:\footnote{build \fixedwidth{octopus/article.tex} to see the article yourself.}

\lstinputlisting[title=\textbf{octopus/article.tex}]{example/octopus/article.tex}

\lstinputlisting[title=\textbf{octopus/content.tex}]{example/octopus/content.tex}

\lstinputlisting[title=\textbf{octopus/habitat.tex}]{example/octopus/habitat.tex}

\lstinputlisting[title=\textbf{octopus/lifecycle.tex}]{example/octopus/lifecycle.tex}
This works great.
Now let's try to use the octopus article as a sub-part of an article on sea animals:

\lstinputlisting[title=\textbf{article\_fail.tex}]{example/article_fail.tex}
As you can see by building \fixedwidth{article\_fail.tex} yourself, the habitat and lifecycle parts come in as sections instead of subsections.