Tagged Questions
2
votes
3answers
614 views
How to vertically align some text in a table?
EDIT
I was given the following code for a table template (modified in order to take into account David's remarks below) :
\documentclass[12pt, a4paper, final]{article}
\usepackage{array}
...
2
votes
1answer
115 views
Tabular vs fbox (or other options?) for creating an organized document
I'm currently in the process of trying to make a template that I can use for creating lesson plans for my high school math classes, but am having some trouble figuring out how I can make this be the ...
6
votes
1answer
190 views
booktabs's horizontal rules aren't displayed with cifa document class
There seems to be a problem between the CIFA document class
and the booktabs package.
When I compile the following code, the horizontal lines are not displayed:
\documentclass{cifa}
...
8
votes
1answer
2k views
LaTeX template for use cases
Currently I am trying to create a template in LaTeX for my team members in order to create a set of use cases. I thought of using tabular to create something like the picture below 2 (without colors). ...