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
Page Layout ⇒ ASME template overleaf/ Page number missing
-
- Posts: 2
- Joined: Thu Oct 06, 2022 11:49 am
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
ASME template overleaf/ Page number missing
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
Stefan
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
-
- Posts: 2
- Joined: Thu Oct 06, 2022 11:49 am
ASME template overleaf/ Page number missing
HI Stefan
Actually issue has been resolved. Here is the solution
Thank you very much though.
Best Wishes
Sidharath Madaan
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