Questions tagged [texlipse]

TeXlipse is a plugin that adds Latex support to the Eclipse IDE.

TeXlipse is a plugin that adds Latex support to the Eclipse IDE.

76 questions
14
votes
2 answers

Creating Multiple pdf files with Texlipse

I have been using Texlipse for a while now and like it. The only issue that I have is that Texlipse only allows me to have a single Tex and PDF file in each project. I was wondering if anyone had found a way to make Texlipse accept multiple Tex…
user4792
5
votes
2 answers

texlipse builder script configuration

I need to compile my file in the following way: pdflatex file.tex bibtex book bibtex journals bibtex conferences pdflatex file.tex pdflatex file.tex Of course, I can build it manually from command line, however, is there any way, how to setup…
morph
  • 717
3
votes
1 answer

Enable syntax highlighting in TeXlipse for other file extensions

Since I put my tikzpictures in external files with .tikz as extension for use with tikz-scale, syntax highlighting in texlipse wont work for them. Is there a way to enable it? In this thread it was mentioned in 2007 to be included as an option in…
1
vote
1 answer

Texlipse linked resource

I'm trying to keep all my .tex macros in a single folder, so I don't have different versions of these macros. Texlipse allows you to create a "linked resource" which mirrors a file outside the project folder. I can successfully link to a file, and I…
1
vote
1 answer

Eclipse with Texlipse plugin - adding sytem time into generated PDF file after compilation

My question is focused on the possibility of an Eclipse IDE and its plugin Texlipse. After generating the PDF file, I would like to add the prefix (or something similar), which would include system time. I hope my question is at least somewhat…
JardaFait
  • 3,922
1
vote
0 answers

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 like to add that flag to the build chain…
Egor Hans
  • 249
1
vote
1 answer

Define Hotkey for "Build Project" in TeXlipse

Is there a possibility to define a hotkey for "Build Project" in TeXlipse? In my installation, Strg+B is shortcut for "Build all", which I never need. Can I use it for "Build Project" instead?
1
vote
1 answer

Remote bibliography files in TeXlipse

I am using TeXlipse and I have several TeX projects. One project, the MainProject contains a folder references that holds all the bibliography (.bib) files that are referenced by the smaller other projects. In the smaller project, how do I reference…
Shailen
  • 203
  • 1
  • 6
0
votes
0 answers

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, configured, if you like. I have no preference for any…
0
votes
2 answers

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…
jon
  • 11
0
votes
1 answer

TeXlipse install path and file path with spaces

I had the problem not to be able to place the TeXlipse plugin in my preferred repo because the path to it contains spaces. Also contain paths to files spaces. It seems the plugin contains a bug in interpreting the supplied parameters!
dkeck
  • 349