Jump to content

LaTex Presentation


Recommended Posts

Do you really mean slide number? I think it's quite unusual to make slides with Latex, do you maybe mean page number?

Depending on your document class the page number should be automatically inserted, but you can change this by modifying the header/footer styles. Try searching for "latex page number" and you should get lots of results.

Link to comment
Share on other sites

Quite an opposite, it is very common to make slides with LaTeX:-) If you use the document style seminar, you can add slide numbers using the package fancyhdr:

 

\documentclass{seminar}

\usepackage{pstcol} % To use the standard `color' package with Seminar
\usepackage{semcolor}
\usepackage{slidesec}

\usepackage{fancyhdr}


\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}

\fancyhead[L]{}
\fancyhead[R]{\theslide} 
\fancyfoot[C]{} 

% To center horizontally the headers and footers (see seminar.bug)
\renewcommand{\headwidth}{\textwidth}
\pagestyle{fancy}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...