{equations} is about the various environments to typeset displaystyle mathematics, e.g. equation and {align}. For general questions about mathematical typesetting use {math-mode}. Both tags are possible on the same question.
3
votes
1answer
42 views
Highlight referenced equation number
I have to give a talk, and I am using a LaTeX paper that I will write onto the blackboard. However, it is quite annoying to write all equation numbers on the blackboard, but I do want to have them all ...
6
votes
0answers
77 views
list of equations in separate pdf
I am communication with my coauthors via email. This time, I am the author, so I send them the pdf file of the document, and they send me corrections. Then I'd like to implement these corrections. ...
2
votes
0answers
97 views
LaTeX is not compiling consistently
I am really new to LaTeX, so it's possible I'm making some egregious error that I'm not aware of, but my documents are compiling inconsistently. By that I mean it compiles correctly maybe one in ...
2
votes
0answers
64 views
List of equations, tocloft package, giving me error
I know this question was answered earlier at: http://www.latex-community.org/forum/viewtopic.php?f=5&t=428, but I am having problem using the tocloft library with my
schools thesis template. When ...
2
votes
0answers
56 views
How do I explicitly print the labels for a given equation?
I am using mathtools, only refeq equations get actually a number.
However, there are several equations which I want to have the equation numbering appear on the right, or more accurately, decide on ...
2
votes
0answers
74 views
Automatic arrangement of equations with comments
I am writing a paper with multiple chains of equations or inequalities, with optional explanations. Depending on the size of the equations, I use one of
\documentclass{article}
\usepackage{amsmath}
...
2
votes
0answers
35 views
How to left-align particular equations using own environment?
I'm trying to left align particular equations. To do that I created a new environment (because I need it a few times).
Now, I found that there are various options to do that:
using the fleqn option ...
2
votes
0answers
88 views
Displaying Latex files on tablets
I need to display short mathematical formulae on mainstream tablets. Presently, I type the equations in LaTeX, convert the LaTeX document to PDF, and then to SVG before displaying it. I'm sure there ...
1
vote
0answers
54 views
Produce parentheses around number of equation
Is there any direct command which can help me to put the number of a equation in the parentheses, for example if I write the following:
\begin{equation} \label{eq:1}
this is my equation
...
1
vote
0answers
103 views
I am using twocolumn svjour3 template to submit a paper. I want to write long equations as a single column. But I get an error message
Here's what I did:
I have the same problem with long equations in the svjour3 document class. I want to display the long equations as a single column. I tried
\documentclass[twocolumn]{svjour3} ...
1
vote
0answers
100 views
How can I add a number to an equation sometimes on the left and another time on the right and refer to it afterwards?
How can I add a number to an equation sometimes on the left and another time on the right and use a tag command to refer to it afterwards? I will use in the document a number on the right side.
For ...
0
votes
0answers
80 views
Numbered equation makes small sum operator
I am using the followig:
\chapter{Theoretical framework}
\section{Econometric framework}
\begin{equation}
{r^{h}_{t+1}}=
\alpha+\beta x_{t} + u^{h}_{t}
\end{equation}
%random test equationn
...
0
votes
0answers
51 views
Different line spacing in textmode and mathmode
At first I was using \linespread{2} but my research told me to use the package setspace. I did this and everything is fine however in align* environments, my equations get double spaced also which ...