Page LayoutASME template overleaf/ Page number missing

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
sidharthm18
Posts: 2
Joined: Thu Oct 06, 2022 11:49 am

ASME template overleaf/ Page number missing

Post by sidharthm18 »

Dear Community

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hello Sidharath,

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
LaTeX.org admin
sidharthm18
Posts: 2
Joined: Thu Oct 06, 2022 11:49 am

ASME template overleaf/ Page number missing

Post by sidharthm18 »

HI Stefan

Actually issue has been resolved. Here is the solution

Code: Select all

\documentclass[twocolumn,10pt, cleanfoot]{asme2ej}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Thank you very much though.

Best Wishes
Sidharath Madaan
Post Reply