Skip to content

Instantly share code, notes, and snippets.

View hsigrist's full-sized avatar
👽
Cofusing

Hans Sigrist hsigrist

👽
Cofusing
View GitHub Profile
\listfiles
\usepackage{comment}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{fix-cm}
\usepackage{fourier}%................... Roman+math - Utopia
\documentclass[letter,twocolumn,twoside,mathserif,10pt]{book}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=1.8cm]{geometry}
\usepackage{graphicx}
\usepackage{fourier}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{float}
\usepackage{fancyhdr}
\usepackage{fancybox}
\documentclass[letter,twocolumn,twoside,mathserif,11pt]{book}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=1.8cm]{geometry}
\usepackage{graphicx}
\usepackage{fourier}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{float}
\usepackage{fancyhdr}
\usepackage{fancybox}
\usepackage{caption}
%
% untitled
%
% Created by Hans Sigrist on 2010-04-18. mail:
% Copyright (c) 2010 . All rights reserved.
%
\documentclass[%
usepdftitle=false,%
11pt,%
\documentclass{article}
\usepackage{beamerarticle}
\mode<article>
{
\usepackage[a4paper,left=2cm,right=2cm,top=1.5cm,bottom=1.5cm]{geometry}
}
\input{brun1.lenguaje.tex}
@hsigrist
hsigrist / my-auto-tex-cmd.el
Created July 25, 2012 13:28 — forked from kjhealy/my-auto-tex-cmd.el
Use latexmk to manage pdf export in orgmode, choosing latex/pdflatex/xelatex as needed
(require 'org-latex)
(setq org-export-latex-listings t)
;; Originally taken from Bruno Tavernier: http://thread.gmane.org/gmane.emacs.orgmode/31150/focus=31432
;; but adapted to use latexmk 4.20 or higher.
(defun my-auto-tex-cmd ()
"When exporting from .org with latex, automatically run latex,
pdflatex, or xelatex as appropriate, using latexmk."
(let ((texcmd)))
;; default command: oldstyle latex via dvi
{
"dictionary": "Packages/Dictionaries/Spanish.dic",
"font_face": "Monaco",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"theme": "Soda Dark.sublime-theme"
}
%
% informacion_estadistica_1m_un4_ae01.tex - OFICIO
%
% Hans Sigrist/28 June 2013 (Friday), 18:32.
%______________________________________________________________________________
% The BSD License (BSD)
%
% Copyright (c) 2013 Hans Sigrist <hsigrist@gmail.com> All rights reserved.
%
% Redistribution and use in source and binary forms, with or without
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/TextMate-Tomorrow-Theme/Tomorrow-Night.tmTheme",
"create_window_at_startup": false,
"default_encoding": "UTF-8",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
[
{ "keys": ["ctrl+t"], "command": "side_bar_new_file2" },
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+f"], "command": "side_bar_find_files_path_containing" },
{ "keys": ["{"], "command": "wrap_block", "args": {"begin": "{", "end": "}"}, "context":
[
{ "key": "indented_block", "match_all": true },
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "following_text", "operator": "regex_match", "operand": "^$", "match_all": true }