General ⇒ Trouble with the gather environment
Trouble with the gather environment
could you help? cheers
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Trouble with the gather environment
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage{amsmath}
\begin{document}
\section{One}
\section{Two}
\begin{gather}
x = 0 \label{gat}
\end{gather}
See \eqref{gat} or (\ref{gat}).
\end{document}
Trouble with the gather environment
as you can see in the following example
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\setcounter{section}{11}%just to do a test
\section{Dummy section}
\begin{gather}\label{equ:test}
A = B.
x = y.
\end{gather}
As you can see in \ref{equ:test}...
\end{document}
Re: Trouble with the gather environment
seriously, you make me hate myself.

thank you very much, finally i finished a journal paper and a first-year report of 100 pages within 1 month. you help me a lot.
thanks again. i wonder would it be possible for you to check my code to see whether i can make the whole report looks better.
Regards
spiegboy