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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
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}

Thank you very much though.

Best Wishes
Sidharath Madaan
Post Reply