%% -*- coding: utf-8 -*-
%% File: 00_shared/latex_styles/packages.tex
%% -*- coding: utf-8 -*-
%% Timestamp: "2025-09-27 16:01:16 (ywatanabe)"
%% Language and encoding
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
%% Colors (load early to avoid option clashes with tikz, pgfplots, tcolorbox)
% Include all common color options: table (for colortbl), svgnames (for tcolorbox)
\usepackage[table,svgnames]{xcolor}
%% Mathematics
\usepackage{amsmath, amssymb, amsthm}
\usepackage{siunitx}
\sisetup{round-mode=figures,round-precision=3}
%% Graphics and figures
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{pgfplots, pgfplotstable}
\usetikzlibrary{positioning,shapes,arrows,fit,calc,graphs,graphs.standard}
%% Tables
\usepackage{booktabs, colortbl, longtable, supertabular, tabularx, xltabular}
\usepackage{csvsimple, makecell}
%% Table formatting
\renewcommand\theadfont{\bfseries}
\renewcommand\theadalign{c}
\newcolumntype{C}[1]{>{\centering\arraybackslash}m{#1}}
\renewcommand{\arraystretch}{1.5}
\definecolor{lightgray}{gray}{0.95}
%% Layout and geometry
\usepackage[pass]{geometry}
\usepackage{pdflscape, indentfirst, calc}
\usepackage{titlesec} % For custom section formatting
%% Captions and references
\usepackage[margin=10pt,font=small,labelfont=bf,labelsep=endash]{caption}
\usepackage[numbers]{natbib} % numbers: numeric citations [1], [2]
\setcitestyle{sort=false} % Preserve citation order as written
\usepackage{hyperref}
%% Document features
\usepackage{accsupp, lineno, bashful, lipsum}
%% Visual enhancements
\usepackage[most]{tcolorbox}
%% External references
\usepackage{xr-hyper}
%% Claims — auto-generated by scitex-writer (see 00_shared/claims.json)
\IfFileExists{../../00_shared/claims_rendered.tex}{%
\input{../../00_shared/claims_rendered.tex}%
}{}
%% scitex-writer version stamp — sets PDF creator metadata (invisible in rendered PDF)
\IfFileExists{../../00_shared/scitex_writer_version.tex}{%
\input{../../00_shared/scitex_writer_version.tex}%
}{}
%% EOF
%%%% EOF