I'm confused.
Intuitively I will say your are referring to each equation by it's own.
Search found 61 matches
- Wed Dec 16, 2009 9:46 pm
- Forum: Math & Science
- Topic: Cross referencing to eqnarray
- Replies: 7
- Views: 11966
- Wed Dec 16, 2009 7:26 pm
- Forum: Math & Science
- Topic: Cross referencing to eqnarray
- Replies: 7
- Views: 11966
Cross referencing to eqnarray
Hi.
Is there a way to cross reference to eqnarray as a normal equation? In mt thesis it is numbered as one of the equation but when I cross refer to it I get a warning.
I should note that I'm using cleverref.
Thanks.
Is there a way to cross reference to eqnarray as a normal equation? In mt thesis it is numbered as one of the equation but when I cross refer to it I get a warning.
I should note that I'm using cleverref.
Thanks.
- Thu Dec 10, 2009 3:32 pm
- Forum: Text Formatting
- Topic: Auto cross reference fixing
- Replies: 2
- Views: 2148
Auto cross reference fixing
Hi.
Say I have the following three equations:
\begin{equation}
x_t = x_0 + vt + \frac{1}{2} at^2
\label{a}
\end{equation}
\\
\begin{equation}
v_t = v_0 + at
\label{b}
\end{equation}
\\
\begin{equation}
F = ma
\label{c}
\end{equation}
If I write the following:
Equations \ref{a}, \ref{b}, \ref ...
Say I have the following three equations:
\begin{equation}
x_t = x_0 + vt + \frac{1}{2} at^2
\label{a}
\end{equation}
\\
\begin{equation}
v_t = v_0 + at
\label{b}
\end{equation}
\\
\begin{equation}
F = ma
\label{c}
\end{equation}
If I write the following:
Equations \ref{a}, \ref{b}, \ref ...
- Thu Dec 10, 2009 3:18 pm
- Forum: General
- Topic: chemical equation numbering
- Replies: 12
- Views: 21906
Re: chemical equation numbering
OK. the code I want if on page 11 and not 10. This is the source to my misunderstanding. This part start with explaining how to create a mhchem costume command in the equation environment so I skipped the end of this part. My mistake.
As for your code. I don't understand it completely. Is there a ...
As for your code. I don't understand it completely. Is there a ...
- Mon Dec 07, 2009 1:20 pm
- Forum: General
- Topic: chemical equation numbering
- Replies: 12
- Views: 21906
Re: chemical equation numbering
localghost, I read the mhchem documentation more then one time and I couldn't find an explanation on how number my chemical formulas. Can you please type in a short example?
What does bind your solution for the report document class only? As you can guess, I'm hardly a medium level latex user. I ...
What does bind your solution for the report document class only? As you can guess, I'm hardly a medium level latex user. I ...
- Sun Dec 06, 2009 5:39 pm
- Forum: General
- Topic: chemical equation numbering
- Replies: 12
- Views: 21906
chemical equation numbering
I found a solution.
It's not perfect but it does the trick.
I read the Tabula Rasa post and I did something similar:
I created the following command:
\newcounter{reaction}
\addtocounter{reaction}{1}
\newcommand{\reaction}[1]{
\begin{flushleft}
\centering
{#1}
\end{flushleft}
\begin ...
It's not perfect but it does the trick.
I read the Tabula Rasa post and I did something similar:
I created the following command:
\newcounter{reaction}
\addtocounter{reaction}{1}
\newcommand{\reaction}[1]{
\begin{flushleft}
\centering
{#1}
\end{flushleft}
\begin ...
- Fri Dec 04, 2009 7:40 pm
- Forum: General
- Topic: chemical equation numbering
- Replies: 12
- Views: 21906
chemical equation numbering
Beside Joseph's advice I think you should take a look at the mhchem manual (»Tips and Tricks«, p. 10f). Just take this code and you got it.
You (not only localghost) are insisting on giving me the wrong solutions. I want to create a new counter for my chemical formulas. I cannot think on a better ...
You (not only localghost) are insisting on giving me the wrong solutions. I want to create a new counter for my chemical formulas. I cannot think on a better ...
- Thu Dec 03, 2009 4:12 pm
- Forum: General
- Topic: chemical equation numbering
- Replies: 12
- Views: 21906
Re: chemical equation numbering
I want to separate my equations from my schemes. I don't want the schemes to be floats. I want them where I put them. I only want that I would be able to number and reference chemical scehmes as easily as I would mathematics formula.
- Thu Dec 03, 2009 11:10 am
- Forum: General
- Topic: chemical equation numbering
- Replies: 12
- Views: 21906
chemical equation numbering
Hi guys.
Is there a way to automatically number chemical equations? I want to number them the same way as mathemtical formula i.e.:
\begin {equation}
E = mc^2
\label {Einsteins'}
\end {equation}
so I want something like:
\begin {chem equation}
H^+ + OH^- \arrow H_2 O
\label {Einsteins ...
Is there a way to automatically number chemical equations? I want to number them the same way as mathemtical formula i.e.:
\begin {equation}
E = mc^2
\label {Einsteins'}
\end {equation}
so I want something like:
\begin {chem equation}
H^+ + OH^- \arrow H_2 O
\label {Einsteins ...
- Mon Nov 30, 2009 10:48 am
- Forum: General
- Topic: table and itemize
- Replies: 5
- Views: 4258
Re: table and itemize
I am still not sure what you mean. Does this do any good?
http://en.wikibooks.org/wiki/LaTeX/Tabl ... _in_tables
http://en.wikibooks.org/wiki/LaTeX/Tabl ... _in_tables