Skip to content

Commit

Permalink
Converted ufscthesisx.sty package to a class ufscthesisx.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Sep 22, 2019
1 parent 6f54400 commit dde3702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
% Disable the empty pages automatically put by memoir class, except the ones by \cleardoublepage
% \PassOptionsToClass{openany}{memoir}

% Fixes several `abntex2` class problems
\input{setup/setup.tex}

% The UFSC font size is 10.5, but memoir embedded by `abntex2` only accepts 10 and 11pt.
% However, problem will be fixed the `ufscthesisx` package.
\documentclass[
Expand All @@ -59,13 +56,7 @@
twoside, % Impressão nos dois lados da folha
chapter=TITLE, % Título de capítulos em caixa alta
section=TITLE, % Título de seções em caixa alta
]{abntex2}

% Load the UFSC thesis package
\usepackage{setup/ufscthesisx}

% Load extra commands for tables, lists, summaries, etc.
\input{setup/utilities.tex}
]{setup/ufscthesisx}

% % Utilize o arquivo aftertext/references.bib para incluir sua bibliografia.
\addbibresource{aftertext/references.bib}
Expand Down
2 changes: 1 addition & 1 deletion setup
Submodule setup updated 7 files
+0 −3 .gitmodules
+9 −7 makefile.mk
+0 −84 setup.tex
+2,228 −0 ufscthesisx.cls
+0 −745 ufscthesisx.sty
+0 −1 utilities
+0 −14 utilities.tex

0 comments on commit dde3702

Please sign in to comment.