Document ClassesIEEEtran | Dot after Number in Headings

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
User avatar
avi9526
Posts: 6
Joined: Mon Mar 12, 2012 2:04 pm

IEEEtran | Dot after Number in Headings

Post by avi9526 »

Hi, I tried to make dot after section number and find something in IEEEtran class. My main problem is I don't understand how it works. Seems that the author created another function for displaying section number. But I don't get how it's used. Can someone help me with this way to put dot after section number but not in reference to that section?
MS Word -> OpenOffice -> LibreOffice -> LaTeX

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

IEEEtran | Dot after Number in Headings

Post by localghost »

Dots in headings seem to be the default behaviour of the IEEEtran class. Hence I can't comprehend the described problem (see code below).

Code: Select all

% !TeX program = pdflatex
\documentclass[11pt,english]{IEEEtran}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{blindtext}

\begin{document}
  \blinddocument
\end{document}
Perhaps the IEEEtran manual gives some indication. Due to missing information it is not possible to give more specific help.


Best regards and welcome to the board
Thorsten
Post Reply