Questions tagged [build-system]

66 questions
9
votes
1 answer

How to archive a TeX-project by gathering e.g. all figures and used packages

Consider following situation: After being done with your TeX-project all included .tex-files are more or less in one subfolder next to your main .tex-file. But all figures used are spread all over your hard drive since they are used for different…
lukascbossert
  • 3,015
  • 1
  • 16
  • 37
2
votes
1 answer

Exclude/replace parts in different document versions

I have to publish a document in two versions: Original full version Chapters that have been published elsewhere must be excluded My problem is related to version 2. Simply removing the appropriate chapters does not work since I have three…
Anonymous
  • 121
1
vote
1 answer

Compiling kerTeX problem

I was trying to compile kerTeX on Mac OSX 10.9 and encountered some problem. I downloaded this get_mk_install.sh from the project home and fed it to sh, it worked very well at first for a moment but terminated suddenly, the error message does not…
0
votes
0 answers

pdflatex work and latex not work

I am trying to understand the following problem: the "pdflatex main.tex" command runs successfully, but the "latex main.tex" command exits with error. Why does pdflatex work and latex not work? Please see the example…
0
votes
1 answer

makeindex via cli problem

I currently try to write my own buildscript as perl is at the moment not an option (so no makeglossaries) to build multiple glossaries. When I try to pack everything in a single batch file, it seems that makeindex is not called (no gls files are…
Buni
  • 125