Skip to content
André Gasser
A Blog on IT Security, Software Development, Technology and Various Life Hacks
  • Home
  • IT Security
  • Software Engineering
  • Projects
  • Making
  • About
  • Home
  • IT Security
  • Software Engineering
  • Projects
  • Making
  • About

Daily Archives: October 27, 2011

You are here:
  1. Home
  2. 2011
  3. October
  4. 27

Place Tables and Figures Precisely in LaTeX

Software and ToolsBy André GasserOctober 27, 20112 Comments

I use to write my papers in LaTeX. One thing which I found always annoying about LaTeX is the issue with placing tables and figures inside a document. Usually you can place your tables or figures inside environments, like the table environment or the figure environment: \begin{table}[htbp] \begin{tabular}{|p{3cm}|p{3cm}|p{8.5cm}|} \hline \textbf{R1,C1} & \textbf{R1,C2} & \textbf{R1,C3} \\…

Copyright © 2017 André Gasser
Go to Top