Skip to content

Instantly share code, notes, and snippets.

@taktoa
Created November 10, 2017 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taktoa/001fd1452bcfa16210b4f72bfabcdf68 to your computer and use it in GitHub Desktop.
Save taktoa/001fd1452bcfa16210b4f72bfabcdf68 to your computer and use it in GitHub Desktop.
Collapseable text box in LaTeX using OCG
% in the preamble:
\usepackage{ocgx}
% in the document:
\switchocg{ocgPlus ocgMinus ocg1}{%
\begin{ocg}{plus}{ocgPlus}{1}
{\bfseries +}
\end{ocg}
\hspace{-1.4em}
\begin{ocg}{minus}{ocgMinus}{0}
{\bfseries --}
\end{ocg}}
\begin{ocg}{OCG 1}{ocg1}{0}
\colorbox{yellow}{\parbox{5cm}{%
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident, sunt in culpa qui officia deserunt anim id est laborum.}}
\end{ocg}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment