%% trainmap.sty %% ========================================================================= %% LaTeX wrapper for the `trainmap' TikZ library. %% %% Usage: %% \usepackage{trainmap} % load as a LaTeX package %% or, inside a document that already loads TikZ: %% \usetikzlibrary{trainmap} % load as a TikZ library %% %% The implementation lives in `tikzlibrarytrainmap.code.tex', so the library %% can be loaded either as a LaTeX package (via this wrapper) or in the %% idiomatic TikZ way (\usetikzlibrary). Both files must be installed together. %% %% Copyright (C) 2026 Pol Sardà Palla %% %% This work may be distributed and/or modified under the conditions of the %% LaTeX Project Public License, either version 1.3c of this license or (at %% your option) any later version. See LICENSE for the full text. %% The Current Maintainer of this work is Pol Sardà Palla. %% ========================================================================= \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{trainmap}[2026/08/28 v1.0.0 Schematic railway/transit maps with TikZ (FGC/Rodalies style)] % Minimal dependency. \RequirePackage{tikz} % Load the core library (defines keys, styles and commands). \usetikzlibrary{trainmap} \endinput