You are on page 1of 5

Um Sistema especialista para a segmentação de perfis de

usuário de softwares de modelagem 3d. ∗

† ‡
Ben Trovato G.K.M. Tobin Lars
Institute for Clarity in Documentation Institute for Clarity in Documentation The T
1932 Wallamaloo Lane P.O. Box 1212 1 Th
Wallamaloo, New Zealand Dublin, Ohio 43017-6221 He
trovato@corporation.com webmaster@marysville-ohio.com larst@
Lawrence P. Leipuner Sean Fogarty Cha
Brookhaven Laboratories NASA Ames Research Center Palmer Re
Brookhaven National Lab Moffett Field 8600
P.O. Box 5000 California 94035 San Ant
lleipuner@researchlabs.org fogartys@amesres.org cpalm

ABSTRACT General Terms


This paper provides a sample of a LATEX document which Theory
conforms to the formatting guidelines for ACM SIG Procee-
dings. It complements the document Author’s Guide to Pre- Keywords
paring ACM SIG Proceedings Using LATEX2 and BibTEX. ACM proceedings, LATEX, text tagging
This source file has been written with the intention of being
compiled under LATEX2 and BibTeX.
1. INTRODUÇÃO
The developers have tried to include every imaginable sort Esse trabalho tem como meta avaliar ferramentas de mo-
of “bells and whistles”, such as a subtitle, footnotes on title, delagem 3D. Essas ferramentas são usadas na indústria em
subtitle and authors, as well as in the text, and every optio- diversas áreas do conhecimento tais como: cinema, animação
nal component (e.g. Acknowledgments, Additional Authors, , modelagem de personagens para games e impressão de ob-
Appendices), not to mention examples of equations, theo- jetos 3D dentre outros. Prazos sempre é um problema exis-
rems, tables and figures. tente em qualquer trabalho que se prentenda fazer.Logo é
necessário estudar maneiras de avaliar as interfaces de usuá-
To make best use of this sample document, run it through rio para verificar se é possı́vel melhorá-las com o objetivo
LATEX and BibTeX, and compare this source code with the de aperfeiçoar a relação entre a interface do usuário e quem
printed output produced by the dvi file. vai usá-la, de modo que a interface possa propocionar ao
usuário a realização de uma determinada tarefa em menos
tempo.
Categories and Subject Descriptors
H.4 [Information Systems Applications]: Miscellane- 2. REFERENCIAL TEÓRICO
ous; D.2.8 [Software Engineering]: Metrics—complexity
measures, performance measures 2.1 Metódos de Avaliação de interfaces
Avaliação e simplesmente a apreciação a ánalise e teste de
∗(Does NOT produce the permission block, copyright uma interface , visando entender a interação do usuário com
a interface do programa a ser avaliado.Existem várias me-
information nor page numbering). For use with
ACM PROC ARTICLE-SP.CLS. Supported by ACM. tódos de avaliar interfaces.Dentre eles pode-se destacar dois
†Dr. Trovato insisted his name be first. avaliar baseado em Heurı́sticas e avaliar o desempenho de
uma usuário quando realiza alguma tarefa.Pode -se chamar
‡The secretary disavows any knowledge of this author’s ac-
esse tipo de Avaliação de Avaliação Formativa.
tions.
§This author is the one who did all the really hard work.
2.1.1 Caminho cognitivo
You may want to display math equations in three distinct
styles: inline, numbered or non-numbered display. Each of
the three are discussed in the next sections.

2.1.2 Avaliação Baseada em Heurística


A formula that appears in the running text is called an inline
or in-text formula. It is produced by the math environment,
which can be invoked with the usual \begin. . .\end
construction or with the short form $. . .$. You can use
any of the symbols and structures, from α to ω, available
in LATEX[?]; this section will simply show a few examples Table 1: Frequency of Special Characters
of in-text equations in context. Notice how this equation: Non-English or Math Frequency Comments
limn→∞ x = 0, set here in in-line math style, looks slightly Ø 1 in 1,000 For Swedish names
different when set in display style. (See next section). π 1 in 5 Common in math
$ 4 in 5 Used in business
Ψ21 1 in 40,000 Unexplained usage
2.1.3 Avaliação Formativa
A numbered display equation – one set off by vertical space
from the text and centered horizontally – is produced by the
simply need to insert one of several citation commands with
equation environment. An unnumbered display equation is
a key of the item cited in the proper location in the .tex
produced by the displaymath environment.
file [?]. The key is a short reference you invent to uniquely
identify each work; in this sample document, the key is the
Again, in either environment, you can use any of the symbols
first author’s surname and a word from the title. This iden-
and structures available in LATEX; this section will just give
tifying key is included with each item in the .bib file for
a couple of examples of display equations in context. First,
your article.
consider the equation, shown as an inline equation above:
lim x = 0 (1) The details of the construction of the .bib file are beyond
n→∞
the scope of this sample document, but more information
Notice how it is formatted somewhat differently in the dis- can be found in the Author’s Guide, and exhaustive details
playmath environment. Now, we’ll enter an unnumbered in the LATEX User’s Guide[?].
equation:

