Page Layout ⇒ Review Page Alternatives
-
- Posts: 51
- Joined: Wed Aug 06, 2014 6:59 pm
Review Page Alternatives
I.E.: A signature next to a person's name indicates they have read it. An "X" next to the name indicates they have accepted it as the final document. A checkmark indicates that they have accepted it, but it could use more work. Alternately, there could be two boxes next to each name to represent the "X" and checkmark.
Thanks,
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Review Page Alternatives
Code: Select all
\documentclass{article}\begin{document}\renewcommand{\arraystretch}{2}\begin{tabular}{cccc}name & checked & accepted & signature\\banana\\captain beefheart\\the liver guy\\the indian cook\\\end{tabular}\end{document}
\arraystretch
as a hand written signature usually needs a bit more space.