Since I couldn't find a topic similar to my question I hereby just post it.
I've created a maintenance log where all steps are described in one big table. The table is filled with different options and useboxes, this is because the maintenance logging depends on the type of product and therefore the parts to maintain.
For example I've a monthly maintenance check and want to have a print out of that same table of that specific product for a year. This I want to do without having to include the table 12 times in the master document that will cause blanc pages before and after each page and defining chapters. Is there an option that defines the amount of tables I can insert in order to have one, so called, 'Master-Table' which can be included from the Master-document or from the part/or chapter-document? I'll be looking forward to your responses!
datatoolpackage which will provide the most flexibility. There are also options using thecollcellpackage So, it would be best if composed a fully compilable MWE including\documentclassand the appropriate packages that sets up the problem. – Peter Grill Oct 21 '14 at 20:30\begin {document}
% Normal chapter numbering is switched on here \mainmatter \pagenumbering{arabic}
\include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly} \include{Monthly}
\end{document}
Is it possible to include the part "Monthly" 12x?
– Kay Oct 22 '14 at 19:54