-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tex
69 lines (63 loc) · 1.79 KB
/
Main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
\documentclass[letter,11pt,oneside,pdftex]{book}
\usepackage{verbatim}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{float}
\renewcommand*\familydefault{\sfdefault}
\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.pdf,.png,.jpg}
\newcommand{\ehmsof}{ehmSoft}
\newcommand{\softwareAbogadosDesktop}{Procesos judiciales versi\'on escritorio }
\newcommand{\softwareAbogadosMobile}{Procesos judiciales versi\'on m\'ovil }
\newcommand{\blackberryos}[1]{BlackBerry\textsuperscript{\textregistered}#1 }
\newcommand{\blackberry}{BlackBerry\textsuperscript{\textregistered} }
\newcommand{\excel}{Excel\textsuperscript{\textregistered} }
\newcommand{\microsoft}{Microsoft\textsuperscript{\textregistered} }
\newcommand{\windows}{Windows\textsuperscript{\textregistered} }
\newcommand{\linux}{GNU/Linux\textsuperscript{\textregistered} }
\newcommand{\mac}{Mac\textsuperscript{\textregistered} }
\newcommand{\macos}[1]{Mac OS X\textsuperscript{\textregistered}#1 }
\newcommand{\insertImage}[3]{
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.4]{./CapturasDePantalla/#1.png}
\caption{#2}\label{fig:#3}
\end{center}
\end{figure}
}
\usepackage[pdftex,colorlinks]{hyperref}
\hypersetup{linkcolor=black}
\title{}
\author{}
\date{}
\pdfinfo{%
/Title ()
/Author ()
/Creator ()
/Producer ()
/Subject ()
/Keywords ()
}
\begin{document}
%\maketitle
%\tableofcontents
\thispagestyle{empty}
\begin{figure}[c]
\begin{center}
\includegraphics[scale=0.3]{./CapturasDePantalla/logomanual.png}
\end{center}
\end{figure}
\frontmatter
\input{licencia}
\input{intro}
\tableofcontents
\mainmatter
\input{primerosPasos}
\input{creandoLaInformacion}
\input{consultandoLaInformacion}
\input{miscelaneo}
\input{preferencias}
\end{document}