Created
January 28, 2018 17:25
-
-
Save mattearly/724040c62c9275354757ee35b0c57c58 to your computer and use it in GitHub Desktop.
Basic LaTeX Question and Answer Multiple Choice Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt]{article} | |
\begin{document} | |
\section{Question} | |
a. thing \\ | |
b. thing \\ | |
c. thing \\ | |
d. thing | |
\section{Question} | |
a. thing \\ | |
b. thing \\ | |
c. thing \\ | |
d. thing | |
\section{Question} | |
a. thing \\ | |
b. thing \\ | |
c. thing \\ | |
d. thing | |
\section{Question} | |
a. thing \\ | |
b. thing \\ | |
c. thing \\ | |
d. thing | |
\section{Question} | |
a. thing \\ | |
b. thing \\ | |
c. thing \\ | |
d. thing | |
\section{Question} | |
a. thing \\ | |
b. thing \\ | |
c. thing \\ | |
d. thing | |
\section{Question} | |
a. thing \\ | |
b. thing \\ | |
c. thing \\ | |
d. thing | |
\section{Question} | |
a. thing \\ | |
b. thing \\ | |
c. thing \\ | |
d. thing | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment