0
votes
2answers
198 views
Example box with automatic numbering in LaTeX?
Working with LaTeX, I was just wondering how do you create a box around a set of related text such as an example in a textbook? I found \framebox or \makebox, but I can't figure out how to make it …
0
votes
1answer
19 views
LaTeX tabbing overlap
Hello, I'm having some frustration with the LaTeX tabbing environment.
For example, in this code the who-GEN friend-PL end up overlapping:
\begin{tabbing}
Aarude \= suhrthukalanu \= …
14
votes
27answers
13k views
Best LaTeX editor for Windows
I'm looking for a good LaTeX editor for Windows!
1
vote
3answers
50 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
67 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 …
2
votes
4answers
107 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
2answers
37 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
68 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 …
7
votes
7answers
2k views
Totally Sweet Horizontal Rules in LaTeX
I have been trying to find a way to easily drop a nice horizontal rule into a LaTeX document. \hline just makes a line across the page. It would seem that some package must provide something that is …
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
2answers
55 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, …
3
votes
5answers
78 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 …
1
vote
1answer
61 views
How to get one component of a tikz/PGF coordinate?
I'm trying to draw a horizontal line across my diagram. The Y coordinate of the line should be halfway between points a and b (a is below b). The left and right endpoints of the line are on the …
1
vote
4answers
233 views
Technical documentation with deeply nested enumerated lists
I'm stuck in a software documentation culture I can't change, and software documentation is expected to have deeply nested sections that look like this:
2.1.5.3.2.1 Some section
This paragraph has …
1
vote
5answers
193 views
Does Texniccenter or any other tex editor auto-complete references in Latex?
I want to use a latex editor that has auto completion feature for existing references in a latex file. Do you know any good ones? I am trying to find this feature in texniccenter, but I guess it …
