Skip to content

Instantly share code, notes, and snippets.

@kenners
Created September 27, 2010 18:47
Show Gist options
  • Save kenners/599584 to your computer and use it in GitHub Desktop.
Save kenners/599584 to your computer and use it in GitHub Desktop.
A basic xetex template for patient list.
\documentclass[10pt]{article}
\usepackage[a4paper,landscape,top=2cm, bottom=1.5cm, left=1.5cm, right=1.5cm]{geometry}
\usepackage{fontspec}
\setmainfont{Calibri}
\usepackage{array}
\pagestyle{myheadings}
\markright{Patient List \hfill Strictly Confidential \hfill}
\begin{document}
\section*{Patient List - \today}
\begin{tabular}{ | m{1.5cm} | m{3cm} | m{3cm} | m{3cm} | m{3cm} | m{2.5cm} | m{3cm} | m{4cm} | }
Bed & Patient & Diagnosis & Problems & PMH & Social & Ix & Jobs \\ \hline
Need \newline & Joe Bloggs \newline 123456 \newline 01/01/1970 & & & & & & \\ \hline
\end{tabular}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment