{texify} is for questions about the MiKTeX compilation automation tool, not about the online equation writer.

learn more… | top users | synonyms

4
votes
1answer
57 views

Minimization of the time it takes to preview a large beamertex file

I have a very large beamer tex file which requires a long time to texify. I want to make very minor changes and want to visualize these changes quickly. Is there a way to texify only the changes ...
4
votes
2answers
317 views

Texify: Do you ever need to run it more than once?

I've recently discovered MiKTeX's texify tool, which appears to run LaTeX/BibTeX repeatedly until the output has stabilised. Is it safe to rely completely on this tool, or are there circumstances ...
0
votes
0answers
522 views

Accumulating synctex files [closed]

I have noticed that the folder where I keep my latex source files is gradually accumulating files that look like this: main.synctex main.synctex(busy) main (from XXX - 2).synctex main (from XXX - ...
12
votes
1answer
625 views

texify or latexmk?

MiKTeX 2.9 comes with both and they apparently do the same thing. I was wondering what the difference between them is (if any) and which one is preferable for large documents.
2
votes
2answers
2k views

How to use PSTricks with PDF Texify in WinEdt?

The page How to use PSTricks in pdfLaTeX? explains a workaround that allows to use PSTricks in pdfLaTeX. As far as I understand it, it allows you to include a mix of eps and pdf figures in a TeX ...
1
vote
1answer
179 views

Is there a way to use long or Unicode filepaths with texify?

I use MiKTeX and it’s TeXworks and there is the command for making XeLaTeX+MakeIndex+BiBTeX at once. This uses texify and when your file is somewhere in the directory tree where there are non-standard ...
3
votes
2answers
859 views

texify: how to invoke bibtex8 instead of bibtex?

Suppose that I need to run bibtex8.exe -B -c cp1251.csf or something like that in order to produce correct bibliography list; cp1251.csf comes with the gost package but it makes no difference in the ...
8
votes
3answers
1k views

Texify and `--output-directory`

I'd like to tell texify to place compiled output (i.e., .pdf in my case) in the parent directory (I'm using MikTeX 2.8 on Vista32). I run the following: texify --pdf --clean ...