LyX ⇒ Adjust space between bullets in table
Adjust space between bullets in table
I am using Lyx 1.6.4.2 for Mac.
I have constructed a table with three columns, one of which includes dates. I would like entries in the other two columns to match the dates in terms of spacing and position, but one of the columns includes bullet points, which by default have different positions. Is there a relatively simple way to adjust these? I attach a screenshot to illustrate the problem.
Thanks, Dennis
- Attachments
-
- Screen shot 2010-09-24 at 11.13.40.png (50.22 KiB) Viewed 6845 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
Re: Adjust space between bullets in table
Re: Adjust space between bullets in table
( I had to create a .zip-file, the forum doesn't allow .lyx-files)
- Attachments
-
- example.lyx.zip
- (2.44 KiB) Downloaded 314 times
Adjust space between bullets in table
Code: Select all
\usepackage{enumitem}
\setitemize{nolistsep}
Note: If you don't want \setitemize command to affect all lists in your document, you may define a command for easy switching before table (or, to apply it only to a table), e.g., instead of \setitemize{nolistsep} command from above, type:
Code: Select all
\newcommand{\mylist}{\setitemize{nolistsep}}
Code: Select all
{\mylist
Code: Select all
}
- Attachments
-
- example.lyx.zip
- (2.51 KiB) Downloaded 280 times
-
- Posts: 37
- Joined: Sun Mar 29, 2009 1:41 am
Re: Adjust space between bullets in table
Re: Adjust space between bullets in table
John, I thought about this option, but it doesn't really work since already the first line is slightly below the others when using bullets. See the line starting with "1963" in my example. The corresponding bullet "preferential access" is not in line. Thanks anyway for taking the time...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Adjust space between bullets in table
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10