tectijuana / taller7a-Archived

Investigation Workshop Course II
http://isc7.slack.com
GNU General Public License v3.0
1 stars 1 forks source link

1.4. Hipótesis o supuestos #11

Open IoTeacher opened 7 years ago

IoTeacher commented 7 years ago

1.4. Hipótesis o supuestos 1.5. Justificación II. MarcoTeórico 2.1. Antecedentes o marco histórico.

IoTeacher commented 7 years ago

%\title{How to use Spanish accents in LaTeX}
% From http://tex.stackexchange.com/a/78270/23931
% Usar lo que requiera para su documento pero si el IEEE y ELSEVIER TRAEN SUS DIMENSIONES.
\documentclass[11pt, spanish]{report}
\usepackage[spanish]{babel}
\selectlanguage{spanish}
\usepackage[utf8]{inputenc}
\begin{document}

¡Hola! ¿Cómo estás ?

\end{document}
IoTeacher commented 7 years ago

Para renombrar ALGORITMO https://tex.stackexchange.com/questions/64839/how-to-change-listing-caption

\documentclass{article}
\usepackage{listings}% http://ctan.org/pkg/listings
% Porque pone "listing" cambiarlo a "Algoritmo"
\renewcommand{\lstlistingname}{Algorithm}% Listing -> Algorithm
\renewcommand{\lstlistlistingname}{List of \lstlistingname s}% List of Listings -> List of Algorithms
\begin{document}
\lstlistoflistings

\begin{lstlisting}[caption={Descriptive Caption Text},label=DescriptiveLabel]
for i:=maxint to 0 do
begin
{  do nothing }
end;
Write('Case insensitive ');
Write('Pascal keywords.');
\end{lstlisting}

\end{document}​
IoTeacher commented 7 years ago

CITAS BIBLIOGRAFICAS

https://www.overleaf.com/read/nrhdjqnjhfgw

% A simple example showing how to create Harvard style referencing in LaTeX
% 
% See http://tex.stackexchange.com/questions/102662/harvard-reference-using-biblatex
% for further discussion
\documentclass[a4paper, spanish]{article}
\usepackage[spanish]{babel}
\selectlanguage{spanish}
\usepackage[utf8]{inputenc}
% Estas primeras 4 lineas siempre para un docto. Español, los acentos, etc. %

\usepackage{amsmath}
\usepackage{csquotes}% Recommended

\usepackage[style=authoryear-ibid,backend=biber]{biblatex}
% Aqui esta la micro Base de datos tipo XML de las citas
% bibliográficas
\addbibresource{bibliografia.bib}% Syntax for version >= 1.2

\title{Un ejemplo sencillo que muestra cómo crear referencias de estilo Harvard en LaTeX}
\author{WriteLaTeX}
\date{}

\begin{document}
\maketitle

\begin{abstract}
Los siguientes ejemplos muestran cómo producir referencias de estilo Harvard usando biblatex.
\end{abstract}

\section*{Ejemplos de Citación}

\begin{enumerate}
\item Un comando de cita entre paréntesis: \parencite{Smith:2012qr}.
\item Un comando de citas para usar en el flujo de texto: Cómo \textcite{Smith:2013jd} propuso \dots
\item  Un comando de cita que cambia automáticamente el estilo dependiendo de la ubicación y el ajuste de opción en la declaración del paquete (consulte la línea 12 en el código fuente de LaTeX). En este caso, produce una cita entre paréntesis: \autocite{Other:2014ab}. Asi tambien \autocite{austin2002simplescalar} nos da mención, bla \dots
\end{enumerate}

\printbibliography

\end{document}

BUSCAMOS EN "SCHOLAR.GOOGLE.COM", Y SELECCIONAMOS CITAS BIBTEX, COPIAMOS Y PEGAMOS A "BIBLIOGRAFIA.BIB" (DENTRO DE OVERLEAF)

screen shot 2017-05-02 at 11 00 37 pm

screen shot 2017-05-02 at 10 59 59 pm

screen shot 2017-05-02 at 10 59 20 pm

IoTeacher commented 7 years ago

@inproceedings{milgram1995augmented, title={Augmented reality: A class of displays on the reality-virtuality continuum}, author={Milgram, Paul and Takemura, Haruo and Utsumi, Akira and Kishino, Fumio}, booktitle={Photonics for industrial applications}, pages={282--292}, year={1995}, organization={International Society for Optics and Photonics} }

IoTeacher commented 7 years ago

Ejemplo Overleaf de como citar con Harvard, puedes sacar copia y juegar con los elementos, ya que se sienta seguro paselo a ovearleaf..

https://www.overleaf.com/read/bpjbtpsfrnrh