Tagged Questions
3
votes
1answer
56 views
Equation and image in a row
I have example (defined as \newtheorem{example}{Example}[section]) and inside
I have four-level equation of same size as an image ABC.png that I want to put on the right from the equation. But it is ...
4
votes
1answer
60 views
Equation over picture (overpic)
Is there a way to place a mathematical equation over a picture? I am using the overpic package and \put command, but it doesn't work (\usemath, \begin{equation}...\end{equation}).
\begin{figure}[h!]
...
5
votes
1answer
867 views
LaTeX in CorelDRAW
What is a good way to get LaTeX formulas into CorelDRAW figures?
I will provide a solution below, based on a rather old macro adapted to work on 64 bit systems as well as 32 bit - it works well, but ...
5
votes
2answers
91 views
Positioning of image within an equation
I have the following problem: I would like to have images of Feynman diagrams as part of equations. Using
\newcommand{\imineq}[2]{
\includegraphics[height=#2ex]{#1}}
I had success in as far as
...
2
votes
1answer
67 views
Inserting a picture in an equation [duplicate]
Possible Duplicate:
Can I insert an image into an equation?
Is there any method to insert a picture in an equation? I am trying to write an equation where one of the elements of the ...
0
votes
0answers
130 views
Equation gets cropped when using .emf in OOoLatex [closed]
I am using LibreOffice with the plugin OOoLatex 4.0 under Windows 7 x64.
When I generate equations in PNG format (the images) I have no problem.
What happens is that if I select EMF instead, when I ...
12
votes
2answers
368 views
Image next to Equation
I am trying to make my first LaTeX file and have been reading syntax for a bit and have not been able to figure one thing out yet and don't seem to find anything about it online so I thought I might ...
2
votes
1answer
213 views
Why using pdf we get better results than using dvi?
In How can I auto adjust a equation to appear in the entire page? (Scale to equations, is this exist?) I asked how I could change the equation sizes.
Nothing seemed to work. But the problem was I was ...
3
votes
2answers
803 views
How to export a equation as a image without background?
For example, if we have a equation on a file like:
\documentclass[12pt]{standalone}
\usepackage{varwidth}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath, amssymb, ...
26
votes
5answers
1k views
LaTeX accessibility
Does anyone know of any LaTeX modules that makes the pdf output generated by pdflatex Americans with Disabilities Act of 1990 (ADA)/Seciton 508 compliant?
Specifics:
With regard to math. One simple ...
4
votes
2answers
746 views
Crop equations with preview package
Is it possible to avoid left space from equations previewed with preview package?
\documentclass{minimal}
\usepackage{amsmath}
\usepackage[active,tightpage,displaymath]{preview}
...
13
votes
3answers
1k views
Can I insert an image into an equation?
I would like to use a small image in an equation, where a symbol like \alpha might otherwise be. Is there a nice way to do this?
13
votes
2answers
882 views
Two-Headed Arrow Over Formula
I have a quantified formula. I want to show what happens when the order of quantifiers is reversed. To do this, I like to use a two-headed arrow over the formula, like this:
Is it possible? I don't ...
19
votes
10answers
1k views
What useful web services are out there?
Looking at this question, I wonder what good and useful web services are out there. For example the LaTeX symbol classifier looks interesting. You can draw a symbol with your mouse and get back the ...