Skip to content

Instantly share code, notes, and snippets.

View pipex's full-sized avatar
🏠
Working from home

Felipe Lalanne pipex

🏠
Working from home
View GitHub Profile
@pipex
pipex / ieee-conference.sublime-snippet
Last active December 12, 2015 03:58
Sublime Text 2 snippet for IEEE (IEEETran) conferences with my personal configuration preferences
<snippet>
<content><![CDATA[
% Don't forget IEEETRAN.cls and IEEETran.bst
% on your source folder
\documentclass[10pt,conference]{IEEEtran}
% AMS Packages
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}