Skip to content

Instantly share code, notes, and snippets.

@yesidays
Created January 15, 2012 04:42
Show Gist options
  • Save yesidays/1614349 to your computer and use it in GitHub Desktop.
Save yesidays/1614349 to your computer and use it in GitHub Desktop.
code.jobs - Bibliografia - Latex
\documentclass{article}
\usepackage[english,spanish]{babel}
\usepackage{latexsym,graphicx}
\usepackage{listings}
%%% Teclado y lenguaje en español
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\selectlanguage{spanish}
\begin{document}
\begin{thebibliography}{99}
\selectlanguage{english}
\bibitem{Bratko1986} I.~Bratko. \newblock {\em Prolog programming for
Artificial Intelligence}. \newblock Addison-Wesley, 1986.
\bibitem{Clocksin1997} W.~F. Clocksin. \newblock {\em Clause and
Effect: Prolog Programming for the Working Programmer}. \newblock
Springer-Verlag, Berlin Heidelberg, 1997.
\end{thebibliography}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment