From 6cce4b21772403475eec6d371215341696c426a3 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sat, 8 Feb 2025 14:25:31 -0500 Subject: [PATCH] Added geometry flash cards --- geometry-flashcards.tex | 66 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 geometry-flashcards.tex diff --git a/geometry-flashcards.tex b/geometry-flashcards.tex new file mode 100644 index 0000000..868910a --- /dev/null +++ b/geometry-flashcards.tex @@ -0,0 +1,66 @@ +\documentclass[10pt]{article} + +\usepackage[latin1]{inputenc} + +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{graphicx} +\usepackage{kpfonts} +\usepackage{adjustbox} +\usepackage{elzcards} + +\usepackage[ + left=0.75in, + right=0.75in, + top=0.5in, + bottom=0.5in, + ]{geometry} + +\author{Kenneth John Odle} + + +\newcommand{\kfront}[1]{ + \vspace*{\stretch{1}} + \begin{center} + {{\LARGE #1}} + \end{center} + \vspace*{\stretch{1}} +} +\newcommand{\kback}[1]{ + \vspace*{\stretch{1}} + \begin{adjustbox}{padding = 10mm 10mm 0mm 0mm} + \parbox{0.8\linewidth}{\raggedright #1} + \end{adjustbox} + \vspace*{\stretch{1}} +} + +\begin{document} + +\FlashCard + {\kfront{Apex}} + [\kback{The single point on a code or pyramid that is furthest from the base. For a pyramid, the apex is where all the triangular faces meet.}] + +\FlashCard + {\kfront{Arc}} + [\kback{The part of circle lying between two points on the circle.}] + +\FlashCard{Altitude}[A line segment from a vertex to the opposite side and which is also perpendicular to that side.] +\FlashCard{Central Angle}[An angle formed by two rays whose endpoints are the center of a circle.] +\FlashCard{Chord}[A line segment both of whose endpoints are on the same circle.] +\FlashCard{Congruent}[Two figures are congruent if there is a series of translations, rotations, and reflections that takes the first figure onto the second.] +\FlashCard{Cross Section}[The figure formed by intersecting a solid with a plane.] +\FlashCard{Inscribed Angle}[An angle formed by two chords in a circle that share an endpoint.] +\FlashCard{Line Segment}[A send of points on a line with two endpoints.] +\FlashCard{Median}[A line from a vertex of a triangle to the midpoint of the opposite side. \\(Compare with \textit{altitude}.)] + +\FCdim{3.5in}{2.0in} + +\CropLines +\MakeFC*[ +% rows=5, +% columns=2, +% segment length=5mm, +] + +\end{document} \ No newline at end of file