% ======================================================================================= % WARLOCK-STUDIO 4.0 - USER MANUAL & TECHNICAL DOCUMENTATION % ======================================================================================= % Manual Version: 8.0 (Updated Edition) % Author: Iván Eduardo Chavez Ayub (Reviewed and Improved by AI) % % This document is a robust and professional LaTeX template designed for % technical manuals. It includes a clear structure, custom styles, and a % configuration optimized for readability and aesthetics. % ======================================================================================= % --------------------------------------------------------------------------------------- % DOCUMENT SETUP % --------------------------------------------------------------------------------------- % \documentclass defines the document type and base options. % - 11pt: Base font size. A good balance between density and readability. % - a4paper: Defines the standard international paper size. \documentclass[11pt, a4paper]{article} % %%% --- PACKAGE IMPORTS --- %%% % Packages add new functionalities to LaTeX. % --- Essential Packages --- \usepackage[utf8]{inputenc} % Allows writing UTF-8 characters (like accents) directly. \usepackage[T1]{fontenc} % Modern font encoding for correct display and copying from PDF. \usepackage[english]{babel} % Support for the English language (hyphenation, etc.). % --- Page Layout and Design --- \usepackage{geometry} % For configuring margins and page layout. \usepackage{graphicx} % For including images (\includegraphics). \usepackage{fancyhdr} % For customizing headers and footers. \usepackage{xcolor} % To use colors by name or code (HTML, RGB, etc.). \usepackage{float} % Provides the [H] specifier to "float exactly here". % --- Typography and Text Style --- % \usepackage{firasans} % EXAMPLE: Modern Sans-Serif font (keep commented if not installed). \usepackage{textcomp} % Provides additional symbols like the copyright symbol. \usepackage{fontawesome5} % Allows using Font Awesome icons (e.g., \faInfoCircle). % --- Tables, Lists, and Boxes --- \usepackage{booktabs} % For creating professional-looking tables (\toprule, \midrule, \bottomrule). \usepackage{longtable} % For tables that can span multiple pages. \usepackage{tabularx} % For tables with flexible-width columns that occupy the full text width. \usepackage{array} % Advanced tools for table columns. \usepackage{enumitem} % For advanced control over the format of lists (itemize, enumerate). \usepackage{tcolorbox} % For creating colored and customizable text boxes. \usepackage{titlesec} % For customizing the format of section titles (\section, \subsection). \usepackage{titletoc} % Control over the table of contents. % --- Utilities and Links --- \usepackage{hyperref} % To create hyperlinks within the document and to external URLs. % It's good practice to load it last. % %%% --- PAGE GEOMETRY SETUP --- %%% % Defines the margins and spaces for the header/footer. \geometry{ a4paper, % Paper size margin=2.5cm, % Uniform margin for all sides headheight=15pt, % Height reserved for the header footskip=30pt % Distance from the bottom of the text to the footer } % %%% --- CUSTOM COLOR PALETTE --- %%% % A corporate color palette is defined to maintain visual consistency. % The HTML model is used for easy selection from design tools. \definecolor{WarlockRed}{HTML}{C11919} \definecolor{WarlockGold}{HTML}{ECD125} \definecolor{WarlockDark}{HTML}{212325} \definecolor{WarlockGray}{HTML}{333333} \definecolor{WarlockLightGray}{HTML}{F5F5F5} \definecolor{WarlockBlue}{HTML}{005A9B} \definecolor{InfoBlue}{HTML}{E7F3FE} \definecolor{WarnYellow}{HTML}{FFFBE6} \definecolor{WarnBorder}{HTML}{FFBE0B} % Sets the default text color for the entire document. \color{WarlockGray} % %%% --- HYPERLINK CONFIGURATION --- %%% % Customizes the appearance of links generated by 'hyperref'. \hypersetup{ colorlinks=true, % Links will be colored instead of boxed. linkcolor=WarlockRed, % Color for internal links (to sections, figures, etc.). filecolor=WarlockRed, % Color for links to local files. urlcolor=WarlockRed, % Color for links to external URLs. pdftitle={Warlock-Studio 4.0 User Manual & Technical Documentation}, % PDF metadata. pdfauthor={Iván Eduardo Chavez Ayub (Reviewed by AI)} % PDF metadata. } % %%% --- SECTION TITLE STYLE --- %%% % 'titlesec' is used to define a custom style for sections. % \titleformat{}[]{}{