3
votes
1answer
109 views

Unable to generate pdf

I use TeXnicCenter and get the following error window after I try to compile Even TexMaker is unable to create the pdf file. No error is detected in the window below after compilation.
0
votes
0answers
69 views

What would be required to make a Windows RT port of LyX? [closed]

I just got a Surface RT tablet which I like quite a bit, although I'm stuck using remote desktop when I want to edit documents using LyX. I noticed that there does appear to be a port of MikTeX for ...
2
votes
1answer
498 views

PdfLaTeX in Texmaker doesn’t work: “Could not start the command”

I have a problem with LaTeX. I have installed MiKTeX 2.9 and Texmaker, and when I try to compile a .tex file in Texmaker, I get the error Could not start the command When I try to build it from the ...
2
votes
1answer
143 views

About conversion of LaTeX file into PDF file

Whenever I type something in LaTeX and want to view it in PDF, it doesn't yield the required view, even if the file is saved. Instead it gives me an error stating that the file can't be found. Can ...
1
vote
1answer
549 views

Remote TeX from Windows RT

I have picked up a Surface RT and while there are LaTeX editors in the Microsoft store, nothing exists in terms of compilation. Is there a way I can save a .tex file on my Surface but send it to a ...
1
vote
1answer
501 views

Compilation of LaTex in Windows? With TeXnicCenter or other software?

I am forced to use Windows -machine during certain classes, software provided by this party here. I have earlier compiled things through SSH but now trying to use Tex -softwares built for Windows ...
3
votes
1answer
190 views

vim-latex: “I can't write on …” error

I am using vim-latex. I compile TeX document using \ll command, then \lv to view it. It generates a PDF file. So far, so good. The problem starts when I try to modify my TeX file and compile it again ...
0
votes
0answers
181 views

VIM LATEX error when compiling [closed]

I have been using TeXniccenter for a long time, and wanted to try using VIM with the latex suite since it seems very fast when you get the hang of it. My problem is that when I create a new ...
2
votes
1answer
565 views

Running class and bst file through command line/shell script

I am trying to run the latex project: http://www.sigchi.org/publications/chipubform/sigchi-papers-latex-template/at_download/file through command line. I have written a shell script(*.sh file), where ...
14
votes
1answer
293 views

Different compilation times with different Operating Systems

I have noticed that when compiling or rather typesetting with XeLaTeX, I experience very different compilation times on different Operating Systems. When I typeset on Windows, the compilation process ...
0
votes
0answers
379 views

Bugs in the Gummi (beta) version for Windows [closed]

I'm a beginner in LaTeX typesetting, and I'm learning with the help of Gummi's live preview editor, installed on Windows 7. As suggested by the developers I am using TeX Live, not MiKTeX, as my Latex ...
10
votes
3answers
812 views

Cross Platform LaTeX Build System

I am on Windows 7 Professional (64 bit) and would like to be able to execute one command to completely compile a PDF from source .tex files (including all required runs to get the table of contents, ...
0
votes
0answers
685 views

TexWorks on Windows 7 is not showing compile-time errors [closed]

If I compile a LaTeX file using TexWorks on Windows 7, if there is a problem with my LaTeX file, the compile time error is not shown in the console at the bottom of the window. Instead, compilation ...
5
votes
1answer
5k views

How to create pdf with command line using MiKTeX?

I downloaded and installed MikTeX on my machine (Windows 7), then when I run the command: latex ex.tex the outputs were: ex.aux ex.dvi ex.log So my question is, what option could I use to ...
1
vote
2answers
2k views

Easiest way for installing and using pdfLaTeX on Windows

Installing and using pdfLaTeX is straight forward on Linux since you can select an install from the synaptic package manager and then use the command prompt. In Windows it seems a bit more complicated ...
1
vote
1answer
155 views

Has anyone got a LyX 2 precompiled for Windows?

I've been trying to compile LyX 2 myself but I can't start the resulting executable (the Resources directory is missing a lot of subdirectories). I don't know what the problem is, I exactly followed ...
1
vote
2answers
2k views

Some strange errors when moving from MikTex on windows to Ubuntu TeX.

I have some tex code that I used to compile successfully (actually, with some 3 non-important warnings) on Windows using MikTex. When I try to compile it on Ubuntu using: tex composition-body.tex I ...
2
votes
1answer
7k views

How to compile a LaTeX document?

Up until now, I've just been using LyX for all my LaTeX needs. Now I have a .tex file and I need to compile it (turn to pdf). How do I do this on Windows XP? Obviously I have LaTeX installed (MikTeX). ...