Hello,
I'm attempting to create a template for making labels with Org-Mode & org-pandoc (Latex PDF).
What I still want to do is justify the text so that it's centered, and add an option to increase text size (to more economically use whitespace as needed).
This is my progress so far:
#+TITLE: #+DATE: nil #+AUTHOR: nil #+LATEX_HEADER: \usepackage[paperheight=0.5in,paperwidth=1.5in,tmargin=0.04in, lmargin=0.1in, rmargin=0.1in, bmargin=0.04in]{geometry} #+LATEX_HEADER: \usepackage[T1]{fontenc} #+LATEX_HEADER: \usepackage[scaled]{roboto} \renewcommand\familydefault{\sfdefault} *Karabiners*
#+BEGIN_CENTER & #+END_CENTER do not seem to have any effect on the output. I'm using Emacs 27.2; latest DOOM, on Fedora 35.
What I'm looking for is a couple of one-line commands at the head of the document to accomplish my goals. Any help or input is appreciated.