1
vote
2answers
43 views
New command-like verb in LaTeX
I have been using LaTeX from sometime now, but have never actually gotten my hands dirty declaring a new command, as I try to avoid that.
However, I need to add monospace text oft …
1
vote
3answers
34 views
Problem with rendered latex file’s pictures comes out after section that preceeds it in the latex file.
So I have a Latex file with some plots. However there's a problem with the figure floats in the image. I have a picture right before a page break, and latex pushes the to big plot …
2
votes
2answers
29 views
How to number nonconsecutive addenda in LaTeX without disrupting original Theorem numbering?
I am writing a thesis heavy with Definitions, Theorems, Lemmas and the like. I need to give a basic definition of a concept, and then later in the thesis expand on this definition …
0
votes
1answer
67 views
Convert latex to html in Java or C++?
There are many tools for converting latex into html. I'm looking for a Java or C++ program to do this. It will need to run on multiple operating systems. The solution will be us …
1
vote
4answers
54 views
Effective Version Control for Slides
I have to maintain a huge set of training material in forms of slides.
At a first glance, I've noticed there's no support for version control in OpenOffice OOImpress (but I might …
1
vote
3answers
50 views
New environment in latex using other environments, compiler doesn’t find the \end
I'm setting up a new environment for my latex document for consistent tables. It looks like this:
\newenvironment{defaultTable}[2] {
\begin{table}[h]
\noindent
\tabula …
0
votes
2answers
50 views
What’s the most straightforward way to typeset MLA-style college essays in LaTeX?
I've been using LaTeX for a little while now to typeset my algorithms homework, and I really like the quality of the output as well as the ease-of-use. I'd like to starting using L …
1
vote
3answers
75 views
Can I convert a Tex file into an equivalent Org file? If so, how?
I'm in the process of writing a whitepaper, and am about half-way through. I've just realized that it would be far simpler to write this in org-mode and export to latex/pdf than wr …
1
vote
2answers
47 views
Formatting comments in LaTeX’s algorithmic environment
I want to typeset an algorithm in LaTeX. I'm using the algorithmic package and environment to do so. Everything is working great except when I add comments (using \COMMENT), they a …
2
votes
3answers
66 views
Maths in LaTex table of contents
I am trying to add a table of contents for my LaTex document. The issue I am having is that this line:
\subsubsection{The expectation of \(X^2\)}
Causes an error in the file th …
1
vote
2answers
45 views
Using vim’s `gqap’ sometimes indents unusually
For the life of me, I cannot figure out the cause of this: when writing in LaTeX documents, I like to keep my line width to maximum of 80 characters. As such, I will execute the vi …
0
votes
3answers
96 views
aligning math equations in Latex
I am trying to align the following equations around the equal sign. What can I do? Thanks! I am using the AMSMath package
$$m\ddot{x}_{1}-K(x_{2}+x_{12})+C(\dot{x}_{12}+\dot{x}_{ …
4
votes
6answers
214 views
What tools can be used to produce beautiful documentation for a Python project?
I'm working on an open-source project called python-graph. We've come to the point where our APIs are stabilising and we've realised that we need some user docs. We already have au …
1
vote
2answers
76 views
LaTeX output does not update
I have just begun using LaTeX. I am working in Windows and am using TeXnicCenter as my editor. When I build and output, having the following code:
\documentclass{article}
\begin{ …
1
vote
4answers
199 views
Latex: how to put line break in a math
I'd like to express the following sentence (source_location is also italic, it's not correctly rendered):
Each entry has a list of tuple: < *source_location*, R/W, trip_coun …
