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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- 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