Skip to content

Instantly share code, notes, and snippets.

View gcgeng's full-sized avatar
🎯
Focusing

Chen Geng gcgeng

🎯
Focusing
View GitHub Profile
@dpgettings
dpgettings / dummyfig.tex
Created March 19, 2014 05:19
Fancy placeholder figures in LaTeX
%% This part goes in preamble
\newcommand{\dummyfig}[1]{
\centering
\fbox{
\begin{minipage}[c][0.33\textheight][c]{0.5\textwidth}
\centering{#1}
\end{minipage}
}
}