Tagged Questions
5
votes
3answers
614 views
Formatting table border and text alignment in LaTeX table
I have the following table in the .tex file:
\documentclass{article}
\usepackage{booktabs}
\begin{document}
\begin{table}[htbp]
\centering
\caption{Distribution of Number of Injured ...
2
votes
1answer
765 views
Format nomencl in table style
For my thesis I wwant to format the nomencl in the same style as the rest. Simply put this means I want the nomencl to appear as follows:
Symbol Quantity Unit
t Time s
rest ...