相关文章推荐
Hello everybody,
Like everywones first time on the forum i need to post that i am very new to latex. I like the concept and would like to keep on working with it though i have some problems while using the \include and \input commands.
Let me elaborate: i am writing a masters thesis wchich in the end will contain around 100 pages that's why i want to divide my mainmatter according to sections and subsections with the \include and \input command.
My code :

Code: Select all

\include{introduction}
\include{LiteratuurSoil}
\input{LiteratuurTillage}
\input{LiteratuurForces}
My problem :
the command \include will start that file on a new page (like it should according to all help files). Though when i use \input it also start on a new page. anybody got an idea?
Thanks in advance

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide : 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook : 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ : the first book about TikZ for perfect drawings in your LaTeX thesis

Do LiteratuurTillage.tex and LiteratuurForces.tex start with new chapters or with a \newpage or \clearpage command? Note that chapters always start on a new page.
Secondly, for large documents I suggest to use \include commands only. I've written something on that, which you can find here .
Thanks for the reply!
Though it is not what i am looking for. I need those parts to be one chapter.
I actually need the oppostie: inputting separte .tex files without clearing the page.
A solution would be to write everything in the same file which i will include to my mainmatter later on. Due to length of each file this would get a bit crazy.
\input does not clear the page. If you notice a page break with \input, it's caused by the file content.
Stefan
  • LaTeX's Friends
  • ↳   BibTeX, biblatex and biber
  • ↳   MakeIndex, Nomenclature, Glossaries and Acronyms
  • ↳   Conversion Tools
  • ↳   Viewers for PDF, PS, and DVI
  • ↳   XeTeX
  • ↳   Others
  • LaTeX Distributions
  • ↳   Decision Guidance
  • ↳   MiKTeX and proTeXt
  • ↳   TeX Live and MacTeX
  • ↳   Others
  • LaTeX Editors
  • ↳   Decision Guidance
  • ↳   AUCTeX
  • ↳   Kile
  • ↳   LEd
  • ↳   LyX
  • ↳   Scientific Word/Workplace
  • ↳   Texmaker and TeXstudio
  • ↳   TeXnicCenter
  • ↳   Announcements
  • ↳   General
  • ↳   Templates, Wizards & Tools
  • ↳   Feature Suggestions
  • ↳   Development
  • ↳   TeXShop
  • ↳   TeXworks
  • ↳   WinEdt
  • ↳   WinShell
  • ↳   Others
  • LaTeX Templates
  • ↳   Articles, Essays, and Journal Templates
  • ↳   Theses, Books, Title pages
  • ↳   Letters
  • ↳   Presentations and Posters
  • ↳   Curricula Vitae / Résumés
  • ↳   Assignments, Laboratory books and reports
  • ↳   Calendars and Miscellaneous
  • LaTeX Community
  • ↳   Announcements
  • ↳   Community talk
  • ↳   Comments & Wishes
  • ↳   New Members
  • LaTeX Books
  • ↳   LaTeX Beginner's Guide
  • Learn LaTeX easily with newest books:

    The LaTeX Beginner's Guide : 2nd edition and perfect for students writing a thesis

    The LaTeX Cookbook : 2nd edition full of practical examples for mathematics, physics, chemistry, and more

    LaTeX Graphics with TikZ : the first book about TikZ for perfect drawings in your LaTeX thesis


    Advertisements by Advertisement Management
    Powered by phpBB ® Forum Software © phpBB Limited phpBB Two Factor Authentication © paul999 Privacy Terms
     
    推荐文章