mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Information & Answers (https://www.mersenneforum.org/forumdisplay.php?f=38)
-   -   LaTeX Typesetting Question (https://www.mersenneforum.org/showthread.php?t=11884)

Zeta-Flux 2009-08-19 19:58

I just tried figuring that out a few minutes ago!

I used \pagestyle{empty}, and that got rid of all the page numbers, except the first page (but that might because of the documentclass I'm using).

flouran 2009-08-19 20:01

[QUOTE=Zeta-Flux;186588]I just tried figuring that out a few minutes ago!

I used \pagestyle{empty}, and that got rid of all the page numbers, except the first page (but that might because of the documentclass I'm using).[/QUOTE]

What documentclass are you using?

Zeta-Flux 2009-08-19 20:04

amsart

flouran 2009-08-19 20:07

[QUOTE=Zeta-Flux;186591]amsart[/QUOTE]

What's wrong with article?:
[CODE]
\documentclass[12pt,reqno]{article}
[/CODE]
And all of my page numbers were removed....

Zeta-Flux 2009-08-19 20:55

I actually like the fact it kept one page number. But it was just strange that it didn't remove them all. I like amsart a lot for some things (like small references) and I like article for other things.

flouran 2009-09-19 00:44

In this [URL="http://projecteuclid.org/DPubS/Repository/1.0/Disseminate?view=body&id=pdf_1&handle=euclid.pja/1195511292"]paper[/URL], there is a function (which we shall call [TEX]f_k(n)[/TEX] for now since I do not know how to typeset it) that is defined as [TEX]f_k(n) = \prod_{p}\left(1-\frac{\rho(p)-1}{p-1}\right)[/TEX], and I was wondering how I could typeset the symbol for that function in LaTeX.

Zeta-Flux 2009-09-19 01:54

The following is a great reference for most symbols. [url]http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf[/url]

The one you linked to looks either like a gothic letter, or a german s, or something like that.

frmky 2009-09-19 01:58

I believe that's simply $\mathfrak{G}_k(n)$ although the [TEX]\TeX[/TEX] mode here gets it wrong, [TEX]\mathfrak{G}_k(n)[/TEX]

flouran 2009-09-19 02:08

[quote=frmky;190280]I believe that's simply $\mathfrak{G}_k(n)$[/quote]
That works. Thanks! :smile:

flouran 2009-09-29 03:46

1 Attachment(s)
On page 5 of the attached paper: [ATTACH]4171[/ATTACH]

In the equation after the sentence, "The major arcs are non overlapping. Set", there is a set theory symbol in the shape of a capital U (sorry, I don't know what it is called). I was wondering how I could typeset it in LaTeX?

I thought it was originally \cup, but this is wrong.

Thanks!

frmky 2009-09-29 04:05

[TEX]\bigcup[/TEX]


All times are UTC. The time now is 22:41.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.