Creating a Table with Latex - No Packages Needed

  • Context: LaTeX 
  • Thread starter Thread starter Rajini
  • Start date Start date
  • Tags Tags
    Latex Table
Click For Summary
SUMMARY

The discussion focuses on creating a table in LaTeX without using additional packages. The user initially faced an issue with a table of abbreviations not automatically continuing onto the next page when it exceeded the page length. The solution involved manually creating a second table at the end of the first page to accommodate the overflow. This approach allows for a clean presentation without the need for captions or labels, while still permitting footnotes.

PREREQUISITES
  • Basic understanding of LaTeX syntax and commands
  • Familiarity with the tabular environment in LaTeX
  • Knowledge of how to manage page breaks in LaTeX documents
  • Experience with footnotes in LaTeX
NEXT STEPS
  • Explore advanced table formatting in LaTeX using the tabularx package
  • Learn about automatic page breaking with the longtable package
  • Investigate LaTeX footnote placement and formatting options
  • Study best practices for creating lists of abbreviations in LaTeX
USEFUL FOR

LaTeX users, academic writers, and anyone looking to format tables and lists of abbreviations efficiently without relying on external packages.

Rajini
Messages
619
Reaction score
4
Hello all,
i need a help in making table using latex.

My code:
\begin{tabular}{ll}
$v$ & Velocity
$p$ & Momentum
.
.
\end{tabular}
I use it for my List of abbreviations section...But when i use lots of abbreviations..it is not automatically going to next page.??
I don't want to use some packages specifically for 'abbreviations or symbols'..[also don't want any caption and label but one or two footnotes i may use]
can somebody over here help me..
thanks
 
Last edited:
Physics news on Phys.org
oh i solved,
I just made one more table exactly placed at the end of first page.
After compiling i can see where it ends..and then start a new table..
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
12K
  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
3
Views
8K
  • · Replies 2 ·
Replies
2
Views
4K