-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mem.tex.swp
37 lines (30 loc) · 844 Bytes
/
.mem.tex.swp
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
\documentclass{article}
\title{\textbf{Búsqueda de mercado de RTOS}}
\author{Cristóbal García, Óscar Salvador, Marc Van Cutsem}
\addtolength{\topmargin}{-2cm}
\addtolength{\textheight}{3.5cm}
\addtolength{\oddsidemargin}{-2cm}
\addtolength{\textwidth}{4cm}
\usepackage[spanish]{babel}
\usepackage{standalone}
\usepackage{graphicx}
\usepackage{tikz-cd}
%\lstinputlisting[style=estilocodigo, language=C, linerange={171-175}, numbers=left, firstnumber=171, caption=main.c]{./main.c}
\usepackage{listings}
\lstdefinestyle{esc}{
backgroundcolor=\color{gray!11},
showstringspaces=false,
frame=single,
numbers=left,
breaklines=true,
language=C
}
\usepackage{titling}
\setlength{\droptitle}{-5em}
\begin{document}
%\setcounter{secnumdepth}{0}
\maketitle
\begin{flushleft}
%\vspace{3cm}
\end{flushleft}
\end{document}