Questions tagged [texlipse]
TeXlipse is a plugin that adds Latex support to the Eclipse IDE.
76 questions
0
votes
0
answers
61
views
Question about viewer configuration texlipse
I have had some trouble configuring TexLipse on Windows. At the moment I am in the stage that a pdf document is being built, but no viewer is started.
I read that the viewer has to be specified, ...
0
votes
0
answers
59
views
TeXlipse and BibTeX8 builder
I am using TeXlispe and BibLaTeX and want to use BibTeX8, because it solves some sorting issues bibtex.exe can't handle.
How can I add programs to the Builder Settings?
2
votes
0
answers
852
views
Problems with Miktex and Texlipse [closed]
I'm trying to work with Eclipse (Texlipse) and MikTex but I have problems to make a project. Console send me the next information:
running: C:\miktex29\miktex\bin\x64\pdflatex.exe -synctex=1 -...
1
vote
1
answer
455
views
Cannot change the Builder settings in Eclipse for TexLipse
I moved recently to Eclipse Photon and strangely I can no longer change the Builder properties to select the MikTex bin path. Here is the pop-up that I get:
Any tips are welcome.
Regards
1
vote
0
answers
67
views
href not working on texlipse
I´m trying to add a hyperlink, like this example
\documentclass{book}
\usepackage[colorlinks=true, linkcolor=blue]{hyperref}
\begin{document}
\href{http://google.com}{Google}
\end{document}
But I ...
1
vote
0
answers
43
views
Add argument flags to the build EXEs for single projects only
I'm writing many different documents in TeXlipse, and right now I'm running into the issue that one of them requires --shell-escape to be set. Obviously I'd rather not use it for everything, so I'd ...
0
votes
0
answers
196
views
Include package in TexLipse
I am using TexLipse on macOS with Eclipse Oxygen. My builder settings are:
I try to generate a PDF document and get the error:
LaTeX Error: File `marginnote.sty' not found.
I downloaded the package ...
1
vote
1
answer
1k
views
MikTeX 2.9 internal Error - StringHandlerImpl.h
i have a fresh and updated install of MikTeX 2.9 (64-Bit) installed on my Win10 maschine. I use it with eclipse neon (Neon.3 Release (4.6.3)) and the texlipse (1.5.0) plugin. I installed PDF4Eclipse 1....
0
votes
2
answers
333
views
Texlipse/Sumatra/Oxygen/Windows 10 setup -- can't find texlipse jar file
Trying to get inverse search working with Texlipse and Sumatra with Eclipse
Oxygen(4.7.0) on Windows 10. Setup requires knowing where the texlipse plugin is located.
The only possibility I can see is
...
2
votes
1
answer
460
views
Eclipse TexLipse BibLatex configuration
I'm trying to build the Bibliography of my thesis using TexLipse but unfortunately I found no configuration to get it working. Hopefully someone was able to get it working and could help me to get it ...
1
vote
0
answers
44
views
Rebuild Texlipse project on modified file which is not *.tex
Usually, texlipse starts rebuilding my project when i save a modified *.tex file. I have several figures created with tikz that are stored as *.tikz files that I often modify. In this case I do not ...
2
votes
0
answers
1k
views
Builder (#2) for pdf output format has an invalid configuration:
I am using eclipse cppMars, and I have installed texlipse.
But I am getting error when I want to see the output: Builder (#2) for pdf output format has an invalid configuration:
How can I solve this ...
1
vote
0
answers
176
views
Alternative to glossaries package
I was wondering if there are any alternatives to the glossaries package. My problem is the following:
1) I'm a TeXlipse user and for what I was able to understand, TeXlipse does not support the ...
4
votes
2
answers
939
views
Missing \begin{document} in .cls file [closed]
I am using the template deedy resume. Here is my repo with my resume. I am getting an error in compilation. I have checked for BOM characters. I have reinstalled texlive-full. I am at a lost for ...
2
votes
0
answers
454
views
Converting EPS to PDF fails on MacOs with Texlipse
On a mac 10.10.5 with texlipse plugin for the IDE Eclipse (newest version MARS) together with TeXLive/TeXShop I am trying to convert a tex-file with an eps image to pdf and I use epstopdf-package for ...