Tagged Questions
3
votes
2answers
56 views
How to wrap a long equation in Latex
I have a very big equation and using split or multiline is not helping. How do i wrap it and how do i make sure thatRHS of the eqn is always on the right side of equal to ('=') even when line is ...
12
votes
1answer
106 views
First reference to equation underlined
In these days I'm writing at my Bachelor's Thesis and I've got a new problem. I have to underline the first reference to figures, tables and equations. By searching in the Internet I've already found ...
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
2answers
71 views
Formatting of an array of equations (left alignment)
I have the following text in a matrix environment. Is there a better way to format it, say with each column being left ordered, and how can this be done?
$$
\begin{matrix}
\Gamma^{i}_{\mbox{ ...
16
votes
2answers
274 views
Colored underbraces for annotating equations
I am trying to implement my previous Powerpoint presentation in beamer.
I have a figure like
I want to create something like this in beamer.
I wrote a equation as follows but I couldn't write the ...
3
votes
2answers
190 views
LaTeX Capabilities: Complicated and Important Equations
As I am introducing LaTeX to an audience, I'd like to show how it can render equations beautifully. As such, I'd like one equation (math/physics) that combines many different formatting requirements, ...
3
votes
1answer
175 views
Displaying a really long chain of inequalities
I'm trying to enter a long chain of inequalities in math display mode. If I enter the expressions as I want them to, LyX will continue displaying them off the screen - so that they don't show up when ...
5
votes
1answer
218 views
bigger parentheses in equations
I have the following TeX equation:
r = (I_n - (.85) M^T)^{-1} (\frac{1 - (.85)}{5}) \cdot 1 \\
I want bigger parentheses around the term (1-(.85)/5), how can I achieve this?
How can I get large ...
4
votes
2answers
233 views
How do you make numbered equations in latex?
I would like to put in a code that automatically assigns a number to the equations in my documents preferably aligned on the right hand side.
How can I go about this?
...
8
votes
1answer
217 views
Text in an equation
This is best explained by example. Suppose I have the following:
\[
\begin{align*}
C_3 \rightarrow 6 automorphisms\\
C_4 \rightarrow 8 automorphisms\\
C_5 \rightarrow 10 automorphisms
...
7
votes
3answers
192 views
Highlight equations by temporary changing the formatting of their number
I am writing a long paper having 100+ equations, and want to highlight a few key equations. Since the journal won't let me use boxes around equations, I am trying to have their label being typeset ...
8
votes
2answers
288 views
How to style equation label and reference differently? [duplicate]
Possible Duplicate:
Changing the apperance of equation numbers with amsmath
I need to be able to make the labels of equations bold, but at the same time I need the citations to those ...
0
votes
0answers
71 views
Notations become coneivable? [closed]
Since there is an obvious redundancy of notations for same things in mathematics (take http://en.wikipedia.org/wiki/Partial_derivative as an example), we often face the dilemma while composing ...
6
votes
2answers
2k views
How do I keep a string of text together without it doing a line break?
I'm writing up a long paper, in which in prose I have various equations. However, I do not want a line break to occur within the equation - I want the equation to stick together. I want to do this ...
4
votes
2answers
128 views
Refer to some equation number in different environments
I hope there is a solution for this. When I refer to some equation I always get something like 37, but I would like to have (37). I could make a new command but the problem is I use many kind of ...
2
votes
1answer
284 views
Trouble with the showkeys package
I am using showkeys package in LaTeX so my labels inside \[ \] math statements show up. Usually \[ \] does not show any numbering, I both want to use \[ \], and numbering, this was the only solution ...
4
votes
5answers
1k views
How can I auto adjust a equation to appear in the entire page? (Scale to equations, is this exist?)
If I have a document like this:
\documentclass[landscape, 12pt]{report}
\usepackage[landscape]{geometry}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath, amssymb, ...
16
votes
1answer
858 views
Changing the apperance of equation numbers with amsmath
For equations in my document, I use the facilities of the amsmath package. In order to make the equation numbers more eye-catching, I want them to be in boldface and a little bit indented to the ...
10
votes
3answers
322 views
“Escaping” Linux kernel version in latex
I'm trying to include a kernel version info (i.e. \texttt{2.6.40.4-5.fc15.x86_64}) in my LaTeX document. However, LaTeX keeps trying to put it into "math-text" ("Missing $ inserted" and so on).
How ...
0
votes
3answers
296 views
Equation formatting: spacing between characters
I have the following variable: $\omega_{fo}$ which gives [;\omega_{fo};] . The problem with the output is that there is a quite big separation between the letters f and o.
Is there a way to make ...
4
votes
4answers
1k views
Word-wrapping page-long polynomials in latex
I know that you can enter multiline equations using the align environment and line breaks (\\).
I want to LaTeX multiple polynomials that are very long (up to a page in length, single-spaced and 12 ...
6
votes
2answers
302 views
How to show a placeholder instead of an equation?
I am looking for functionality similar to the endfloat package but for equations. Instead of displaying an equation I would like to display a placeholder such as
[equation 1 here]
Does anyone know ...
4
votes
4answers
305 views
Need help with an equation
I have little trouble with my TeX course. I've already completed all the assignments except one. Yesterday I was up until 4AM and still didn't get it right.
Maybe someone could give me some ...
3
votes
4answers
2k views
Centering split equation
I am quite new to TeX. I want that each line in the following equation be centered, but I cannot find how to do it.
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
...
8
votes
2answers
662 views
Changing the font for equation numbering
I know that I can change the font for the equation numbers by redefining the \theequation command by, say,
\renewcommand{\theequation}{{\sffamily\arabic{equation}}}
I am wondering if there's a ...