ref: fd833305d7e920cc52ad1f24d6e290f925b087c9
parent: d905d446321b4ca1efdab25df79fdaf34305ccb0
author: Edouard Klein <edk@beaver-labs.com>
date: Wed Jun 11 13:08:59 EDT 2025
Template embryo
--- /dev/null
+++ b/README.org
@@ -1,0 +1,7 @@
+#+title: Readme
+
+* Templates
+** roff
+See [[file:paper.ms]]
+** LaTeX
+See [[file:paper.tex]]
--- /dev/null
+++ b/paper.ms
@@ -1,0 +1,20 @@
+.\" Formatting from https://github.com/rminnich/vmproc
+.HTML "Paper title"
+.TL
+Paper title
+.AU
+Author name
+.sp
+author email
+.\" Remove page numbers
+.rm CH
+.nr % 0
+.de PF
+..
+.AB
+Abstract...
+.AE
+.SH
+Introduction
+.LP
+Paper content
--- /dev/null
+++ b/paper.tex
@@ -1,0 +1,46 @@
+\documentclass[11pt]{article}+\usepackage[utf8]{inputenc}+\usepackage[T1]{fontenc}+\usepackage{graphicx}+\usepackage{longtable}+\usepackage{wrapfig}+\usepackage{rotating}+\usepackage[normalem]{ulem}+\usepackage{amsmath}+\usepackage{amssymb}+\usepackage{capt-of}+\usepackage{hyperref}+\usepackage{tikz}+%% Sans serif font, virtually no line spacing, small titles, small margins, no page numbers
+\renewcommand{\familydefault}{\sfdefault}+\linespread{.8}+\usepackage{titlesec}+\titlelabel{\thetitle. }+\titleformat*{\section}{\bf}+\titleformat*{\subsection}{\bf}+\usepackage[margin=2cm]{geometry}+\pagenumbering{gobble}+\AtBeginDocument{\let\citep\parencite}+\setcounter{secnumdepth}{2}+\author{Author}+\date{}+\title{Title}+\hypersetup{+ pdfauthor={author},+ pdftitle={title},+ pdfkeywords={},+ pdfsubject={},+ pdflang={English}}+\usepackage[style=authoryear]{biblatex}+\addbibresource{your bib file.bib}+\begin{document}+
+\maketitle
+\begin{abstract}+ Abstract
+\end{abstract}+\section{Introduction}+\label{sec:org0d204f7}+paper content
+\printbibliography
+\end{document}--
⑨