| |   |
| 27 | 27 | \sloppy |
| 28 | 28 | \fi |
| 29 | 29 | %================================================================= |
| 30 | | \chapter{Frequently Asked Questions} |
| 30 | \chapter{Dúvidas Freqüentes} |
| 31 | 31 | \label{app:faq} |
| 32 | 32 | |
| 33 | 33 | \on{These should be *real* (not invented) FAQs. |
| … | … | |
| 36 | 36 | We should also try to mine more from newbies.} |
| 37 | 37 | |
| 38 | 38 | %================================================================= |
| 39 | | \section{Getting started} |
| 39 | \section{Por onde começar?} |
| 40 | 40 | \begin{faq} |
| 41 | | Where do I get the latest Squeak? |
| 41 | Onde posso obter a última versão do \sq? |
| 42 | %Where do I get the latest Squeak? |
| 42 | 43 | \end{faq} |
| 43 | 44 | \answer |
| 44 | 45 | \url{ftp.squeak.org/current_development} |
| 45 | 46 | \index{download} |
| 46 | 47 | |
| 47 | 48 | \begin{faq} |
| 48 | | Where is the Squeak ``Development Image''? |
| 49 | Onde encontro a "Imagem para Desenvolvedores" do \sq? |
| 50 | %Where is the Squeak ``Development Image''? |
| 49 | 51 | \end{faq} |
| 50 | 52 | \answer |
| 51 | | \url{www.squeaksource.com/ImageForDevelopers} |
| 52 | | This is a specially-prepared image including lots of useful packages pre-installed for developers. |
| 53 | \url{www.squeaksource.com/ImageForDevelopers} - |
| 54 | Essa é uma imagem especialmente preparada, com pacotes muito úteis para |
| 55 | desenvolvedores pré-instalados. |
| 56 | %This is a specially-prepared image including lots of useful packages pre-installed for developers. |
| 57 | \index{download} |
| 53 | 58 | |
| 54 | 59 | %================================================================= |
| 55 | 60 | \section{Collections} |
| 56 | 61 | |
| 57 | 62 | \begin{faq} |
| 58 | | How do I sort an \clsind{OrderedCollection}? |
| 63 | Como eu faço para ordenar uma \clsind{OrderedCollection}? |
| 64 | %How do I sort an \clsind{OrderedCollection}? |
| 59 | 65 | \end{faq} |
| 60 | 66 | \answer |
| 61 | | Send it the message \mthind{Collection}{asSortedCollection}. |
| 67 | Envie uma mensagem \mthind{Collection}{asSortedCollection}. |
| 68 | %Send it the message \mthind{Collection}{asSortedCollection}. |
| 62 | 69 | |
| 63 | 70 | \begin{code}{@TEST} |
| 64 | 71 | #(7 2 6 1) asSortedCollection --> a SortedCollection(1 2 6 7) |
| toggle raw diff |
--- a/PortugueseBook/FAQ/FAQ.tex
+++ b/PortugueseBook/FAQ/FAQ.tex
@@ -27,7 +27,7 @@
\sloppy
\fi
%=================================================================
-\chapter{Frequently Asked Questions}
+\chapter{Dúvidas Freqüentes}
\label{app:faq}
\on{These should be *real* (not invented) FAQs.
@@ -36,29 +36,36 @@ Check the ST lecture notes for more FAQs.
We should also try to mine more from newbies.}
%=================================================================
-\section{Getting started}
+\section{Por onde começar?}
\begin{faq}
-Where do I get the latest Squeak?
+Onde posso obter a última versão do \sq?
+%Where do I get the latest Squeak?
\end{faq}
\answer
\url{ftp.squeak.org/current_development}
\index{download}
\begin{faq}
-Where is the Squeak ``Development Image''?
+Onde encontro a "Imagem para Desenvolvedores" do \sq?
+%Where is the Squeak ``Development Image''?
\end{faq}
\answer
-\url{www.squeaksource.com/ImageForDevelopers}
-This is a specially-prepared image including lots of useful packages pre-installed for developers.
+\url{www.squeaksource.com/ImageForDevelopers} -
+Essa é uma imagem especialmente preparada, com pacotes muito úteis para
+desenvolvedores pré-instalados.
+%This is a specially-prepared image including lots of useful packages pre-installed for developers.
+\index{download}
%=================================================================
\section{Collections}
\begin{faq}
-How do I sort an \clsind{OrderedCollection}?
+Como eu faço para ordenar uma \clsind{OrderedCollection}?
+%How do I sort an \clsind{OrderedCollection}?
\end{faq}
\answer
-Send it the message \mthind{Collection}{asSortedCollection}.
+Envie uma mensagem \mthind{Collection}{asSortedCollection}.
+%Send it the message \mthind{Collection}{asSortedCollection}.
\begin{code}{@TEST}
#(7 2 6 1) asSortedCollection --> a SortedCollection(1 2 6 7) |
| |   |
| 280 | 280 | \let\cleardoublepage\clearemptydoublepage % see http://www.tex.ac.uk/cgi-bin/texfaq2html?label=patch |
| 281 | 281 | %============================================================= |
| 282 | 282 | %:FAQ macros (for FAQ chapter) |
| 283 | | \newtheorem{faq}{FAQ} |
| 284 | | \newcommand{\answer}{\paragraph{Answer}\ } |
| 283 | %\newtheorem{faq}{FAQ} |
| 284 | \newtheorem{faq}{Pergunta} |
| 285 | \newcommand{\answer}{\paragraph{Resposta}\ } |
| 285 | 286 | %============================================================= |
| 286 | 287 | %:Listings package configuration |
| 287 | 288 | \newcommand{\caret}{\makebox{\raisebox{0.4ex}{\footnotesize{$\wedge$}}}} |
| … | … | |
| 501 | 501 | %============================================================= |
| 502 | 502 | %:Extra commands |
| 503 | 503 | \newcommand{\foreign}{\emph} |
| 504 | | %============================================================= |
| 504 | %============================================================= |
| toggle raw diff |
--- a/PortugueseBook/common.tex
+++ b/PortugueseBook/common.tex
@@ -280,8 +280,9 @@ Damien Pollet},
\let\cleardoublepage\clearemptydoublepage % see http://www.tex.ac.uk/cgi-bin/texfaq2html?label=patch
%=============================================================
%:FAQ macros (for FAQ chapter)
-\newtheorem{faq}{FAQ}
-\newcommand{\answer}{\paragraph{Answer}\ }
+%\newtheorem{faq}{FAQ}
+\newtheorem{faq}{Pergunta}
+\newcommand{\answer}{\paragraph{Resposta}\ }
%=============================================================
%:Listings package configuration
\newcommand{\caret}{\makebox{\raisebox{0.4ex}{\footnotesize{$\wedge$}}}}
@@ -500,4 +501,4 @@ Damien Pollet},
%=============================================================
%:Extra commands
\newcommand{\foreign}{\emph}
-%=============================================================
\ No newline at end of file
+%============================================================= |