X This article shows only the plainest form of the citation com-
x+1 mand, using \cite. This is what is stipulated in the SIGS
i=0 style specifications. No other citation format is endorsed.
and follow it with another numbered equation:
∞ Z π+2 2.1.6 Entrevistas
X Because tables cannot be split across pages, the best pla-
xi = f (2)
0
cement for them is typically the top of the page nearest
i=0
their initial cite. To ensure this proper “floating” placement
just to demonstrate LATEX’s able handling of numbering. of tables, use the environment table to enclose the table’s
contents and the table caption. The contents of the table
2.1.4 Avaliação Comparativa itself must go in the tabular environment, to be aligned
A numbered display equation – one set off by vertical space properly in rows and columns, with the desired horizontal
from the text and centered horizontally – is produced by the and vertical rules. Again, detailed instructions on tabular
equation environment. An unnumbered display equation is material is found in the LATEX User’s Guide.
produced by the displaymath environment.
Immediately following this sentence is the point at which
Again, in either environment, you can use any of the symbols Table 1 is included in the input file; compare the placement
and structures available in LATEX; this section will just give of the table here with the table in the printed dvi output of
a couple of examples of display equations in context. First, this document.
consider the equation, shown as an inline equation above:
To set a wider table, which takes up the whole width of
lim x = 0 (3) the page’s live area, use the environment table* to enclose
n→∞
the table’s contents and the table caption. As with a single-
Notice how it is formatted somewhat differently in the dis- column table, this wide table will “float”to a location deemed
playmath environment. Now, we’ll enter an unnumbered more desirable. Immediately following this sentence is the
equation: point at which Table 2 is included in the input file; again,

X it is instructive to compare the placement of the table here
x+1 with the table in the printed dvi output of this document.
i=0

and follow it with another numbered equation: 2.2 Métricas para interfaces
∞ Z π+2 Like tables, figures cannot be split across pages; the best
placement for them is typically the top or the bottom of
X
xi = f (4)
i=0 0 the page nearest their initial cite. To ensure this proper
“floating” placement of figures, use the environment figure
just to demonstrate LATEX’s able handling of numbering. to enclose the figure and its caption.

2.1.5 Questionários This sample document contains examples of .eps and .ps
Citations to articles [?, ?, ?, ?], conference proceedings [?] or files to be displayable with LATEX. More details on each of
books [?, ?] listed in the Bibliography section of your article these is found in the Author’s Guide.
will occur throughout the text of your article. You should
use BibTeX to automatically produce this bibliography; you As was the case with tables, you may want a figure that
Table 2: Some Typical Commands
Command A Number Comments
\alignauthor 100 Author alignment
\numberofauthors 200 Author enumeration
\table 300 For tables
\table* 400 For wider tables

Figure 3: A sample black and white graphic (.ps for-


mat) that has been resized with the psfig command.

Figure 1: A sample black and white graphic (.eps


format). Two lists of constructs that use one of these forms is given
in the Author’s Guidelines.

and don’t forget to end the environment with figure*, not


figure!

There is one other similar construct environment, which is


already set up for you; i.e. you must not use a \newdef
command to create it: the proof environment. Here is a
example of its use:
Figure 2: A sample black and white graphic (.eps
format) that has been resized with the epsfig com- Proof. Suppose on the contrary there exists a real num-
mand. ber L such that
f (x)
lim = L.
x→∞ g(x)
spans two columns. To do this, and still to ensure proper
“floating” placement of tables, use the environment figure* Then
to enclose the figure and its caption.  
f (x) f (x)
l = lim f (x) = lim gx · = lim g(x)· lim = 0·L = 0,
Note that either .ps or .eps formats are used; use the \eps- x→c x→c g(x) x→c x→c g(x)

fig or \psfig commands as appropriate for the different file which contradicts our assumption that l 6= 0.
types.

