Most Popular
1500 questions
76
votes
2 answers
Beamer Bibliography Icon
I want to list my references in a beamer presentation using thebibliography environment, with the nice little
book icon (\beamertemplatebookbibitems) and
article icon (\beamertemplatearticlebibitems)
in front of each source.
Is there an icon for…
Fry
- 1,599
76
votes
3 answers
Fitting text to a shape in TikZ
I am designing a poster, which has some geometrical shapes (TikZ paths) surrounded by some text. I would like the text to flow neatly around these shapes. I bet there's some clever TikZ magic that could do this.
EDIT: This is the sort of effect I…
Jamie Vicary
- 11,098
76
votes
24 answers
Is there any way to get real-time compilation for LaTeX?
I would really love to have a software or tool which provided real time compilation of my LaTeX document (to be able to see the final pdf or dvi document as I type the latex code), especially for when I am drawing pictures using tikZ. So far, I know…
Vivi
- 26,953
- 31
- 77
- 79
76
votes
8 answers
Is there any way to type LaTeX code directly into the text boxes Inkscape?
I use Inkscape on Windows 7 platform. The principle to enter integrals and other mathematical symbols in Inkscape seems that the best thing to do and write them in a LaTeX compiler and cut them in Adobe PDF and paste it into Inkscape as…
MathOverview
- 2,921
76
votes
4 answers
Hide tick numbers in a TikZ/PGF axis environment.
I have a TikZ/PGF axis enviroment where by default numbers are shown along the ticks.
I want it to look like this:
(Axis without tick numbers)
I found out how to modify the ticks itself using something like
x tick label style={major tick…
eliasp
- 873
76
votes
4 answers
Is there a LaTeX trick to prevent a PDF viewer from copying the line number?
A PDF output is obtained by compiling the following code.
\documentclass{article}
\usepackage{xcolor}
\usepackage{listings}
\lstset
{
language={[LaTeX]TeX},
numbers=left,
numbersep=1em,
numberstyle=\tiny,
…
kiss my armpit
- 36,086
76
votes
3 answers
How to cite a University lecture (or its slides or script)
I need to write an introduction to a topic which relies heavily on several University lecture slides and scripts. I would like to acknowledge this by using something like this:
The following exposé is based on the lectures by \citet{A, B, C} and on…
Konrad Rudolph
- 39,394
- 22
- 107
- 160
76
votes
2 answers
All letters in uppercase, but the first letter bigger than the other ones
I want to know how can I achieve this effect in LaTeX:
Basically it looks like this: {F}IRST {L}ETTER, where the letters in the braces are a little bigger than the other ones but they all the letters are uppercase.
Any suggestions?
aljndrrr
- 1,041
76
votes
5 answers
Subfigure: error "Missing number, treated as zero"
\begin{figure} \center
\begin{subfigure}[b]
\includegraphics[width=60mm]{a}
\label{fig:a}
\end{subfigure} %
\begin{subfigure}[b]
\includegraphics[width=60mm]{b}
\label{fig:b}
\end{subfigure}
…
Pavasaris
- 2,971
76
votes
1 answer
Aligning equations with text with alignat
I'm trying to add this expression to my work:
I understand that the best way to achieve this is using the alignat environment within the amsmath package, so I tried the following:
\begin{alignat*}{3}
m && \text{módulo} && m>0\\
a &&…
Sergio S.
- 925
76
votes
4 answers
Axis break in pgfplots
Is there an easy way to 'break' the axis in a pgfplots environment? What I'm talking about is something like this
Any minimal plot will do as an example...for example
\documentclass{minimal} …
TSGM
- 2,342
76
votes
5 answers
How to automatically resize the vertical bar in a set comprehension?
I have a simple command which I use to write set comprehensions so that the braces automatically resize with respect to size of the enclosed arguments, e.g.
\usepackage{amsmath}
\newcommand{\set}[1]{\left\lbrace…
Juan A. Navarro
- 62,139
- 32
- 140
- 169
76
votes
5 answers
Using Notepad++ with MiKTeX on Windows
I'm using MiKTeX 2.9 on Windows. So far I've been using LeD to compile my PDFs (using pdflatex). I want to start using Notepad++ to compile my LaTeX PDFs as I've lately become very fond of this editor.
Would anyone be able to point me to a way to…
prrao
- 1,663
76
votes
12 answers
Reducing the time it takes to write a document
Exemplar case
I often have situations in which I must quickly write and print a report, within a short time. Some features of TeX allow me to work quickly. For example, with BibTeX, I can quickly add a source to an article.
Issue
However, some…
Village
- 13,603
- 23
- 116
- 219
76
votes
2 answers
Why is 1.5 the default pdf version?
At least TexLive creates PDFs by default in version 1.5. Why this particular version?
This question has been asked before in a comment and didn't receive the attention it deserves. (duh!)
This site alone has multiple questions concerning the problem…
Bananguin
- 2,574