Page Layout ⇒ ASME template overleaf/ Page number missing
-
- Posts: 2
- Joined: Thu Oct 06, 2022 11:49 am
ASME template overleaf/ Page number missing
I have finished my writting in ASME( a scientific journal) template provided by overleaf. However i am unable to print page number. I have tried following
\usepackage[utf8]{inputenc}
\pagenumbering{arabic}
but still does not work
Can someone please suggest something ?
Best Wishes
Sidharath Madaan
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
ASME template overleaf/ Page number missing
welcome to the forum!
Do you have an example code that shows the issue? Can you provide a link to that template?
There's nothing wrong with
\pagenumbering{arabic}
, and \usepackage[utf8]{inputenc}
is not relevant and not even needed with a modern LaTeX. So the cause is somewhere else and not said here.Stefan
-
- Posts: 2
- Joined: Thu Oct 06, 2022 11:49 am
ASME template overleaf/ Page number missing
Actually issue has been resolved. Here is the solution
Code: Select all
\documentclass[twocolumn,10pt, cleanfoot]{asme2ej}
Thank you very much though.
Best Wishes
Sidharath Madaan