[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSoC project - LaTeX/TeX
From: |
Ben Abbott |
Subject: |
Re: GSoC project - LaTeX/TeX |
Date: |
Thu, 27 Jun 2013 09:13:07 +0800 |
On Jun 27, 2013, at 8:12 AM, Benjamin Abbott wrote:
> On Jun 27, 2013, at 1:23 AM, Andrej Lojdl <address@hidden> wrote:
>
>> 2013/6/26 Ben Abbott <address@hidden>
>> To suppress the page number, you can add "\pagestyle{empty}" to your latex
>> file.
>>
>> Thanks Ben. For turning off numbering of formulas we can use {align*}
>> instead {align}. Or if we just want to turn off numbering for one formula,
>> we can use \nonumber on end.
>
> Try replacing "align" with "displaymath".
>
> Ben
You'll probably only want to specify the pointsize so that someone's local
configuration doesn't change the default.
\documentclass[12pt]{article}
\pagestyle{empty}
\begin{document}
\begin{displaymath}
\int H(x,x')\psi(x')dx' = -\frac{\hbar^2}{2m}\frac{d^2}{dx^2}
\psi(x)+V(x)\psi(x)
\end{displaymath}
\end{document}
This is from the link below.
http://www.fourmilab.ch/webtools/textogif/
Ben
- GSoC project - LaTeX/TeX, Andrej Lojdl, 2013/06/26
- Re: GSoC project - LaTeX/TeX, Ben Abbott, 2013/06/26
- Re: GSoC project - LaTeX/TeX, Andrej Lojdl, 2013/06/26
- Re: GSoC project - LaTeX/TeX, Benjamin Abbott, 2013/06/26
- Re: GSoC project - LaTeX/TeX,
Ben Abbott <=
- Re: GSoC project - LaTeX/TeX, Patrick Noffke, 2013/06/26
- Re: GSoC project - LaTeX/TeX, Ben Abbott, 2013/06/27
- Re: GSoC project - LaTeX/TeX, Andrej Lojdl, 2013/06/27
- Re: GSoC project - LaTeX/TeX, Andrej Lojdl, 2013/06/27
- Re: GSoC project - LaTeX/TeX, Ben Abbott, 2013/06/27