Skip to content

Commit

Permalink
refact: fix some things
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricio.moreira authored and mauricio.moreira committed Dec 22, 2020
1 parent 4fa378c commit f211ab4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.aux
*.out
*.log
*.nav
*.snm
*.synctex.gz
*.toc
*.fls
*.fdb_latexmk
Binary file added document.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion document.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
\documentclass{libs/ufc_format}

%
\input{libs/preamble}
\input{libs/preamble.tex}

% create a command for UFC
\newcommand{\ufc}{\normalsize{Universidade Federal do Ceará}}
Expand Down
2 changes: 1 addition & 1 deletion libs/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
\usepackage{listings}
\usepackage{keyval}
% Package with color for keywords in code
\usepackage{minted}
% \usepackage{minted}
2 changes: 1 addition & 1 deletion libs/ufc_format.cls
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{ufc_format}[15/12/20120, v1.0]
\ProvidesClass{libs/ufc_format}[15/12/20120, v1.0]

\PassOptionsToPackage{svgnames}{xcolor}
\LoadClass[compress, 11pt]{beamer}
Expand Down

0 comments on commit f211ab4

Please sign in to comment.