The build-system tag has no wiki summary.
1
vote
0answers
49 views
Compiling a code in TeXnicCenter produces an empty PDF without any warning and error
When I compile a code in TeXnicCenter, it builds a pdf without my modifications, giving: 0 errors 0 warnings 0 pages.
I'm not an expert but I've tried everything to make it work without reach any ...
2
votes
0answers
57 views
Parallel make with standalone package
This question is a LaTeX question, although it might actually be resolved by changing the build procedure of the document instead of the document itself.
I have a document that includes a bunch of ...
4
votes
1answer
89 views
Distribute LaTeX Package with Document
TLDR
Is there a way to distribute a LaTeX package with a document and to use it during compilation?
Situation
At our university, we're writing a lot of lecture summaries with LaTeX. Sometimes those ...
4
votes
3answers
663 views
How to upload LaTeX manuscript, tables, figures, and auxiliary files to Elsevier's EES?
Can someone who has successfully submitted a LaTeX-based paper to the Elsevier Editorial System please describe the detailed steps needed, so that the paper builds correctly on EES, and can be ...
5
votes
2answers
311 views
About web2c, c code conversion
I'd like to convert some Tex-and-friends code to C, so that I can play with modifying it. As I understand it, the process is:
(1) The tangle utility converts foo.web to a foo.p (Pascal) file, and ...
5
votes
1answer
103 views
Different pdflatex versions produce differently typeset documents - is there a kind of compatibility modus?
For some time I've been working on editing a conference proceedings, putting the different chapters together. I'm working on two different systems, which run slightly different versions of pdflatex. ...
0
votes
0answers
116 views
TeXnicCenter - Rebuilding file results in no changes [closed]
I am able to successfully build a file (Latex=>PDF), but when I try to rebuild the file for any changes I have made, none of the changes transfer through.
I did a Build -> Clean Project as I saw ...
0
votes
0answers
110 views
Entire PATH system environment variable replaced by CTEX [closed]
So, I was not able to run latex on my machine (Windows 7) until I installed CTEX after a friend's recommendation. After which I was able to run latex, but then I discovered that my entire Path system ...
6
votes
2answers
381 views
How can I keep a clean document folder with custom .cls, .sty, .bst files in a separate subfolder?
I am using a Makefile for generating a document from its tex source. The whole project consisting of own input files (.tex,.bib,.eps, ...) and non-pre-installed static input files (cls, sty, bst) is ...
8
votes
1answer
107 views
How can I split the log file depending on the input file?
I have a large document that I have split into several separate documents. I have one main.tex file and several file_i.tex files which are included into main.tex using the \input-command. It also ...
5
votes
1answer
275 views
What shell commands are executed by LyX View menus?
For a variety of reasons, I'm using LyX as my primary LaTeX document creation tool, but I want to avoid doing things or relying on features of LyX that make it hard to use other tools as well. While ...
3
votes
2answers
533 views
How to clean up .table and .gnuplot using latexmk
I'm using latexmk as my building assistance. I'm also trying to use it as the clean-up contractor... In .latexmkrc I added:
$pdf_previewer = "open -a /Applications/Skim.app";
$clean_ext = "rel paux ...
0
votes
1answer
607 views
Set up TeXLipse for correct BibTeX creation / autocompletion
When I try to create my file with TeXLipse, it never creates the bibliography information correctly. I set up everything as described in the various tutorials.
The current setup is like this:
/
/src
...
5
votes
1answer
386 views
How to use latekmk with feynmf/feynmp?
Background
The latexmk tool can be used to automatically process your LaTeX files enough times to generate the output. As discussed here and here, latexmk now supports setting out_dir which passes ...
1
vote
1answer
384 views
Is it possible to add a shortcut that activates a script in Kile editor? [duplicate]
Possible Duplicate:
How to create new shortcuts on kile?
I am using Kile in Ubuntu 11.04. I have a script that is used frequently when I compile my TeX files. I wish that I could add a ...
0
votes
1answer
185 views
How do I set document options at compile time? [duplicate]
Possible Duplicates:
Conditional Compiling and \documentclass
Passing parameters to a document
Changing LaTeX headers via a makefile
I'm setting up a Rakefile for a LaTeX document and I'd ...
4
votes
1answer
974 views
How to use kile with feynmf or feynmp?
Does somebody know how to teach kile to automatically do the additional steps for compiling Latex documents that contain Feynman diagrams produced with feynmf or feynmp?
For what I know I have to ...
9
votes
2answers
2k views
Specify -output-directory when using latexmk
I am using latexmk for the automatic resolution of needed reruns. I would like to put all build files (aux, log, bbl, pdf, etc.) in a subdirectory.
I cannot find an option for latexmk to do this. If ...
9
votes
1answer
815 views
How to use the vim quickfix mode for LaTeX?
One nice feature of vim is the quickfix mode (:help quickfix) - after calling :make you can navigate through the error messages of e.g. your C compiler and vim jumps to the right locations.
How do I ...
4
votes
2answers
544 views
Dependencies in Rubber?
I have several figures compiled independently into several pdf files.
Rubber works great in their compilation.
The main document is compiling great with rubber as well.
How can I add dependency (if ...