Latex question about list of notations

  • Context: LaTeX 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Latex List
Click For Summary

Discussion Overview

The discussion revolves around creating a list of notations in LaTeX, specifically addressing issues with the tabular environment and exploring alternative solutions for formatting longer lists.

Discussion Character

  • Technical explanation, Conceptual clarification, Debate/contested

Main Points Raised

  • One participant reports an issue with the tabular environment, noting that only the first page of the list of notations appears.
  • Another participant explains that the tabular environment is not suitable for long tables as it does not support page breaks, suggesting the use of the \longtable environment instead.
  • A later reply confirms that switching to the \longtable environment resolved the initial issue for the participant.
  • Another participant introduces the nomencl package as an alternative for generating and formatting a nomenclature, suggesting it may be beneficial for the task at hand.

Areas of Agreement / Disagreement

Participants generally agree on the limitations of the tabular environment for long lists and propose alternative solutions, but there is no consensus on the best approach, as multiple methods are suggested.

Contextual Notes

The discussion does not resolve the choice between using \longtable or the nomencl package, leaving it open to participant preference and specific use cases.

EngWiPy
Messages
1,361
Reaction score
61
Hello all,

I am trying to do the list of notations using tabular environment. However, any letter after filling the first page does not appear, i.e.: only the first page of the list of notations appears. why?

Thanks
 
Physics news on Phys.org
The tabular environment is only for short tables that do not go over multiple pages.
Therefore it does not get broken by LaTeX's page-break algorithm.

For long tables, you need the \longtable environment
ftp://ftp.tex.ac.uk/tex-archive/macros/latex/required/tools/longtable.pdf

If you are trying to do a bibliography, you should use BibTex.
http://www.bibtex.org/
 
Simon Bridge said:
The tabular environment is only for short tables that do not go over multiple pages.
Therefore it does not get broken by LaTeX's page-break algorithm.

For long tables, you need the \longtable environment
ftp://ftp.tex.ac.uk/tex-archive/macros/latex/required/tools/longtable.pdf

If you are trying to do a bibliography, you should use BibTex.
http://www.bibtex.org/

Thanks man, it is working now. I am doing a list of notations in my report.
 

Similar threads

Replies
3
Views
8K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 3 ·
Replies
3
Views
436
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K