TeXlipse is a plugin that adds Latex support to the Eclipse IDE.
1
vote
1answer
267 views
Style Completion in Texlipse not working
Though TeXlipse is a great tex editor, one complaint I have is the lack of hot keys for common style formatting for characters such as bold italic. I found the preference of TeXlipse has an page on ...
1
vote
0answers
78 views
TeXLipse, Pygments and the minted package not working
I've got a little problem to get minted working on Mac OS X 10.8.3.
Things I've installed:
minted 1.7 (was already installed via TeX Live Utility)
Python 2.7
Pygments 1.6 (is in $PATH environment ...
0
votes
0answers
13 views
How do I create a bib file in texlipse?
This seems like it should be really straightforward, but I can't figure it out. When I go to File>New there is no .bib file. Under File>New>Other>Texlipse there is no .bib file.
Is there somewhere ...
0
votes
0answers
94 views
TeXlipse, bibunits, and multiple bibliographies
I am using Eclipse 4.2 with TeXlipse 1.5 (the version bundled with StatET 3.2) and MixTeX 2.9. I have no problem using TeXlipse, bibtex, and natbib to produce bibliographies. But I often want to ...
0
votes
0answers
23 views
Unwanted Texlipse insertions change the behaviour and lead to errors
Usign a database i have to access values that can contain special characters.
Example:
\useentry{A_B_C_D}{FORMULA}
\useentry{Thirty[2]}{REGISTER}
\ref{Thirty[2]}
if those characters are not ...