From 71d36f52b0405e61114a8624121310af9a81f733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Eduardo=20Chavez=20Ayub?= <165610830+Ivan-Ayub97@users.noreply.github.com> Date: Sun, 20 Jul 2025 03:37:55 -0600 Subject: [PATCH] Add files via upload --- Manual/Manual_EN.tex | 595 ++++++++++++++++++++++++++++++++++++++ Manual/Manual_ES.tex | 577 ++++++++++++++++++++++++++++++++++++ Manual/v4.0_Manual_EN.pdf | Bin 0 -> 544300 bytes Manual/v4.0_Manual_ES.pdf | Bin 0 -> 537312 bytes 4 files changed, 1172 insertions(+) create mode 100644 Manual/Manual_EN.tex create mode 100644 Manual/Manual_ES.tex create mode 100644 Manual/v4.0_Manual_EN.pdf create mode 100644 Manual/v4.0_Manual_ES.pdf diff --git a/Manual/Manual_EN.tex b/Manual/Manual_EN.tex new file mode 100644 index 0000000..2c158bc --- /dev/null +++ b/Manual/Manual_EN.tex @@ -0,0 +1,595 @@ +% ======================================================================================= +% 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{}[]{}{