Created
September 27, 2010 18:47
-
-
Save kenners/599584 to your computer and use it in GitHub Desktop.
A basic xetex template for patient list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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