Skip to content

Commit

Permalink
Add M2S12-5.pdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniere Silva committed Aug 22, 2012
1 parent 1a22f3e commit 7a416df
Show file tree
Hide file tree
Showing 10 changed files with 774 additions and 46 deletions.
507 changes: 478 additions & 29 deletions extra/cap01@notas_de_aula.tex

Large diffs are not rendered by default.

Binary file added extra/figuras/gibbs_phenomenon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions extra/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
all: notas_de_aula

ereader:
-sed -i '20s/^/% /' paper_size.tex
-sed -i '23,24s/^% //' paper_size.tex
-make
-sed -i '20s/^% //' paper_size.tex
-sed -i '23,24s/^/% /' paper_size.tex

tablet:
-sed -i '20s/^/% /' paper_size.tex
-sed -i '27,28s/^% //' paper_size.tex
-make
-sed -i '20s/^% //' paper_size.tex
-sed -i '27,28s/^/% /' paper_size.tex

notas_de_aula: notas_de_aula.tex
-pdflatex -interaction nonstopmode -shell-escape notas_de_aula
-bibtex lista1
-pdflatex -interaction nonstopmode -shell-escape notas_de_aula
-pdflatex -interaction nonstopmode -shell-escape notas_de_aula
4 changes: 1 addition & 3 deletions extra/notas_de_aula.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
% This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%
\documentclass[12pt,a4paper,leqno, openright,twoside]{book}
\usepackage[top=3cm,left=2cm,right=2cm,bottom=3cm]{geometry}
\usepackage[brazil]{babel}
\usepackage{indentfirst}
\input{paper_size.tex}
\input{package.tex}
\begin{document}
\title{Notas de aula n\~{a}o oficiais de MS650 e F620}
Expand Down
10 changes: 5 additions & 5 deletions extra/package.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Filename: package.tex
% This code is part of 'LaTeX with Vim'.
% This code is part of 'Notas de aula n\~{a}o oficiais de MS650 e F620'
%
% Description: This file correspond to the packages to be used.
%
Expand All @@ -11,15 +11,14 @@
%
% Copyright (c) 2012, Raniere Silva. All rights reserved.
%
% This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
% This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/.
%
% This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% \usepackage[top=3cm,left=2cm,right=2cm,bottom=3cm]{geometry} % Set in the file.
% \usepackage[brazil]{babel} % Set in the file.
% \usepackage{indentfirst} % Set in the file.
\usepackage[brazil]{babel}
\usepackage{indentfirst}

% Text
\usepackage{enumerate}
Expand All @@ -40,6 +39,7 @@
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\allowdisplaybreaks[4]

\newtheorem{defi}{Defini\c{c}\~{a}o}
\newtheorem{prop}{Proposi\c{c}\~{a}o}
Expand Down
28 changes: 28 additions & 0 deletions extra/paper_size.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
% Filename: paper_size.tex
%
% This code is part of 'Notas de aula n\~{a}o oficiais de MS650 e F620'
%
% Description: This file corresponds to the paper size output.
%
% Created: 14.07.12 11:13:03 AM
% Last Change: 22.08.12 08:24:31 AM
%
% Authors:
% - Raniere Silva (2012): initial version
%
% Copyright (c) 2012 Raniere Silva <[email protected]>
%
% This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/.
%
% This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%
% Para impress\~{a}o
\usepackage[top=3cm, bottom=3cm, left=2cm, right=2cm]{geometry}

% Para ereaders (Kindle, Nook, Kobo, ...)
% \usepackage[papersize={160mm,200mm},margin=5mm]{geometry}
% \sloppy

% Para tablets (iPad, GalaxyTab, ...)
% \usepackage[papersize={140mm,190mm},margin=5mm]{geometry}
% \sloppy
226 changes: 223 additions & 3 deletions lista1.tex

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
all: lista1 lista2 lista3 lista4 lista5 lista6 lista7 lista8

ebook:
ereader:
-sed -i '20s/^/% /' paper_size.tex
-sed -i '23,24s/^% //' paper_size.tex
-make
-sed -i '20s/^% //' paper_size.tex
-sed -i '23,24s/^/% /' paper_size.tex

tablet:
-sed -i '20s/^/% /' paper_size.tex
-sed -i '27,28s/^% //' paper_size.tex
-make
-sed -i '20s/^% //' paper_size.tex
-sed -i '27,28s/^/% /' paper_size.tex

lista1: lista1.tex
-pdflatex -interaction nonstopmode -shell-escape lista1
-bibtex lista1
Expand Down
1 change: 1 addition & 0 deletions packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{tikz}

% Customiza\c{c}\~{a}o do pacote amsmath
\allowdisplaybreaks[4]
Expand Down
14 changes: 9 additions & 5 deletions paper_size.tex
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
% Filename: paper_size.tex
%
% This code is part of 'Solutions for MS550, M\'{e}todos de Matem\'{a}tica Aplicada I, and F520, M\'{e}todos Matem\'{a}ticos da F\'{i}sica I'
% This code is part of 'Solutions for MS650, M\'{e}todos de Matem\'{a}tica Aplicada II, and F620, M\'{e}todos Matem\'{a}ticos da F\'{i}sica II'
%
% Description: This file corresponds to the paper size output.
%
% Created: 07.03.12 04:00:00 PM
% Last Change: 30.05.12 04:40:25 PM
% Created: 14.07.12 11:13:03 AM
% Last Change: 22.08.12 08:24:31 AM
%
% Authors:
% - Raniere Silva (2012): initial version
Expand All @@ -19,6 +19,10 @@
% Para impress\~{a}o
\usepackage[top=3cm, bottom=3cm, left=2cm, right=2cm]{geometry}

% Para ereaders (Kindle, Nook, Kobo, ...) and tablets (iPad, GalaxyTab, ...)
% \usepackage[papersize={180mm,240mm},margin=2mm]{geometry}
% Para ereaders (Kindle, Nook, Kobo, ...)
% \usepackage[papersize={160mm,200mm},margin=2mm]{geometry}
% \sloppy

% Para tablets (iPad, GalaxyTab, ...)
% \usepackage[papersize={140mm,190mm},margin=2mm]{geometry}
% \sloppy

0 comments on commit 7a416df

Please sign in to comment.