Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created August 9, 2017 14:57
Show Gist options
  • Select an option

  • Save Liam0205/a401f9c4cc1bdea4308d44d799fdaf17 to your computer and use it in GitHub Desktop.

Select an option

Save Liam0205/a401f9c4cc1bdea4308d44d799fdaf17 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\newlength{\tmplen}
\settowidth{\tmplen}{III}
\newcommand{\iiiwidthbox}[1]{\resizebox{\tmplen}{\height}{#1}}
\iiiwidthbox{I}
\iiiwidthbox{II}
\iiiwidthbox{III}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment