LyXBad section notation in reports

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
TriKri
Posts: 8
Joined: Wed Feb 27, 2008 9:48 pm

Bad section notation in reports

Post by TriKri »

Hi!

I'm using LyX for the first time and I thought I'm gonna write a physics report using it instead of Word, because it is more strict. It is only that, when I change document class to report the section index changes from 1 to 0.1. So instead of "1 Introduction" it says "0.1 Introduction". I have a feeling that my instructor will complain about the notation, and I think it's uggly! Is it supposed to be like this? Is it possible to change it in the settings somewhere without changing from report? Maybe if reports is supposed to be like this, I can live with it.

Recommended reading 2024:

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

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

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Re: Bad section notation in reports

Post by meho_r »

In "article" class the highest level sectional unit is "section". So, if "Introduction" is a section, it states: "1 Introduction".

In "report" class the highest level sectional unit is "chapter". So, if "Introduction" is a section, it states: "0.1 Introducion", because you do not have "chapter" unit preceding "section". "Section" should always be part of "chapter" sectional unit.

You may stick with "article" class or consider reorganizing your document so that you have chapters in it too.
TriKri
Posts: 8
Joined: Wed Feb 27, 2008 9:48 pm

Re: Bad section notation in reports

Post by TriKri »

That make sense, thank you!
Post Reply