LaTeX is a macro package implemented on Don Knuth's TeX programming language and is used primarily for creating high quality written documents. Note that http://tex.stackexchange.com is specifically dedicated to LaTeX questions (and TeX, and other related technologies).
8
votes
0answers
645 views
Including doxygen's LaTeX output as an appendix to a larger document
I have a "project book" which uses LaTeX's \documentclass{report} ("report" is like a more compact version of \documentclass{book}). I would like to include into this book an appendix with the ...
3
votes
0answers
175 views
setting up R to pick up texlive rather than miktex on Windows
On Windows, how could I instruct R to call TeXlive instead of MikTeX?
I've got R set up on my Linux and Windows machines. On my Windows machines, I happen to have both MikTeX and TeXlive available. ...
2
votes
0answers
52 views
Using Latex in a C++ Program
I want to write a program that allows me to type in plain text and LaTex code into a text field and displays in real time that text parsed with LaTex, essentially how the preview panel works in ...
2
votes
0answers
32 views
Lightweight Text Markup language that can be converted to HTML and LaTeX with a Java library?
A simple lightweight markup language like e.g. defined by Ceole 1.0 could be very useful for use in program and application documentation that is used as the basis for automatically created HTML and ...
2
votes
0answers
50 views
Odds ratios instead of logits in stargazer() latex output
When using stargazer to create a latex table on a logistic regression object the standard behaviour is to output logit-values of each model. Is it possible to get exp(logit) instead? That is, can i ...
2
votes
0answers
50 views
How can I use latex code in R plot?
is there a way to use Latex code in a plot? I have got two vectors, for example a,b. I want to create something like this:
graph <- rbind(a, b)
colnames(pokus) = names(a)
barplot(pokus, beside = ...
2
votes
0answers
116 views
How to write latex comments in visual studio 2012
I want to write comments in visual studio (2012 ultimate) that contain latex syntax.
There is some plug-in to add to visual studio that will enable me to write comment in latex and then see it as ...
2
votes
0answers
30 views
Draw Function Graphc based on LaTeX code of function
I am writing a paper with LaTeX and there is a conclusion:
H' = h - \sum_{i=1}^{h-1}[1-(1-p)^i]^m
But I want to show the figure of H' based on different p and m (assume h=4).
I try to draw the ...
2
votes
0answers
51 views
Auto-reload pdf viewer while editing latex files
I use the llpp pdf viewer when editing my LaTeX files. To have it automatically refreshing the pdf file when I compile, I use a wrapper to launch it (cf. this).
The part handling the waiting and ...
2
votes
0answers
401 views
ViM-LaTeX, python, and Mac OS 10.8.1 and a weird error
I just updated my machine to Mountain Lion (10.8.1) and am trying to install vim-latex. I have used the suite daily for about 5 years now, but when trying to do a clean install and opening up a .tex ...
2
votes
0answers
113 views
trouble rendering equations on wordpress.com
I tried to incorporate some equations into a wordpress blog entry. No special installation, just using the version of mathjax Wordpress comes with.
My paragraph reads
This action is invariant ...
2
votes
0answers
716 views
Why is knitr unable to find framed.sty or kpsewhich?
knit('test2.rnw')
processing file: test2.rnw
|>>>>>>>>>>>>> | 20%
...
2
votes
0answers
165 views
emacs 23.4.1/latex/flymake-mode: can't find master file
I'm having some problems with flymake-mode when editing latex files in emacs 23.4.1. First, when I start the mode I see Flymake:! in the mode line. The manual tells me this is because "Flymake was ...
2
votes
0answers
1k views
Gnuplot TiKz Terminal Set Key Font Size
I am having an issue setting the font size of the key (i.e., legend) using Gnuplot with the TiKz terminal. Traditionally, one could add set key font "0,20" to Gnuplot which would change the size of ...
2
votes
0answers
84 views
SASweave and server SAS?
We would like to implement SASweave, but our department runs off of a server version of SAS. Has anyone implemented this setup? I would be interested to hear about your experiences, whether positive ...
2
votes
0answers
113 views
“latex-rails” gem generates no output
I have a problem with "latex-rails" gem. I`m trying to make function which will generate a pdf. This is my code:
code = "\\documentclass[12pt]{article}
\\begin{document}
Don't forget to include ...
2
votes
0answers
162 views
How does fill-paragraph (M-q) in emacs work inside LaTeX equations?
I have not really understood how this works (and maybe it works differently in Aquamacs and GNU emacs on linux) - sometimes it does not fold long lines inside equations. I would like to know if there ...
2
votes
0answers
509 views
Copying LaTeX from Mathematica
Is there a way to copy text with InlineFormula styles to the clipboard with the math section within the dollar signs?
Take this for example. The following screenshot shows part of a mathematica ...
1
vote
0answers
41 views
EPS figures created with MATLAB, edited with Illustrator, Different Colors in after dvipdf prepared PDF
I create figures in MATLAB, and export to EPS using the normal File->Save As dialog box. I added some additions to the EPS file using Adobe Illustrator CS6, and then saved the EPS again. Viewing the ...
1
vote
0answers
24 views
Reduce doxygen PDF index depth + remove extra indices
Is it possible to reduce the depth of the index created by doxygen for a latex PDF?
E.G. Currently doxygen creates an index in the PDF that is 4 levels deep: file name - documentation type - ...
1
vote
0answers
26 views
How to diagnose errors in LaTeX generated by Doxygen 1.8.x: LT@LL@FM@cr
I've been using Doxygen successfully to generate PDF documentation for a sizable Fortran 90 project since v1.6. After a recent upgrade to Doxygen 1.8, pdflatex is choking with an error I can't ...
1
vote
0answers
29 views
Doxygen generated Latex Files , Usage of LATEX_HEADER & INPUT tags
I tried to generate Latex Files with Doxygen. I used "INPUT" tag to get ".h" file and LATEX_HEADER to customise to my own HEADER. Problem is Integration of both Files. It is giving many Compilation ...
1
vote
0answers
39 views
knitr & vim: Creating *.Rnw files
I'm trying to get knitr using, whilst creating a *.Rnw file using Vim (with the Vim-LaTeX plugin).
If I open a *.Rnw file in Vim, and type a < (e.g. for <<foo, echo=TRUE>>=) so I can ...
1
vote
0answers
112 views
Matplotlib mplot3d label and ticks overlapping when using LaTeX labels
How can a overlapping of labels and ticks be avoided when using matplotlib 3d plots?
The code below produces a matplotlib- figure. This figure shows a problem with labelpadding and 3D plots when ...
1
vote
0answers
50 views
Finding errors in LaTeX document, java
So I have a bunch of LaTeX styled documents, one looks like this...
\documentclass{article}
\usepackage{amsmath, amssymb, amsthm}
\begin{document}
{\Large \begin{center} Homework Problems ...
1
vote
0answers
92 views
stargazer with generalized additive models
I'm impressed with the reported functionality of stargazer because it boasts flexibility with multiple model types. However, I can't seem to use stargazer to get latex table output with generalized ...
1
vote
0answers
153 views
Orgmode Beamer Presentation — setting org table properties (esp. cell borders)
I'm writing up a presentation in orgmode, for export to pdf via LaTeX. By default, orgmode tables don't have visible cell borders. I can find information for how to turn these on for export to HTML, ...
1
vote
0answers
77 views
emacs minor mode to expand latex
when i take notes, i like to write in "ascii math".
e.g. definition of continuous
all eps > 0, exist del > 0 . |f(x)-f(y)| < eps . |x-y| < del
i would like this to automatically inline ...
1
vote
0answers
99 views
British LaTeX files with Emacs and Hunspell
I am using Hunspell with Emacs.
In my init.el I set the dictionary list as follow:
(setq ispell-local-dictionary-alist
'(
(nil "[A-Za-z]" "[^A-Za-z]" "" nil ("-d" "en_US") nil ...
1
vote
0answers
48 views
EMF figures with latex text from Python - Renderer error
I need to produce some figures from data, using python. It has to have Latex text in labels, legend and title, while output format must be .emf (Encapsulated Metafile, readable in M$ Word).
from ...
1
vote
0answers
220 views
html to tex conversion with Pandoc does not produce mathematical mode
I'm working with a Windows machine. I use Rstudio/knitr to write and convert a (R)markdown file to an html file. The source markdown file contains some mathematics typed in the LaTeX language hence ...
1
vote
0answers
57 views
Reporting tools that allow to abstract the document's actual geometry
We are using Jasper Reports to generate reports from our application, based on Oracle DBMS.
The thing works fine, but it is likely we're going to use different paper formats, languages and ...
1
vote
0answers
46 views
Is there any way to generate a pdf in Struts 1.x with latex code?
I have been searching for a way to generate a pdf inside Struts 1.x and it occurs to me that it would be awesome to use latex code to include style on the pdf. Is this possible? I thought of birt and ...
1
vote
0answers
266 views
R --markdown to latex - tables do not show up
I am using Knitr in Rstudio, to generate markdown files. I display the tables via xtable package and it shows up nicely in html file. However, when I converd .md to latex via pandoc - the latex file ...
1
vote
0answers
71 views
Ryacas latex expression in Knitr
I have the following RYacas expression:
longrun_cost <- (c * mu) + h * ( lambda / (mu-lambda))
The latex expression of this is as follows :
fmt <- sprintf("TeXForm(%s)", longrun_cost)
...
1
vote
0answers
162 views
Conversion of .ppt or .odf files to org-mode format?
I have a number of .ppt files I would like to dump into org-mode format (to export as LaTeX beamer). Is there any (pre-existing) way of automating this process, to any degree? Preferably one that is ...
1
vote
0answers
138 views
How can I edit a sphinx document class?
I've made all of my documentation with reST markup in a .txt file and now want to convert it to a pdf. I'm trying to tweak the document class 'sphinxhowto.cls' to get the desired formatting but am ...
1
vote
0answers
143 views
How to cancel the \hypersetup in 0rg-mode of Emacs
Org-mode is a power editor. I use it to write scientific notes and produce them into tex/PDF files.
When I produce .org file into .tex or .pdf file, some codes are generated automatically by ...
1
vote
0answers
168 views
DokuWiki - Latex - libjpeg.8.dylib requires a newer version?
I'm trying to use the LaTex-Plugin for DokuWiki. When I run the LaTeX troubleshooter I get this error:
dyld: Library not loaded: /opt/local/lib/libjpeg.8.dylib
Referenced from: ...
1
vote
0answers
52 views
Drupal: Issue in DruTex
I have installed and configured DruTex (in my Drupal6 installation).
But when I go to create a page, a warning appears on the top of the page as:
warning: Parameter 1 to drutex_pdf_nodeapi() ...
1
vote
0answers
186 views
Generating an image from a LaTeX document
I have written a Python script that generates LaTeX output. I want to view the generated LaTeX as a 'document' within my wxPython application.
The only way I can think of doing this is to dynamically ...
1
vote
0answers
446 views
failed to properly import EPS file made with matplotlib to LaTeX
I made PDF and EPS files with matplotlib (the latest version from git repository, v1.1.0-538-g8b1e5b8, but the following problem happens also with the latest release) with following code.
import ...
1
vote
0answers
153 views
How should I go about adding Latex to my version of Freemind
I'm at uni studying Computer Science, and I really like Freemind. The one thing that I feel would make it more useful for me would be to allow Latex equations (kinda like Anki does it).
I've never ...
1
vote
0answers
479 views
How to render Latex Equations as Images In Asp.Net
I have used Mathjax for displaying math Equations, but it takes much time to load.
I need help in rendering LaTeX Equations as images while loading the page. How to do that in ASP.Net.
1
vote
0answers
1k views
batch script for pdflatex-makeindex-bibtex that works on current file in notepad++
I have written a batch file that I use to create a file containing abbreviations and references from a latex file. It works very well. I use this from within notepad++ Run menu. My problem is that I ...
1
vote
0answers
49 views
SweaveListingUtils and line numbers
I'm currently trying to use SweaveListingUtils. Because of the vignette, the first steps are quite easy.
Only the line numbers (including references) are not working as intended/expected (the ...
1
vote
0answers
203 views
Annoying icon in AUCTeX mode
I compiled the recent AUCTeX (11.86) with GNU Emacs 23 on Mac OS X. Everything works perfect, except annoying icon in toolbar (circled in red on the figure below).
I suppose this is a "separator" ...
1
vote
0answers
253 views
Taglist 'jump-to-label' working incorrectly
I am trying to get my taglist plugin to work correctly. I'm specifically trying to get it to work correctly with tex files and the latex-suite plugin, although the behavior exists for other files.
...
1
vote
0answers
120 views
Install font in latex results in invisible text when compiling with 'latex'
I tried installing the nimbus font (http://tug.ctan.org/tex-archive/fonts/psfonts/urwvf/) in my local texmf tree by following the README provided with the package (and also on the website above). ...
0
votes
0answers
9 views
Incorporate man page inside a latex document
I'm writing a thesis with latex. The thesis is about an application that I made and I want to incorporate in my .tex file part of the man page (written by me).
How can I do that?

