octave-maintainers
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]