From 733cfe79b2ceaac5698fb02f398fe4cc13b89d5a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Jul 2022 19:37:23 +0000 Subject: kfupm-math-exam (25jul22) git-svn-id: svn://tug.org/texlive/trunk@63977 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/kfupm-math-exam/LICENSE | 21 +++++++ .../doc/latex/kfupm-math-exam/README.txt | 29 ++++++++++ .../doc/latex/kfupm-math-exam/kfupm-math-exam.pdf | Bin 0 -> 66031 bytes .../doc/latex/kfupm-math-exam/kfupm-math-exam.tex | 63 +++++++++++++++++++++ 4 files changed, 113 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/kfupm-math-exam/LICENSE create mode 100644 Master/texmf-dist/doc/latex/kfupm-math-exam/README.txt create mode 100644 Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.pdf create mode 100644 Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.tex (limited to 'Master/texmf-dist/doc/latex/kfupm-math-exam') diff --git a/Master/texmf-dist/doc/latex/kfupm-math-exam/LICENSE b/Master/texmf-dist/doc/latex/kfupm-math-exam/LICENSE new file mode 100644 index 00000000000..f9bc27b603c --- /dev/null +++ b/Master/texmf-dist/doc/latex/kfupm-math-exam/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [2022] [Mohammed Alshahrani] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER 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. \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/kfupm-math-exam/README.txt b/Master/texmf-dist/doc/latex/kfupm-math-exam/README.txt new file mode 100644 index 00000000000..bb111982b46 --- /dev/null +++ b/Master/texmf-dist/doc/latex/kfupm-math-exam/README.txt @@ -0,0 +1,29 @@ +KFUPM MATH EXAM +─────────────── + + +Table of Contents +───────────────── + + + +kfupm-math-exam v0.1.1 : A LaTeX document style to produce homework, quiz and exam papers. + +Last Modified: 2022-07-25 +Author : Mohammed Alshahrani +Files : + • kfupm-math-exam.cls - document class source file + • kfupm-math-exam.dtx - documented source file + • kfupm-math-exam.ins - installation script + • kfupm-math-exam.tex - tex documentation and examples + • kfupm-math-exam.pdf - pdf documentation and examples + • LICENSE - MIT LICENSE + + +This document style provides commands and environments that simplify and streamline the process of preparing homework, quiz and exam papers according to a preffered style. The default style is based on the guidelines set by the department of mathematics at King Fahd University of Petroleum and Minerals (KFUPM). It can be easily customized to fit any style for any institution. + + +This material is subject to the MIT License. See the file LICENSE + + +[https://github.com/mmogib/kfupm-math-exam] diff --git a/Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.pdf b/Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.pdf new file mode 100644 index 00000000000..5e9a0963c55 Binary files /dev/null and b/Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.pdf differ diff --git a/Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.tex b/Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.tex new file mode 100644 index 00000000000..8341b67e8ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.tex @@ -0,0 +1,63 @@ +\documentclass{article} +\usepackage[utf8]{inputenc} + +\title{KFUP MATH EXAM \\ + {\large version 0.1.0}} +\author{ Mohammed Alshahrani} +\date{July 2022} + +\begin{document} + +\maketitle + +\section{Usage} +\begin{verbatim} +\documentclass[ + % all of the below options are optional and can be left out + % course name + course = {{MATH333: Methods of Applied Mathematics I}}, + % quartile (default: 3) + quartile = {{}}, + % assignment number/name (default: 1) + examtitle = {{Exam 1}},%Monday, %Wednesday, + examdate = {{Monday March 1, 2022}}, + topic = {{}}, + dept= {{/MATH}}, + numofquestions=20, + numofversions=4, + numofoptions=5, + firstexercise = 1, + term = {{Term 213}}, + betweenquestions=4.5cm +]{kfupm-math-exam} + + +\instructions{ +\underline{\large{\bf Important Instructions:}} +\begin{enumerate} + \begin{normalsize} + \item Instruction 1 + \item Instruction 2 + \item Instruction 3 + \item Instruction 4 + \item Instruction 5 + + \end{normalsize} +\end{enumerate} +} + +\begin{document} + + + +\versioncover{1} + +\newpage + + +\end{document} +\end{verbatim} + +\section{More Examples} +TODO +\end{document} -- cgit v1.2.3