Search found 5 matches

by Erik_Svendsen
Sun Dec 04, 2011 3:19 pm
Forum: General
Topic: Use Path from Sub-document in Master Document
Replies: 2
Views: 1634

Use Path from Sub-document in Master Document

My problem is, that I don't know how to specify the path from the sub document.

I have a master.tex that inputs \images\test.tex

test.tex inputs an image from the same folder it is in - the images folder.
My problem is, that I have to write the path from the master document.
So in test.tex I have ...
by Erik_Svendsen
Thu Sep 08, 2011 11:53 am
Forum: General
Topic: Use Document as both Master and Slave
Replies: 1
Views: 1634

Use Document as both Master and Slave

I have a document which needs to be a document on it's own and also an input document. For example:

Journalmaster:

\documentclass[11pt,a4paper]{article}
\input{preamble.tex}
\begin{document}
\input{KravMaster.tex}


KravMaster:

\documentclass[11pt,a4paper]{article}
\input{preamble.tex}
\begin ...
by Erik_Svendsen
Thu Sep 08, 2011 11:26 am
Forum: Texmaker and TeXstudio
Topic: TeXstudio | Build only PDF
Replies: 3
Views: 18798

Re: TeXstudio | Build only PDF

Thank you very much.


I am still interested in a solution. For example how to clean up afterwards
by Erik_Svendsen
Thu Sep 08, 2011 9:24 am
Forum: Texmaker and TeXstudio
Topic: TeXstudio | Build only PDF
Replies: 3
Views: 18798

TeXstudio | Build only PDF

Hi.

When I do PDFLaTeX then it builds all kinds of files: .aux, .log, .out, .synctex.gz
and I find it very messy.

Is it possible to configure it to build only pdf?