scientific-skills/treatment-plans/assets/STYLING_QUICK_REFERENCE.md
medical_treatment_plan.sty - Available in the assets directory
% !TEX program = xelatex
\documentclass[11pt,letterpaper]{article}
\usepackage{medical_treatment_plan}
\usepackage{natbib}
\begin{document}
\maketitle
% Your content
\end{document}
\begin{infobox}[Title]
Content
\end{infobox}
Use for: Clinical assessments, monitoring schedules, titration protocols
\begin{warningbox}[Title]
Critical information
\end{warningbox}
Use for: Safety protocols, decision points, contraindications
\begin{goalbox}[Title]
Goals and targets
\end{goalbox}
Use for: SMART goals, target outcomes, success metrics
\begin{keybox}[Title]
Important highlights
\end{keybox}
Use for: Executive summaries, key takeaways, essential recommendations
\begin{emergencybox}
Emergency contacts
\end{emergencybox}
Use for: Emergency contacts, urgent protocols
\begin{patientinfo}
Patient information
\end{patientinfo}
Use for: Patient demographics and baseline data
\begin{medtable}{Caption}
\begin{tabular}{|l|l|l|}
\hline
\tableheadercolor
\textcolor{white}{\textbf{Header 1}} & \textcolor{white}{\textbf{Header 2}} \\
\hline
Data row 1 \\
\hline
\tablerowcolor % Alternating gray
Data row 2 \\
\hline
\end{tabular}
\caption{Table caption}
\end{medtable}
xelatex document.tex
bibtex document
xelatex document.tex
xelatex document.tex
\vspace{0.5cm} between major sections\tablerowcolor for readabilityOption 1: Copy assets/medical_treatment_plan.sty to your document directory
Option 2: Install to user TeX directory
mkdir -p ~/texmf/tex/latex/medical_treatment_plan
cp assets/medical_treatment_plan.sty ~/texmf/tex/latex/medical_treatment_plan/
texhash ~/texmf
All automatically loaded by the style:
\maketitle
\section*{Patient Information}
\begin{patientinfo}
Demographics
\end{patientinfo}
\section{Executive Summary}
\begin{keybox}[Plan Overview]
Key highlights
\end{keybox}
\section{Treatment Goals}
\begin{goalbox}[SMART Goals]
Goals list
\end{goalbox}
\section{Medication Plan}
\begin{infobox}[Dosing]
Instructions
\end{infobox}
\begin{warningbox}[Safety]
Warnings
\end{warningbox}
\section{Emergency}
\begin{emergencybox}
Contacts
\end{emergencybox}
Missing packages:
sudo tlmgr install tcolorbox tikz pgf
Special characters not showing:
$\checkmark$, $\geq$Header warnings:
For complete documentation, see the "Professional Document Styling" section in SKILL.md