Search found 3 matches

by LectorStoney
Fri Dec 07, 2007 9:44 am
Forum: General
Topic: \include{file} does not show any output in master file
Replies: 5
Views: 19772

Re: \include{file} does not show any output in master file

@ gmedina and localghost:

you are my heroes!

all of your suggestions are just brilliant and they work perfectly!
I would have never worked that out for myself, so thanks a million for your support!
Have a great day and keep up the good work! :)

Andrea
by LectorStoney
Thu Dec 06, 2007 5:44 pm
Forum: General
Topic: \include{file} does not show any output in master file
Replies: 5
Views: 19772

Re: \include{file} does not show any output in master file

First of all, thanks for your reply!
I will do my best to give all the relevant details.
Here are the most important lines from my main file:

\documentclass[11pt,a4paper,titlepage,twoside,final]{book}
\usepackage{ngerman}
\usepackage[latin1]{inputenc}
\usepackage{float,color}
\usepackage{graphicx ...
by LectorStoney
Thu Dec 06, 2007 4:44 pm
Forum: General
Topic: \include{file} does not show any output in master file
Replies: 5
Views: 19772

\include{file} does not show any output in master file

Hello folks,

I am a complete Tex novice but feel like doing quite well until now... :oops:
I am working with a master file and save all the relevant chapters as different files, which are saved in the same directory.

I use the command include, and it doesn't give any error messages but just ...