Search found 2 matches

by aoeu
Thu Jan 18, 2024 5:01 am
Forum: Graphics, Figures & Tables
Topic: Associating tables with items in lists
Replies: 2
Views: 19598

Associating tables with items in lists

Stefan Kottwitz wrote:Welcome to the forum!

Don't use a table environment here, because that's for floating (moving) environments with captions. Just use the tabular environment.

Stefan
Worked perfectly. Thanks!
by aoeu
Mon Jan 15, 2024 10:08 pm
Forum: Graphics, Figures & Tables
Topic: Associating tables with items in lists
Replies: 2
Views: 19598

Associating tables with items in lists

I'm trying to write my math homework in LaTeX. I have problems (ex. Exercise 3.1) and then subproblems (a, b, c, d), so I'm using {description} and {enumerate} to create the problems and subproblems.

Some of the subproblems require tables to be created, but I can't figure out how to cleanly ...