{eclipse} is a multi-language software development environment.
5
votes
0answers
601 views
Texlipse - Preview document fails: “viewer> Can't find a file with extension” [closed]
I recently installed the Texlipse plugin for Eclipse and MiKTex on Windows 7. My builder settings were automatically set to point to the correct location of the MiKTex exe's. And as far as I can tell ...
3
votes
1answer
528 views
Changing the default TeXlipse compiler to PDFLatex
I just installed TeXlipse, and want to make my .tex-file alongside my Java-code (in the same Java-project). Right now, I can compile, but only to .dvi, which I dislike because of the bad viewer.
Is ...
0
votes
0answers
124 views
Integrating sonar with eclipse-oepe-helios [closed]
i am trying to integrate sonar with eclipse-oepe-helios but unable to do this.
way m doing it---->
firstly i open eclipse-oepe-helios then go to help --> install new software and use below url in ...
2
votes
1answer
145 views
Using a .bat file with TeXlipse
I use TeXlipse as editor of my choice.
Since I use the nomencl package, I added a .bat file in TeXlipse preferences:
@echo off
pdflatex -synctex=1 -interaction=nonstopmode main.tex
makeindex ...
2
votes
1answer
286 views
Error when trying to preview PDF documents with TeXlipse
I'm using TeXlipse (LaTeX plugin for eclipse) and I want to preview my LaTeX document.
I have configured yap in the viewer settings.
When I push the preview button I get an error in the console:
...
1
vote
2answers
1k views
PDF4Eclipse - How to set it as a default viewer
I am using Texlipse to write my dissertation and came across the PDF4Eclipse pdf viewer this morning. I installed it (was easy) but I cannot figure out how to set it as the default pdf viewer. At the ...
1
vote
1answer
116 views
Create two documents from one texclipse project
We have one main LaTeX project in texclipse for our Help Documentation and that works great. However we have a folder and tex file on installation instructions of our software which we would like to ...
3
votes
4answers
1k views
Problem with Preview using TeXlipse in Mac OS Snow Leopard
I basically configured everything as indicated in this website but I cannot get to preview my document.
When I click on Latex > Preview Document I get an error message indicating:
Launching ...
1
vote
0answers
616 views
TeXlipse build project problem in Windows 7 [closed]
After I installed Windows 7 (and reinstalled MikTeX, eclipse and TeXlipse) I couldn't build my LaTeX projects. I'm trying to compile TeXlipse project however following error message appears in the ...
2
votes
1answer
423 views
which eclipse core installation should I download to use install the plug-in TeXlipse?
I want to taste TeXlipse. First of all, I must install the eclipse core downloaded from the official site.
I am confused with which one I should install. :D
Could you let me know the correct ...
2
votes
1answer
694 views
LaTeX, problem with bk1
I use some LaTeX style which includes bk1\@ptsize.clo by the line
\input{bk1\@ptsize.clo}.
However, my LaTeX environment (I'm using texlipse) produces error
"bk1\@ptsize.clo was not found". Despite ...
2
votes
1answer
806 views
TeXlipse installation problems
I have installed the most recent version of Eclipse (version 1.3.0.20100617-0521, build id 20100617-1415) and am trying to install the TeXlipse plugin. I've followed the installation guide thoroughly ...