From 4f096756d9e1bc8340b0aa49d00a225135d0728d Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Fri, 17 Oct 2025 13:41:35 +0000 Subject: [PATCH] removing old test file --- test.tex | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 test.tex diff --git a/test.tex b/test.tex deleted file mode 100644 index 0185e30..0000000 --- a/test.tex +++ /dev/null @@ -1,41 +0,0 @@ -\documentclass{memoir} -%\usepackage[useregional]{datetime2} -\usepackage{polyglossia} -\setdefaultlanguage{icelandic} -\usepackage{stix2} - -%\usepackage{graphicx} -\title{Minimal Document for Testing} -\author{Joseph T. Foley \and Someone Else} -% \author: Use \and as a separator and \thanks{details} for additional info -%\date{2020}{2}{2} -%% TODO: use datetime2 to be smarter about dates - -\begin{document} - -%% Titlepage the Memoir way -\maketitle -blah blah blah -\begin{figure} - \centering - \caption{A caption} -\end{figure} -\end{document} - -%%%%%%%%%%%%%%%%%%%% TeXStudio Magic Comments %%%%%%%%%%%%%%%%%%%%% -%% These comments that start with "!TeX" modify the way TeXStudio works -%% For details see http://texstudio.sourceforge.neit/manual/current/usermanual_en.html Section 4.10 -%% -%% What encoding is the file in? -% !TeX encoding = UTF-8 -%% What language should it be spellchecked? -% !TeX spellcheck = en_US -%% What program should I compile this document with? -% !TeX program = pflatex - -%%%%%%%%%%%%%%%%%%% Emacs Variables %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%% Local Variables: -%%% mode: latex -%%% TeX-master: t -%%% TeX-engine: luatex -%%% End: