This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# directory to store all antigen stuff -- optional, | |
# I just like to keep things out of my home dir | |
ADOTDIR=/opt/paulo/applications/antigen/payload | |
# source to the antigen script, obtained from | |
# curl -L git.io/antigen > antigen.zsh | |
source /opt/paulo/applications/antigen/antigen.zsh | |
# tell antigen to use the omz framework | |
antigen use oh-my-zsh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{standalone} | |
\usepackage{pxpic} | |
\begin{document} | |
\pxpicsetup{ | |
mode = px, | |
colours = {a=[HTML]{969660},b=[HTML]{424140},c=[HTML]{615032},d=[HTML]{946833},e=[HTML]{523226},f=[HTML]{D3AA52},g=[HTML]{636B4A},h=[HTML]{AEB083},i=[HTML]{241625},j=[HTML]{7A8555}}, | |
size = 4pt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[margin=1cm]{standalone} | |
\usepackage{tikz} | |
\definecolor{c00873e}{RGB}{0,135,62} | |
\definecolor{cd63f31}{RGB}{214,63,49} | |
\definecolor{cfbc112}{RGB}{251,193,18} | |
\begin{document} | |
\def \globalscale {4.000000} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt, oneside, a4paper]{memoir} | |
\usepackage[T1]{fontenc} | |
\usepackage[utf8]{inputenc} | |
\usepackage[brazilian]{babel} | |
\setulmarginsandblock{3cm}{2cm}{*} | |
\setlrmarginsandblock{3cm}{2cm}{*} | |
\checkandfixthelayout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[margin=1cm]{standalone} | |
\usepackage{tikz} | |
\begin{document} | |
\begin{tikzpicture}[y=0.80pt, x=0.80pt, yscale=-3.000000, xscale=3.000000, inner sep=0pt, outer sep=0pt] | |
\path[scale=0.265,fill=black,nonzero rule,line width=0.175pt] | |
(446.9277,475.1484) .. controls (446.6095,475.1574) and (446.2663,475.1797) .. | |
(445.8945,475.2109) .. controls (442.7456,475.4650) and (442.1494,475.8050) .. | |
(441.1289,478.1875) -- (439.8555,480.9961) -- (429.2207,481.0781) .. controls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% !Mode:: "TeX:UTF-8:Main" | |
% !Mode:: "TeX:UTF-8:Main" | |
% arara: pdflatex | |
% arara: convert: {density: 96, otheroptions: -dispose previous -delay 20 -loop 1, format: gif} | |
% xarara: showfile: {format: gif} | |
\documentclass{article} | |
\usepackage[utf8]{inputenc} %probably not needed ... | |
\usepackage[T1]{fontenc} | |
\usepackage[svgnames,x11names]{xcolor} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!config | |
identifier: indent | |
name: Indent | |
command: <arara> latexindent @{silent} @{trace} @{settings} @{cruft} @{overwrite} @{output} @{file} @{modifylinebreaks} @{logfile} | |
arguments: | |
- identifier: silent | |
flag: "@{isTrue(parameters.silent, '-s')}" | |
- identifier: overwrite | |
flag: "@{isTrue(parameters.overwrite, '-w')}" | |
- identifier: trace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[margin=1cm]{standalone} | |
\usepackage[utf8]{inputenc} | |
\usepackage{tikz} | |
\usepackage{tikzducks} | |
\definecolor{c3d7465}{RGB}{61,116,101} | |
\definecolor{c7cb964}{RGB}{124,185,100} | |
\definecolor{cdaeb7f}{RGB}{218,235,127} | |
\definecolor{c366b59}{RGB}{54,107,89} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[margin=1cm]{standalone} | |
\usepackage[utf8]{inputenc} | |
\usepackage{tikz} | |
\definecolor{cb3b3b3}{RGB}{179,179,179} | |
\definecolor{cffffff}{RGB}{255,255,255} | |
\definecolor{cd4aa00}{RGB}{212,170,0} | |
\definecolor{cffcc00}{RGB}{255,204,0} | |
\definecolor{ce6e6e6}{RGB}{230,230,230} | |
\definecolor{c333333}{RGB}{51,51,51} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage[T1]{fontenc} | |
\usepackage[utf8]{inputenc} | |
\usepackage[margin=1cm]{geometry} | |
\usepackage{xcolor} | |
\usepackage{inconsolata} | |
\begin{document} | |
\thispagestyle{empty} |
NewerOlder