This file contains 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[a4paper,11pt]{article} | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
%% PACOTES E CONFIGURAÇÕES %% | |
%% Gustavo Bittencourt %% | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
% ================================ CONFIGURAÇÕES =============================== % | |
% Alterna entre a versão comentada e a versão final. |
This file contains 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
Show hidden characters
, | |
"settings": | |
{ | |
"sublimegdb_workingdir": "${folder:${file}}", | |
// put your arguments hear | |
"sublimegdb_arguments": "", | |
// NOTE: You MUST provide --interpreter=mi for the plugin to work | |
"sublimegdb_commandline": "g++ -g -std=c++14 ${file_base_name}.cpp -o ${file_base_name} && gdb -nx -readnow -fullname --interpreter=mi --args ./${file_base_name}" | |
} |
This file contains 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
{\allowdisplaybreaks \begin{IEEEeqnarray}{-l"L+A*B*} | |
% --- Função Objetivo --- % | |
\text{Minimize} & \IEEEeqnarraymulticol{2}{l} | |
{\sum_{i \in I} \text{*** Função Objetivo ***}} | |
&\label{eq:Equacao1} | |
% --- Nomenclaturas --- % | |
% Documentação do pacote nomencl: | |
% http://texdoc.net/texmf-dist/doc/latex/nomencl/nomencl.pdf | |
% Os prefixos: [Iaa] - Índices e conjuntos | |
% [Paa] - Parâmetros |
This file contains 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[a4paper,11pt]{article} | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
%% PACOTES E CONFIGURAÇÕES %% | |
%% Gustavo Bittencourt %% | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
% ================================ CONFIGURAÇÕES =============================== % | |
% Alterna entre a versão comentada e a versão final. |