Sfns Font -

We can also write matrices: \[ \mathbf{A} = \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix}. \]

% !TEX program = xelatex \documentclass[11pt, a4paper]{article}

% Additional useful packages \usepackage[utf8]{inputenc} \usepackage{microtype} % Better typography \usepackage{geometry} % Page margins \geometry{margin=1in} \usepackage{graphicx} % For figures \usepackage{amsmath, amssymb} % Math \usepackage{enumitem} % Custom lists \usepackage{hyperref} % Clickable links

Figure~\ref{fig:sample} shows how a simple figure integrates into the document. sfns font

% Required: SFNS font package (uses Apple SF Pro Text/Display) \usepackage{sfns} % Fallback: if SFNS not found, sfns automatically loads a sans-serif like Helvetica

\section{Conclusion}

\begin{figure}[htbp] \centering \fbox{\parbox{0.6\textwidth}{\centering \vspace{2cm} Example Image (Replace with \texttt{\textbackslash includegraphics}) \vspace{2cm}}} \caption{A sample figure placeholder. The caption uses SFNS as well.} \label{fig:sample} \end{figure} We can also write matrices: \[ \mathbf{A} =

\section{Figures and Lists}

% Set main font to SFNS (sans-serif for body) \renewcommand{\familydefault}{\sfdefault} \normalfont

\begin{document}

\maketitle

The \texttt{sfns} package is designed for documents that require a contemporary, highly legible sans-serif typeface. San Francisco is the system font on macOS, iOS, and iPadOS, and its use in documents ensures visual consistency with Apple platforms.

Numbered and bullet lists are clean: \begin{enumerate} \item First item. \item Second item with a sublist: \begin{itemize} \item Subitem A. \item Subitem B. \end{itemize} \item Third item. \end{enumerate} The caption uses SFNS as well

This paper serves as a minimal working example (MWE). It shows: \begin{itemize} \item Section headings in SF Pro Display (semi-bold). \item Body text in SF Pro Text (regular). \item Math mode, figures, and citations. \end{itemize}