LyX ⇒ tables centring when using numbered list
tables centring when using numbered list
I've attached a picture, I want the number 6 to be the top no the middle.
How can I achieve this? I've googled and googled.
Thanks
- Attachments
-
- Screen Shot 2012-02-23 at 01.54.17.png (7.15 KiB) Viewed 4755 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
tables centring when using numbered list
welcome to the board!
There's an optional alignment argument for
tabular
environments. For top alignment use [t]
:Code: Select all
\item \begin{tabular}[t]{...}
Re: tables centring when using numbered list
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Re: tables centring when using numbered list
Stefan
tables centring when using numbered list
Code: Select all
% Preview source code for paragraph 9
\begin{enumerate}
\item %
\begin{tabular}{|c|c|}
\hline
& \tabularnewline
\hline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
\end{tabular}\end{enumerate}
thanks.
Re: tables centring when using numbered list
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Re: tables centring when using numbered list
Stefan
Re: tables centring when using numbered list
Anyone got a solution please.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
tables centring when using numbered list
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
tables centring when using numbered list
Stefan