Created
January 2, 2014 16:38
-
-
Save hsigrist/8222006 to your computer and use it in GitHub Desktop.
Examdesign Exam
This file contains hidden or 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
| <snippet> | |
| <content><![CDATA[ | |
| % ${1:nombre_archivo}.tex -- Examdesign Exam | |
| % Hans Sigrist/${2:date}, ${3:time}. | |
| %______________________________________________________________________________ | |
| % GNU Free Documentation License | |
| % Copyright (c) 2014 Hans Sigrist | |
| % Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License".THER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| % Read at <http://hsigrist.tumlr.com/GNU_License> This work consists of the files ${1:nombre_archivo}.tex and the derived file ${1:nombre_archivo}.pdf. | |
| %______________________________________________________________________________ | |
| \documentclass[12pt,twocolumn]{examdesign} | |
| %______________________________________________________________________________ | |
| \usepackage{fontspec} | |
| \usepackage{graphicx} | |
| \usepackage{amssymb,amsmath} | |
| \usepackage{polyglossia} | |
| \setdefaultlanguage{spanish} | |
| \usepackage{pgf,tikz} | |
| \usepackage{siunitx} | |
| \usepackage{hyperref} | |
| \usepackage[paperheight=33cm]{geometry} | |
| %______________________________________________________________________________ | |
| ${4:hypp} | |
| %______________________________________________________________________________ | |
| \setromanfont[BoldFont={Minion Pro Semibold},Mapping={tex-text},Numbers={OldStyle},Ligatures=Rare]{Minion Pro} | |
| \setsansfont[Mapping={tex-text},Numbers={OldStyle},Ligatures=Rare]{Minion Pro} | |
| \setmonofont[Mapping={tex-text},Numbers={OldStyle},Scale=0.6,Ligatures=Rare]{PragmataPro} | |
| %______________________________________________________________________________ | |
| \everymath{\displaystyle} | |
| \def\NN{\mathbb{N}} | |
| \def\RR{\mathbb{R}} | |
| \def\QQ{\mathbb{Q}} | |
| \def\ZZ{\mathbb{Z}} | |
| \def\II{\mathbb{I}} | |
| %______________________________________________________________________________ | |
| \SectionFont{\large\sffamily} | |
| \Fullpages | |
| \ContinuousNumbering | |
| \ShortKey | |
| \DefineAnswerWrapper{}{} | |
| %\IncludeFromFile{foobar.tex} | |
| \SectionPrefix{Sección \arabic{sectionindex}. \space} | |
| \NumberOfVersions{2} | |
| %______________________________________________________________________________ | |
| ${5:class} | |
| %______________________________________________________________________________ | |
| \begin{document} | |
| %\onecolumn | |
| \begin{matching}[title={Términos pareados (1 pto c/u)}] | |
| Encuentre los términos pareados entre las definiciones y los nombres. | |
| \pair{Pieza de información presentada en forma numérica.}{Estadístico} | |
| \pair{Es un campo que pretende colectar, codificar, analizar e interpretar la información numérica.}{Estadística} | |
| \end{matching} | |
| %______________________________________________________________________________ | |
| \begin{truefalse}[title={Verdadero/Falso (5 pts c/u)},rearrange=yes,resetcounter=yes] | |
| Decida si las proposiciones siguientes son (V) verdaderas o (F) falsas. No adivine, son preguntas de conocimiento. | |
| \begin{question} | |
| \answer{Falso}{Non eram nescius, Brute, cum, quae summis ingeniis exquisitaque doctrina philosophi Graeco sermone tractavissent, ea Latinis litteris mandaremus. | |
| } | |
| \end{question} | |
| \end{truefalse} | |
| %______________________________________________________________________________ | |
| \begin{multiplechoice}[title={Selección múltiple (2 pts c/u)}, , rearrange=yes,resetcounter=yes] | |
| Non eram nescius, Brute, cum, quae summis ingeniis exquisitaque doctrina philosophi Graeco sermone tractavissent, ea Latinis litteris mandaremus. | |
| alter | |
| \end{multiplechoice} | |
| %______________________________________________________________________________ | |
| \begin{shortanswer}[title={Preguntas de desarrollo (20 pts)}, rearrange=yes,resetcounter=yes] | |
| Non eram nescius, Brute, cum, quae summis ingeniis exquisitaque doctrina philosophi Graeco sermone tractavissent, ea Latinis litteris mandaremus. | |
| \begin{question} | |
| Non eram nescius. | |
| \begin{answer} | |
| Non eram nescius, Brute, cum. | |
| \end{answer} | |
| \end{question} | |
| \end{shortanswer} | |
| %______________________________________________________________________________ | |
| %\onecolumn | |
| \end{document} | |
| ]]></content> | |
| <tabTrigger>examdesign</tabTrigger> | |
| <scope>text.tex.latex</scope> | |
| <description>examdesign exam</description> | |
| </snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment