Search found 1 match

by yoshi314
Fri Nov 28, 2008 9:31 am
Forum: General
Topic: tool to merge multiple part document into a single .tex file
Replies: 0
Views: 1494

tool to merge multiple part document into a single .tex file

I have a document composed of multiple files pulled in by \input command. some of them are included conditionally, basing on how certain variables in preamble are set.

Example
\def\target{admin} %who is documentation targeted to?

\newcommand{\checkuser}[3]{
\IfSubStringInString{,#1,}{,\target ...