Bảng ký tự RPG
Một bảng ký tự RPG trên máy tính bảng có các hộp điểm khả năng, danh sách kỹ năng và bảng kiểm kê.

main.tex
\documentclass[9pt]{article}
\usepackage[margin=1.1cm]{geometry}
\usepackage[default]{sourcesanspro}
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage{booktabs}
\usepackage{array}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\definecolor{maroon}{HTML}{7A2E2E}
\definecolor{parchment}{HTML}{F5EEDD}
\definecolor{inkgray}{HTML}{2E2A27}
\color{inkgray}
\newcommand{\statbox}[3]{%
\begin{tikzpicture}
\node[draw=maroon, line width=1pt, minimum width=2.05cm, minimum height=2.3cm,
rounded corners=4pt, fill=parchment] (box) {};
\node[maroon, font=\footnotesize\bfseries, above=0.02cm of box.center, yshift=0.55cm] {#1};
\node[font=\Large\bfseries, above=0.02cm of box.center, yshift=0.05cm] {#2};
\node[maroon, font=\scriptsize, below=0.02cm of box.center, yshift=-0.45cm] {#3};
\end{tikzpicture}}
\newcommand{\skillrow}[3]{#1 & #2 & #3 \\}
\begin{document}
\begin{center}
{\Huge\bfseries\color{maroon} Aerith Stormvane}\\[0.15em]
{\large Level 6 High Elf Wizard \quad\textbullet\quad Sage background \quad\textbullet\quad Chaotic Good}
\end{center}
\vspace{0.5em}
\noindent
\begin{tabular}{@{}p{2.6cm}p{2.3cm}p{2.3cm}p{2.5cm}p{2.6cm}p{2.6cm}@{}}
\toprule
\textbf{Armor Class} & \textbf{Initiative} & \textbf{Speed} & \textbf{Hit Points} & \textbf{Hit Dice} & \textbf{Proficiency} \\
\midrule
16 & +2 & 30 ft & 38 / 38 & 6d6 & +3 \\
\bottomrule
\end{tabular}
\vspace{1em}
\noindent
\statbox{STR}{10}{+0}\hfill
\statbox{DEX}{14}{+2}\hfill
\statbox{CON}{13}{+1}\hfill
\statbox{INT}{18}{+4}\hfill
\statbox{WIS}{12}{+1}\hfill
\statbox{CHA}{11}{+0}
\vspace{1.2em}
\noindent
\begin{minipage}[t]{0.36\textwidth}
{\large\bfseries\color{maroon} Skills}
\vspace{0.4em}
\begin{tabular}{@{}p{0.5cm}p{2.6cm}r@{}}
\toprule
& \textbf{Skill} & \textbf{Mod} \\
\midrule
\skillrow{$\bullet$}{Arcana}{+7}
\skillrow{$\bullet$}{History}{+7}
\skillrow{}{Investigation}{+4}
\skillrow{$\bullet$}{Insight}{+4}
\skillrow{}{Perception}{+1}
\skillrow{}{Persuasion}{0}
\skillrow{$\bullet$}{Religion}{+4}
\skillrow{}{Stealth}{+2}
\bottomrule
\end{tabular}
\vspace{0.8em}
{\large\bfseries\color{maroon} Saving Throws}
\vspace{0.4em}
\begin{tabular}{@{}p{0.5cm}p{2.6cm}r@{}}
\skillrow{$\bullet$}{Intelligence}{+7}
\skillrow{$\bullet$}{Wisdom}{+4}
\skillrow{}{Strength}{0}
\skillrow{}{Dexterity}{+2}
\end{tabular}
\end{minipage}%
\hfill
\begin{minipage}[t]{0.6\textwidth}
{\large\bfseries\color{maroon} Inventory}
\vspace{0.4em}
\begin{tabular}{@{}lccc@{}}
\toprule
\textbf{Item} & \textbf{Qty} & \textbf{Weight} & \textbf{Notes} \\
\midrule
Quarterstaff & 1 & 4 lb & +1 to hit and damage \\
Component pouch & 1 & 2 lb & Holds spell foci \\
Spellbook & 1 & 3 lb & 24 spells prepared \\
Potion of healing & 3 & 0.5 lb each & 2d4+2 HP \\
Scroll of misty step & 1 & -- & One use \\
Ring of protection & 1 & -- & +1 AC, +1 saves \\
Rations (days) & 8 & 2 lb each & Trail supplies \\
Gold pieces & 214 & -- & Coin pouch \\
\bottomrule
\end{tabular}
\vspace{0.8em}
{\large\bfseries\color{maroon} Features and Traits}
\vspace{0.4em}
Arcane Recovery, Fey Ancestry, Darkvision 60 ft, Trance (no need to sleep),
Ritual Casting, War Mage's insight from years at the Sunspire Academy.
\vspace{0.6em}
{\large\bfseries\color{maroon} Spell Slots}\quad
1st: 4/4 \quad 2nd: 3/3 \quad 3rd: 3/3 \quad 4th: 1/1
\end{minipage}
\end{document}
Trong ứng dụng: mở thư viện Dự án mới, cài đặt gói {nhãn} trong "Nhận thêm mẫu" và mẫu này xuất hiện cùng với bản xem trước trực tiếp và tạo dự án chỉ bằng một cú nhấp chuột. Quá trình biên dịch chạy cục bộ trên công cụ đi kèm.