blob: e0147284f22fd95203da863bcb897432b6d9bd54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
% !TEX root = main.tex
% !TEX encoding = Windows Latin 1
% !TEX TS-program = pdflatex
%
% Archivo: abstract.tex (en ingles)
\chapter{Abstract} % No cambiar el titulo
\selectlanguage{english}
\noindent
\bigskip
\noindent
\textit{Key words:} ; ; .
% Separar palabras con punto-y-comas.
\checklanguage
% Fin archivo abstract.tex
\endinput
|