Creating a Table with Latex - No Packages Needed

  • Context: LaTeX 
  • Thread starter Thread starter Rajini
  • Start date Start date
  • Tags Tags
    Latex Table
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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..