org folder where there are latex things

This commit is contained in:
inigoortega 2019-10-02 22:03:51 +02:00
parent 5663f1e234
commit 4d1a892fca
6 changed files with 212 additions and 0 deletions

31
org/agenda.org Executable file
View File

@ -0,0 +1,31 @@
#+STARTUP: overview
#+TITLE: Test
#+AUTHOR: Iñigo
#+SEQ_TODO: TODO(t) WAITING(w) | CANCELLED(c) DONE(d)
* Tst1
** Sub1
SCHEDULED: <2019-01-29 mar 12:00>
*** ha
**** sad
ok.
** hello
* brah
** kk
** daskflj
|-------+-------|
| hello | hi |
|-------+-------|
| fkas | asdf |
| sdfa | fasf |
| sdfa | asdfk |
|-------+-------|
* checklist
** Monday [50%]
- [X] get up.
- [ ] die. LUL

85
org/erroa.tex Executable file
View File

@ -0,0 +1,85 @@
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{keyval, kvoptions, fancyvrb, fvextra, upquote, float, ifthen, calc,
ifplatform, pdftexcmds, etoolbox, xstring, lineno, framed}
\usepackage{minted}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\usepackage{ae,aecompl}
\useunder{\uline}{\ul}{}
\usepackage[official]{eurosym}
\usepackage{makecell}
\usepackage{enumitem}
\usepackage[svgnames,table,xcdraw]{xcolor}
%% \usepackage[colorlinks]{hyperref}
%% \hypersetup{citecolor=Pink}
%% \hypersetup{linkcolor=blue}
%% \hypersetup{urlcolor=DarkBlue}
\usepackage{cleveref}
\usepackage{cite}
\renewcommand\citeleft{} % no opening or closing brackets
\renewcommand\citeright{}
%\usepackage{thebibliography}
\usepackage{mathtools}
\restylefloat{table}
%\textheight=23.94cm
%\textwidth=16cm
%\topmargin=-1cm
%\oddsidemargin=-0.22cm
%\renewcommand{\baselinestretch}{1.3}
%\parindent=1.5cm
%\usepackage[margin=1.5in]{geometry}
\usepackage{listings}
\usepackage{color}
\usepackage{xcolor}
\providecommand{\abs}[1]{\lvert#1\rvert}
\providecommand{\norm}[1]{\lVert#1\rVert}
\newcommand{\quotes}[1]{``#1''}
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}
\definecolor{mGreen}{rgb}{0,0.6,0}
\definecolor{mGray}{rgb}{0.5,0.5,0.5}
\definecolor{mPurple}{rgb}{0.58,0,0.82}
\definecolor{backgroundColour}{rgb}{0.95,0.95,0.92}
\definecolor{friendlybg}{rgb}{0.96,0.96,0.96}
\lstdefinestyle{CStyle}{
backgroundcolor=\color{backgroundColour},
commentstyle=\color{mGreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{mGray},
stringstyle=\color{mPurple},
basicstyle=\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
language=C
}

45
org/erroa.tex~ Executable file
View File

@ -0,0 +1,45 @@
%% \documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{ae,aecompl}
\usepackage{amsmath}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage[official]{eurosym}
\usepackage{makecell, textcomp, graphicx}
\usepackage{enumitem}
\usepackage[svgnames,table,xcdraw]{xcolor}
%% \usepackage[colorlinks]{hyperref}
%% \hypersetup{citecolor=Pink}
%% \hypersetup{linkcolor=blue}
%% \hypersetup{urlcolor=DarkBlue}
\usepackage{cleveref}
\usepackage{cite}
\renewcommand\citeleft{} % no opening or closing brackets
\renewcommand\citeright{}
%\usepackage{thebibliography}
\usepackage{mathtools}
\usepackage{float}
\restylefloat{table}
%\textheight=23.94cm
%\textwidth=16cm
%\topmargin=-1cm
%\oddsidemargin=-0.22cm
%\renewcommand{\baselinestretch}{1.3}
%\parindent=1.5cm
%\usepackage[margin=1.5in]{geometry}
\usepackage{listings}
\usepackage{color}
\providecommand{\abs}[1]{\lvert#1\rvert}
\providecommand{\norm}[1]{\lVert#1\rVert}
\newcommand{\quotes}[1]{``#1''}
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}

24
org/latex-template.org Executable file
View File

@ -0,0 +1,24 @@
#+STARTUP: overview
#+TITLE: NAME
#+AUTHOR: Iñigo Ortega
#+LANGUAGE: eu
#+OPTIONS: toc:nil
#+LATEX_HEADER: \usepackage[spanish, basque]{babel}
#+LATEX_HEADER: \input{erroa.tex}
#+SEQ_TODO: TODO(t) WAITING(w) | CANCELLED(c) DONE(d)
\vspace{6.5cm}
Irakasgaia: REEEEEEEEEEEEEEEEE\\
Gradua: \hspace{0.265cm} Ingeniaritza Informatikoa\\
Ikasturtea: 2019/2020\\
\clearpage
#+TOC: headlines 2
\clearpage

22
org/latex-template.org~ Executable file
View File

@ -0,0 +1,22 @@
#+STARTUP: overview
#+TITLE: NAME
#+AUTHOR: Iñigo Ortega
#+LANGUAGE: eu
#+OPTIONS: toc:nil
#+LATEX_HEADER: \input{erroa.tex}
#+SEQ_TODO: TODO(t) WAITING(w) | CANCELLED(c) DONE(d)
\vspace{6.5cm}
Irakasgaia: test\\
Gradua: \hspace{0.265cm} Ingeniaritza Informatikoa\\
Ikasturtea: 2018/2019\\
\clearpage
#+TOC: headlines 2
\clearpage

5
org/template.org Executable file
View File

@ -0,0 +1,5 @@
#+STARTUP: overview
#+TITLE: NAME
#+AUTHOR: Iñigo Ortega
#+SEQ_TODO: TODO(t) WAITING(w) | CANCELLED(c) DONE(d)