From 0264564a6e5fd13f1b94a07a7b2746a0964fa5bb 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:35:12 -0600 Subject: [PATCH] Delete Manual/Manual_EN.tex --- Manual/Manual_EN.tex | 453 ------------------------------------------- 1 file changed, 453 deletions(-) delete mode 100644 Manual/Manual_EN.tex diff --git a/Manual/Manual_EN.tex b/Manual/Manual_EN.tex deleted file mode 100644 index df00bf6..0000000 --- a/Manual/Manual_EN.tex +++ /dev/null @@ -1,453 +0,0 @@ -% ======================================================================================= -% WARLOCK-STUDIO 3.0 - USER MANUAL & TECHNICAL DOCUMENTATION -% ======================================================================================= -% Manual Version: 6.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 3.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{}[]{}{