2.2.1 Métricas De Performance de Sistema Complete rules about using these environments and using
Other common constructs that may occur in your article the two different creation commands are in the Author’s
are the forms for logical constructs like theorems, axioms, Guide; please consult it for more detailed instructions. If
corollaries and proofs. There are two forms, one produced by you need to use another construct, not listed therein, which
the command \newtheorem and the other by the command you want to have the same formatting as the Theorem or
\newdef; perhaps the clearest and easiest way to distinguish the Definition[?] shown above, use the \newtheorem or the
them is to compare the two in the output of this sample \newdef command, respectively, to create it.
document:
2.2.2 Métricas baseadas em Tarefas realizadas pelo
This uses the theorem environment, created by the
\newtheorem command: Usuário
Because you have just been given permission to use the
\newdef command to create a new form, you might think
Theorem 1. Let f be continuous on [a, b]. If G is an you can use TEX’s \def to create a new command: Please
antiderivative for f on [a, b], then refrain from doing this! Remember that your LATEX source
Z b code is primarily intended to create camera-ready copy, but
f (t)dt = G(b) − G(a). may be converted to other forms – e.g. HTML. If you inad-
a vertently omit some or all of the \defs recompilation will
be, to say the least, problematic.
The other uses the definition environment, created by the
\newdef command: 2.2.3 Métricas Respostas Subjetivas
Because you have just been given permission to use the
Definition 1. If z is irrational, then by ez we mean the \newdef command to create a new form, you might think
unique number which has logarithm z: you can use TEX’s \def to create a new command: Please
refrain from doing this! Remember that your LATEX source
log ez = z code is primarily intended to create camera-ready copy, but
Figure 4: A sample black and white graphic (.eps format) that needs to span two columns of text.

may be converted to other forms – e.g. HTML. If you inad- may be converted to other forms – e.g. HTML. If you inad-
vertently omit some or all of the \defs recompilation will vertently omit some or all of the \defs recompilation will
be, to say the least, problematic. be, to say the least, problematic

2.3 Aprendizagem De Máquina 3. CONCLUSIONS


Because you have just been given permission to use the This paragraph will end the body of this sample document.
\newdef command to create a new form, you might think Remember that you might still have Acknowledgments or
you can use TEX’s \def to create a new command: Please Appendices; brief samples of these follow. There is still the
refrain from doing this! Remember that your LATEX source Bibliography to deal with; and we will make a disclaimer
code is primarily intended to create camera-ready copy, but about that here: with the exception of the reference to the
may be converted to other forms – e.g. HTML. If you inad- LATEX book, the citations in this paper are to articles which
vertently omit some or all of the \defs recompilation will have nothing to do with the present subject and are used as
be, to say the least, problematic. examples only.

2.4 Ferramentas de Modelagem 3D 4. ACKNOWLEDGMENTS


Because you have just been given permission to use the This section is optional; it is a location for you to ackno-
\newdef command to create a new form, you might think wledge grants, funding, editing assistance and what have
you can use TEX’s \def to create a new command: Please you. In the present case, for example, the authors would
refrain from doing this! Remember that your LATEX source like to thank Gerald Murray of ACM for his help in co-
code is primarily intended to create camera-ready copy, but difying this Author’s Guide and the .cls and .tex files that
may be converted to other forms – e.g. HTML. If you inad- it describes.
vertently omit some or all of the \defs recompilation will
be, to say the least, problematic.
APPENDIX
2.4.1 Aprendizagem supervisionada A. HEADINGS IN APPENDICES
2.4.2 Aprendizagem Não supervisionada The rules about hierarchical headings discussed above for
the body of the article are different in the appendices. In
2.4.3 Algorítimos de Clusterização the appendix environment, the command section is used
2.4.4 Algorítimos de Classificação to indicate the start of each Appendix, with alphabetic order
2.5 Trabalhos Correlatos designation (i.e. the first is A, the second B, etc.) and a title
(if you include one). So, if you need hierarchical structure
2.6 Metódos within an Appendix, start with subsection as the highest
Because you have just been given permission to use the level. Here is an outline of the body of this document in
\newdef command to create a new form, you might think Appendix-appropriate form:
you can use TEX’s \def to create a new command: Please
refrain from doing this! Remember that your LATEX source
code is primarily intended to create camera-ready copy, but A.1 Introduction
may be converted to other forms – e.g. HTML. If you inad- A.2 The Body of the Paper
vertently omit some or all of the \defs recompilation will
be, to say the least, problematic. A.2.1 Type Changes and Special Characters
A.2.2 Math Equations
2.7 Resultados
Because you have just been given permission to use the
\newdef command to create a new form, you might think Inline (In-text) Equations
you can use TEX’s \def to create a new command: Please
refrain from doing this! Remember that your LATEX source
code is primarily intended to create camera-ready copy, but Display Equations
A.2.3 Citations
A.2.4 Tables
A.2.5 Figures
A.2.6 Theorem-like Constructs
A Caveat for the TEX Expert
A.3 Conclusions
A.4 Acknowledgments
A.5 Additional Authors
This section is inserted by LATEX; you do not insert it. You
just add the names and information in the \additiona-
lauthors command at the start of the document.

A.6 References
Generated by bibtex from your .bib file. Run latex, then
bibtex, then latex twice (to resolve references) to create the
.bbl file. Insert that .bbl file into the .tex source file and
comment out the command \thebibliography.

B. MORE HELP FOR THE HARDY


The acm proc article-sp document class file itself is chock-
full of succinct and helpful comments. If you consider your-
self a moderately experienced to expert user of LATEX, you
may find reading it useful but please remember not to change
it.

You might also like