diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-01 21:56:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-01 21:56:14 +0000 |
commit | 38d2a89de41f2ce5cd636a425d6d15682e5bd17b (patch) | |
tree | 6dc3664127c688922db32832a5c134e68747ce93 /Master/texmf-dist/doc/latex/modular/introduction.tex | |
parent | c398bf73a46b2ebddb1e34047c56456ac11f03c5 (diff) |
modular (1may17)
git-svn-id: svn://tug.org/texlive/trunk@44142 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/modular/introduction.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/modular/introduction.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/modular/introduction.tex b/Master/texmf-dist/doc/latex/modular/introduction.tex new file mode 100644 index 00000000000..1978b7ede13 --- /dev/null +++ b/Master/texmf-dist/doc/latex/modular/introduction.tex @@ -0,0 +1,9 @@ +\levelstay{What problem does this solve?} +Suppose you write an article about octopuses. +This article might have a sections ``Life cycle'' and ``Habitat''. +Now suppose you want to write an article on sea animals and you want to have a section on octopuses. +Obviously, we would like to import the octopus article we already wrote as a section of the sea animals article, but this is nontrivial because we need to somehow convert the habitat and lifecycle sections into subsections only when importing the octopus sub-document into the sea animal article! +This package provides the \fixedwidth{subimportlevel} macro to make that possible. + +For a very detailed discussion on the issue of modularity and how this package solves it, see \href{https://danielsank.github.io/tex_modularity/}{https://danielsank.github.io/tex\_modularity}. + |