1
vote
3answers
41 views
Replace strings in LaTeX
I want LaTeX to automatically replace strings like " a ", " s ", " z " with " a~", " s~", " z~", because they can't be at line end. Any suggestions?
2
votes
3answers
53 views
LaTeX Optional Arguments
How do you create a command with optional arguments in LaTeX?
Something like:
\newcommand{\sec}[2][]{
\section*{#1
\ifsecondargument
and #2
\fi}
}
}
Then, I can …
1
vote
2answers
28 views
Latex Letter: From Address Left aligned
This is my first time using Latex to write a letter. I am using the letter class. When I use:
\address{100 From Address \\ City, State \\ Pin}
The from address becomes right aligned. Is there …
1
vote
2answers
54 views
What is the best way to learn texmacs?
I currently use Kile to edit LaTeX documents. I don't like kile for a couple of reasons so I was thinking of trying to learn how to use texmacs. I have been through a tutorial for emacs which I am now …
0
votes
1answer
35 views
Icelandic, utf8 and utf8x in LaTeX
First of all, what's the difference between utf8 and utf8x in
\usepackage[utf8]{inputenc}
\usepackage[utf8x]{inputenc}
when used in LaTeX?
Secondly, what packages are required when writing an …
3
votes
5answers
68 views
How to force two figures to stay on the same page in LaTeX?
I have two images that I want to display on a page as figures. Each eats up little less than half of the space available so there's not much room for any other stuff on that page, but I know there is …
4
votes
6answers
123 views
Replace all “\” characters which are *not* inside “<code>” tags
First things first: Neither this, this, this nor this answered my question. So I'll open a new one.
Please read
Okay okay. I know that regexes are not the way to parse general HTML. Please take note …
3
votes
2answers
51 views
Developing ebooks- software?
I've written a few documents for friends or blogs on software testing, job hunting and android development. I've been toying with the idea of producing some programming-related ebooks. However, …
1
vote
1answer
38 views
Lyx: Can I beautify JSON inside a document?
I was wondering if anyone knew how to beautify or format JSON inside a Latex document. I am using Lyx as a front-end for writing the latex file. Are there any addons that people use? I tried to search …
1
vote
2answers
68 views
Converting Array of Java Strings into LaTeX table
I have an two dimension array that contains strings and want to create a LaTeX table with them.
The problem is that they could be longer and there has to be line breakes after 15 characters. The
Say …
2
votes
4answers
95 views
How to create a new LaTeX command that behaves something like \verb?
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 often in my document …
1
vote
3answers
45 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 down to the next. …
2
votes
2answers
36 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 as more parameters …
0
votes
1answer
84 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 used on academic …
1
vote
4answers
62 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 be wrong on this).
…
