SlideShare a Scribd company logo
1 of 10
Download to read offline
Replace this ļ¬le with prentcsmacro.sty for your meeting,
or with entcsmacro.sty for your meeting. Both can be
found at the ENTCS Macro Home Page.
An Example Paper
My Name 1,2
My Department
My University
My City, My Country
My Co-author 3
My Co-authorā€™s Department
My Co-authorā€™s University
My Co-authorā€™s City, My Co-authorā€™s Country
Abstract
This is a short example to show the basics of using the ENTCS style macro ļ¬les.
Ample examples of how ļ¬les should look may be found among the published volumes
of the series at the ENTCS Home Page http://www.elsevier.nl/locate/entcs.
Key words: Please list keywords from your paper here, separated
by commas.
1 Introduction
This short note provides a guide to using the ENTCS macro package for
preparing papers for publication in your conference Proceedings. The Pro-
ceedings may be printed and hard copies distributed to participants at the
meeting; this is an option to Conference Organizers may choose to exercise.
The Proceedings also will be par of a volume in the series Electronic Notes
in Theoretical Computer Science (ENTCS), which is published under the aus-
pices of Elsevier Science B. V., the publishers of Theoretical Computer Science.
Itā€™s home page is http://www.elsevier.nl/locate/entcs
The ENTCS macro package consists of two ļ¬les:
entcs.cls, the basic style ļ¬le, and
1
Thanks to everyone who should be thanked
2
Email: myuserid@mydept.myinst.myedu
3
Email: couserid@codept.coinst.coedu
c 2003 Published by Elsevier Science B. V.
Please list Your Lastname Here
entcsmacro.sty, a macro ļ¬le containing the deļ¬nitions of some of the theorem-
like environments and a few other tidbits.
The formatting these style ļ¬les impose should not be altered ā€“ the reason for
using them is to attain a uniform format for all papers in the Proceedings of
which your paper is a part.
Additional macro ļ¬les can be added using usepackage{...}. The ļ¬le
entcsmacro.sty must be included in the list, as is done at the start of the
source ļ¬le for this paper.
The ENTCS package requires a relatively up-to-date LATEX system in order
to be successfully used. This is reļ¬‚ected in two other packages that are called
by entcs.cls, which must be available on your machine. These are:
ā€¢ The hyperref package. This package allows the use of hyperlinks in ļ¬les
prepared using LATEX2e, one of the main features of Adobeā€™s Acrobat c
Reader software. Be sure that you have at least version 6.69d of this pack-
age.
ā€¢ The ifpdf package. This is used by hyperref to diļ¬€erentiate between the
use of pdfLATEX and LATEX2e, followed by dvips and then ps2pdf.
The ļ¬le instraut.dvi contains information about the use of LATEXto pre-
pare ļ¬les for online publication by Elsevier. This ļ¬le refers to the older version
of LATEX that is no longer suppported, and that is inadequate for preparing
.pdf ļ¬les for online publication. Reading this ļ¬le should answer most of the
basic questions about LATEX that might arise.
2 Frontmatter
The biggest diļ¬€erence between a ā€œusualā€ LATEX style such as article.sty
and the ENTCS package is that the ENTCS macro package requires the title,
authorā€™s name or names, abstract, keywords and ā€œthanksā€ all to be included
within the frontmatter environment. At the beginning of the source ļ¬le for
this paper, youā€™ll notice this. Also, youā€™ll notice that the usual maketitle
is absent; it no longer is needed. The ENTCS style package automatically
generates the title, authorā€™s name and address, and related material at the
beginning of the paper. Note also that hyperref has been disabled in this part
of the entcs.cls ļ¬le, so references to footnotes arenā€™t linked to the appropriate
footenotes or addresses. This is an old problem with LATEX, involving the fact
that the references within the frontmatter arenā€™t passed cleanly to the linking
software.
For those who have used the ENTCS package before, the one new thing
to note is the inclusion of Keywords; these are now required by Elsevier ā€“
theyā€™re also required by ACMā€™s Computing Reviews which reviews ENTCS
publications.
The ENTCS macro package provides two alternatives to listing authors
names and addresses. These are described in detail in the ļ¬le instraut.dvi.
2
Please list Your Lastname Here
Basically, listing each author and his or her address in turn, is the simplest
method. But, if there are several authors and two or more share the same
address (but not all authors are at this address), then the method of listing
authors ļ¬rst, and then the addresses, and of referencing addresses to authors
should be used.
Also, notice that acknowledgment of support (the contents of thanks)
should be done by a separate listing of thanks[NSF]{To the NSF} with the
optional argument ā€“ [NSF] ā€“ being used for thanksref which is attached to
those authors acknowledging such support. It is important that the thanks
not be included within the scope of author{} or of title{}, but it must
be within the scope of the environment frontmatter.
More details about added terms such as collab can be found in inst.dvi,
if they are needed.
Also, notice that the command lastname{My Lastname} has been in-
cluded before the frontmatter begins. This command should contain the
last names of the authors of the paper. If there are no more than three au-
thors, then they should be listed with the word ā€œandā€ between the last two;
if more than three authors collaborated on the paper, then the ļ¬rst author
only should be listed, together with emph{et al}. This command creates
the headline for each page after page 1.
Finally, please be sure to include an abstract for your paper.
3 Sectioning and Environments
Since ENTCS is published through the auspices of Elsevier Science B. V., their
style ļ¬les have been used to create the ENTCS macro package. Hereā€™s a proof
that this package is not much diļ¬€erent than most of the ones one encounters:
Deļ¬nition 3.1 A ļ¬le is derived from another if it is obtained with only a few
modiļ¬cations from the original ļ¬le.
Theorem 3.2 The ļ¬le entcs.cls is derived from elsart.sty.
Proof. This is clear from the similarity of the output to the output from
Elsevierā€™s style ļ¬les. 2
If one wants to start a proof with a descriptive word, such as ā€œsketchā€,
then one can use the begin{proof*}...end{proof*} environment, as in
Proof (Sketch) This can be derived from simple observations. 2
The main diļ¬€erences between the ļ¬le entcs.cls and the elsartr.cls ļ¬le
used by Elsevier are the more precise format we use ā€“ Elsevierā€™s generic ļ¬les are
meant for preliminary editing, and more precise formatting is imposed using
a macro ļ¬le designed for the speciļ¬c Elsevier journal in which the paper will
eventually appear. The entcs.cls and entcsmacro.sty ļ¬les format papers
3
Please list Your Lastname Here
uniformly so that they all are easily recognizable as being from the series
Electronic Notes in Theoretical Computer Science.
All of the usual features of LATEX are available with these style ļ¬les ā€“
it is only the formatting that has been rigorously deļ¬ned. Thus, one has
available the sectioning commands section,subsection, paragraph and
subparagraph. The numbering scheme used is one under which Theorem
1.2.3 is the third numbered item in second subsection of the ļ¬rst section of
the paper. In order to facilitate cross-references, all of the named environments
given below are numbered, and all use the same number scheme.
The ļ¬le entcsmacro.sty contains additional information that is needed to
typeset a paper. It also has the deļ¬nitions of the AMS euler and blackboard
bold fonts builtin. If you want to use symbols for the natural numbers, the
reals, etc., then we prefer that you use the blackboard bold fonts, and not
plain bold fonts. This is accomplished by using the mathbb font, as in N or
R.
The names of theorem-like environments are provided in entcsmacro.sty.
With the exception of the environment Algorithm, the names of all of these
are full name, rather than a shortened version. The environments provided
and their names are
ā€¢ begin{theorem} ... end{theorem} for Theorems,
ā€¢ begin{lemma} ... end{lemma} for Lemmas,
ā€¢ begin{corollary} ... end{corollary} for Corollaries,
ā€¢ begin{proposition} ... end{proposition} for Propositions,
ā€¢ begin{criterion} ... end{criterion} for Criteria,
ā€¢ begin{alg} ... end{alg} for Algorithms,
ā€¢ begin{definition} ... end{definition} for Deļ¬nitions,
ā€¢ begin{conjecture} ... end{conjecture} for Conjectures,
ā€¢ begin{example} ... end{example} for Examples,
ā€¢ begin{problem} ... end{problem} for Problems,
ā€¢ begin{remark} ... end{remark} for Remarks,
ā€¢ begin{note} ... end{note} for Notes,
ā€¢ begin{claim} ... end{claim} for Claims,
ā€¢ begin{summary} ... end{summary} for Summary,
ā€¢ begin{case} ... end{case} for Cases, and
ā€¢ begin{ack} ... end{ack} for Acknowledgements.
For example,
4
Please list Your Lastname Here
Algorithm 1 Step 1: Write the paper
Step 2: Format it with the ENTCS macro package
Step 3: Ship the whole thing to the Guest Editors
4 References and Cross-references
All the cross-referencing facilities of LATEX are supported, so one can use
ref{} and cite{} for cross-references within the paper and for references
to bibliographic items. As is done in this note, the References section 6 can
be composed with begin{thebibliography}...end{thebibliography}.
Alternatively, BibTEX can be used to compile the bibliography. Whichever
one is used, the references are to be numbered consecutively, rather than by
author-deļ¬ned acronyms. Of course you can use your own acronyms for easy
reference to each of the items in the bibliography, as has been done with the
listing for this short note.
However, note that the references should not be started with a new section
command.
The package hyperref is automatically loaded by entcs.cls, and this makes
all the cross-references within the document ā€œactiveā€ when the pdf ļ¬le of the
paper is viewed with Adobeā€™s Acrobat c
Reader. The format for including
a link is simple: simply insert href{URL} {text} where URL is the URL
to which you want the link to point, and text is the text you want to be
highlighted, which when clicked upon will bring up the desired web page.
4.1 Particulars about .pdf ļ¬les
We now require that .pdf ļ¬les be provided for publication online. A .pdf
ļ¬le is viewable by Adobeā€™s Acrobat c
viewer, which can be conļ¬gured to load
automatically within a browser. Viewing a properly formatted .pdf ļ¬le with
Acrobat c
allows the cross-references and links to URLs to be active. In fact,
Elsevier utilizes .pdf ļ¬les in order to take better advantage of the webā€™s ca-
pabilities.
But one point we want to emphasize is that you should be sure to use Type
1 fonts when you typeset your LATEX source ļ¬le. These fonts are scalable,
meaning that they carry information that allows the devise viewing the ļ¬nal
output to scale the fonts to suit the viewer being used ā€“ from an onscreen
viewer such as Adobeā€™s Acrobat c
Reader, to printing the ļ¬le on a printer.
You can tell if you have used the right fonts by viewing the ļ¬nal output on
your machine. It the fonts look grainy, then you have not used Type 1 fonts.
They can be located at the CTAN archive http://www.ctan.org ā€“ they are
public domain fonts, and donā€™t cost anything to add them to your system.
Assuming you have Type 1 fonts available, then there are there methods
for producing .pdf ļ¬les.
5
Please list Your Lastname Here
Using dvips and ps2pdf
We list this option ļ¬rst since it appears to be the most reliable and the
easiest to use, especially if you include embedded PostScript graphics (.eps
ļ¬les) in your source ļ¬le. Simply run LATEX2e on your source ļ¬le, then apply
dvips to produce a PostScript ļ¬le, and ļ¬nally apply ps2pdf to obtain a .pdf
ļ¬le.
The DVIPDFM utility
Another easy method for producing acceptable .pdf ļ¬les is via the utility
dvipdfm. This utility is included in distributions of MikTEX, which runs
on Windows machines, but it probably needs to be added to your teTEX
distribution, if you are running LATEX on a UNIX machine. The utility and
precise information about installing it on your system can be found at the
web page http://gaspra.kettering.edu/dvipdfm/. In essence, this utility
converts a .dvi ļ¬le into a .pdf ļ¬le. So, one can ļ¬rst prepare the .dvi ļ¬le
using LATEX, and then apply the utility dvipdfm to produce the needed .pdf
ļ¬le. 4
This utility makes inclusion of graphics particularly simple ā€“ those that
are included in the LATEX source ļ¬le are simply converted to the .pdf format.
As we note below, things are not so simple with the second alternative, which
is to use pdfLATEX.
pdfLATEX
An alternative to the ļ¬rst possibilities to produce .pdf ļ¬les is to process
the source ļ¬le with pdfLATEX. This format is available from the standard
CTAN sites http://www.ctan.org. It appears that pdfLATEX and hyperref
have some problems when used together. It is necessary to use pdfLATEX
version 14d or later in order to minimize these issues. If your system has
an earlier version (most teTEX distributions have version 13d), then you
can update your system by retrieving the latest version of pdfLATEX from
ftp://ftp.cstug.cz/pub/tex/local/cstug/thanh/pdftex/. Even if the
recent versions are used, pdfLATEX has the same dealing with references em-
bedded with the frontmatter section described above for LATEX.
But there is one aspect of pdfLATEX that creates problems. Many authors
include EPS 5
ļ¬les within their papers. While this is fairly straightforward
with LATEX, there are a couple of points to note when attempting this with
pdfLATEX.
To include a PostScript image in a .pdf ļ¬le produced with pdfLATEX,
you ļ¬rst have to convert the image to a .pdf ļ¬le, and then it can be in-
cluded using the same command sequence as above. The conversion can be
4
Beware! The utility dvipdf does not produce acceptable .pdf ļ¬les, and should not be
used. Only dvipdfm should be used to produce .pdf ļ¬les.
5
EPS stands for embedded PostScript, which aļ¬€ords a mechanism for including pre-
prepared PostScript ļ¬les within a LATEX document.
6
Please list Your Lastname Here
accomplished most easily using Ghostscript; you can simply view the ļ¬le in
Ghostview and then print the image to a .pdf ļ¬le using the pdfwriter option
within Ghostview. The result for a standard chess board that is part of the
Ghostview distribution is the following image:
Here as well is a copy of a color image. While pdfLATEX can handle image ļ¬les
in other formats, LATEX can only handle .eps images reliably.
It also should be noted that we have included two separate source ļ¬les for
this example ļ¬le ā€“ one for LATEX and one for pdfLATEX ā€“ because we want
7
Please list Your Lastname Here
to illustrate how to insert graphics images into the ļ¬le. If your paper does
not include such images, then the same source ļ¬le can be formatted by either
LATEX orf by pdfLATEX.
Using ENTCS Macros with Mac OS X
Of course, if your ļ¬le doesnā€™t require .eps or other PostScript ļ¬les, then
you can create the required .pdf ļ¬le using any of the standard TEX imple-
mentations for the Macintosh. If you need to include PostScript ļ¬les, and if
you are using TEXShop, then you can specify to use dvips and ghostview in
processing your ļ¬le, and then you can apply ps2pdf to create the needed .pdf
ļ¬le. Alternatibely, the Mac OS X operating system is based on UNIX, so it
supports the use of teTEX as described above.
5 Summary
The ENTCS macro package is relatively easy to use and provides a uniform
layout for all the papers that appear in ENTCS.
Problem 5.1 Finish your paper and get it to your Program Chairman on
time!
When you have ļ¬nished preparing your paper, send a copy of the source ļ¬le,
together with any macro ļ¬les that are needed to your Program Chairman. If
the ļ¬les are extensive, you can place copies in the pub/incoming sub-directory
of the ftp directory on the machine indicated by your Program Chairman using
anonymous ftp. If you do this, please send me email to alert me that the ļ¬le(s)
are here.
Assigning Volume / Issue Numbers
One additional point worth mentioning is that ENTCS is moving to Sci-
enceDirect, Elsevierā€™s main platform for publishing electronic series, Because
ScienceDirect must publish entire volumes at the same time, we have changed
the procedure for preparing ļ¬nal versions so that volume numbers will not
be assigned until the ļ¬nal versions are ready. Guest Editors will now have
to receive the ļ¬nal version of all papers in their Proceedings before a volume
and issue number will be assigned for the Proceedings. Even with the move to
ScienceDirect, the reference scheme already used for publications in ENTCS ā€“
http://www.elsevier/nl/locate/entcs/ NNnn.html remains the valid way
to cite papers published in ENTCS, where NN denotes the number of the vol-
ume, and nn denotes the issue number. Publications consisting of an entire
volume should use 1 as the issue number.
Copyright Transfer Forms
One result of the move to ScienceDirect is that the corresponding author
of each paper published in ENTCS must submit a signed Copyright Transfer
8
Please list Your Lastname Here
Form to Elsevier in order for their paper to be published. A copy of this form
will be sent to each author by the Guest Editors of each volume. Details about
this agreement specifying the rights of the authors and the rights of Elsevier
are available at Elsevierā€™s Author Gateway.
Publication of Final Versions
Because ScienceDirect cannot easily accommodate changes to published
material, the Proceedings in its entirety must be ready before it can be pub-
lished. This is one reason why the volume and issue number is not assigned
until the ļ¬nal versions of all papers have been sent to the Guest Editors for
ļ¬nal processing.
6 Bibliographical references
ENTCS employs the plain style of bibliographic references in which references
are listed in alphabetical order, according the the ļ¬rst authorā€™s last name, and
are sequentially numbered. Please utilize this style. We have a BibTEX style
ļ¬le, for those who wish to use it. It is the ļ¬le entcs.bst which is included in
this package. The basic rules we have employed are the following:
ā€¢ Authorsā€™ names should be listed in alphabetical order, with the ļ¬rst authorā€™s
last name being the ļ¬rst listing, followed by the authorā€™s initials or ļ¬rst
name, and with the other authors names listed as ļ¬rst name, last name.
ā€¢ Titles of articles in journals should be in emphasized type.
ā€¢ Titles of books, monographs, etc. should be in quotations.
ā€¢ Journal names should be in plain roman type.
ā€¢ Journal volume numbers should be in boldface type, with the year of pub-
lication immediately following in roman type, and enclosed in parentheses.
ā€¢ References to URLs on the net should be ā€œactiveā€ and the URL itself should
be in typewriter font.
ā€¢ Articles should include page numbers.
The criteria are illustrated in the following.
References
[1] Civin, P., and B. Yood, Involutions on Banach algebras, Paciļ¬c J. Math. 9
(1959), 415ā€“436.
[2] Cliļ¬€ord, A. H., and G. B. Preston, ā€œThe Algebraic Theory of Semigroups,ā€
Math. Surveys 7, Amer. Math. Soc., Providence, R.I., 1961.
[3] Freyd, Peter, Peter Oā€™Hearn, John Power, Robert Tennent and Makoto
Takeyama, Bireļ¬‚ectivity, Electronic Notes in Theoretical Computer Science 1
(1995), URL: http://www.elsevier.nl/locate/entcs/volume1.html.
9
Please list Your Lastname Here
[4] Easdown, D., and W. D. Munn, Trace functions on inverse semigroup algebras,
U. of Glasgow, Dept. of Math., preprint 93/52.
[5] Roscoe, A. W., ā€œThe Theory and Practice of Concurrency,ā€ Prentice Hall Series
in Computer Science, Prentice Hall Publishers, London, New York (1198),
565pp. With associated web site
http://www.comlab.ox.ac.uk/oucl/publications/books/concurrency/.
[6] Shehadah, A. A., ā€œEmbedding theorems for semigroups with involution, ā€œ Ph.D.
thesis, Purdue University, Indiana, 1982.
[7] Weyl, H., ā€œThe Classical Groups,ā€ 2nd Ed., Princeton U. Press, Princeton, N.J.,
1946.
10

More Related Content

Similar to example.pdf

Latex workshop: Essentials and Practices
Latex workshop: Essentials and PracticesLatex workshop: Essentials and Practices
Latex workshop: Essentials and PracticesMohamed Alrshah
Ā 
Algorithm2e package for Latex
Algorithm2e package for LatexAlgorithm2e package for Latex
Algorithm2e package for LatexChris Lee
Ā 
Introduction to Latex
Introduction to LatexIntroduction to Latex
Introduction to LatexMohamed Alrshah
Ā 
latex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. Alrshahlatex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. AlrshahAbdulazim N.Elaati
Ā 
LaTeX Survival Guide
LaTeX Survival Guide LaTeX Survival Guide
LaTeX Survival Guide Dylan Seychell
Ā 

Similar to example.pdf (7)

Latex workshop: Essentials and Practices
Latex workshop: Essentials and PracticesLatex workshop: Essentials and Practices
Latex workshop: Essentials and Practices
Ā 
Latex Tutorial by Dr. M. C. Hanumantharaju
Latex Tutorial by Dr. M. C. HanumantharajuLatex Tutorial by Dr. M. C. Hanumantharaju
Latex Tutorial by Dr. M. C. Hanumantharaju
Ā 
Algorithm2e package for Latex
Algorithm2e package for LatexAlgorithm2e package for Latex
Algorithm2e package for Latex
Ā 
Introduction to Latex
Introduction to LatexIntroduction to Latex
Introduction to Latex
Ā 
Chap03 scr
Chap03 scrChap03 scr
Chap03 scr
Ā 
latex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. Alrshahlatex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. Alrshah
Ā 
LaTeX Survival Guide
LaTeX Survival Guide LaTeX Survival Guide
LaTeX Survival Guide
Ā 

More from DreamMalar

Latest PPT.pptx
Latest PPT.pptxLatest PPT.pptx
Latest PPT.pptxDreamMalar
Ā 
example.pdf
example.pdfexample.pdf
example.pdfDreamMalar
Ā 
example.pdf
example.pdfexample.pdf
example.pdfDreamMalar
Ā 
example.pdf
example.pdfexample.pdf
example.pdfDreamMalar
Ā 
LAtest Doc
LAtest DocLAtest Doc
LAtest DocDreamMalar
Ā 
Presentation1.PPTX
Presentation1.PPTXPresentation1.PPTX
Presentation1.PPTXDreamMalar
Ā 
Presentation1.PPTX
Presentation1.PPTXPresentation1.PPTX
Presentation1.PPTXDreamMalar
Ā 
Presentation1.PPTX
Presentation1.PPTXPresentation1.PPTX
Presentation1.PPTXDreamMalar
Ā 
Presentation1.PPTX
Presentation1.PPTXPresentation1.PPTX
Presentation1.PPTXDreamMalar
Ā 
NetworkSecurity.ppt
NetworkSecurity.pptNetworkSecurity.ppt
NetworkSecurity.pptDreamMalar
Ā 
newdocument.txt
newdocument.txtnewdocument.txt
newdocument.txtDreamMalar
Ā 
Sample.ppt
Sample.pptSample.ppt
Sample.pptDreamMalar
Ā 
not from widget
not from widgetnot from widget
not from widgetDreamMalar
Ā 
Document.docx.docx
Document.docx.docxDocument.docx.docx
Document.docx.docxDreamMalar
Ā 
content list check
content list checkcontent list check
content list checkDreamMalar
Ā 
PDF2.pdf
PDF2.pdfPDF2.pdf
PDF2.pdfDreamMalar
Ā 
1934015245 Software TestingA.pdf
1934015245 Software TestingA.pdf1934015245 Software TestingA.pdf
1934015245 Software TestingA.pdfDreamMalar
Ā 

More from DreamMalar (20)

AQ
AQAQ
AQ
Ā 
Latest PPT.pptx
Latest PPT.pptxLatest PPT.pptx
Latest PPT.pptx
Ā 
example.pdf
example.pdfexample.pdf
example.pdf
Ā 
example.pdf
example.pdfexample.pdf
example.pdf
Ā 
tag
tagtag
tag
Ā 
tag
tagtag
tag
Ā 
example.pdf
example.pdfexample.pdf
example.pdf
Ā 
LAtest Doc
LAtest DocLAtest Doc
LAtest Doc
Ā 
Presentation1.PPTX
Presentation1.PPTXPresentation1.PPTX
Presentation1.PPTX
Ā 
Presentation1.PPTX
Presentation1.PPTXPresentation1.PPTX
Presentation1.PPTX
Ā 
Presentation1.PPTX
Presentation1.PPTXPresentation1.PPTX
Presentation1.PPTX
Ā 
Presentation1.PPTX
Presentation1.PPTXPresentation1.PPTX
Presentation1.PPTX
Ā 
NetworkSecurity.ppt
NetworkSecurity.pptNetworkSecurity.ppt
NetworkSecurity.ppt
Ā 
newdocument.txt
newdocument.txtnewdocument.txt
newdocument.txt
Ā 
Sample.ppt
Sample.pptSample.ppt
Sample.ppt
Ā 
not from widget
not from widgetnot from widget
not from widget
Ā 
Document.docx.docx
Document.docx.docxDocument.docx.docx
Document.docx.docx
Ā 
content list check
content list checkcontent list check
content list check
Ā 
PDF2.pdf
PDF2.pdfPDF2.pdf
PDF2.pdf
Ā 
1934015245 Software TestingA.pdf
1934015245 Software TestingA.pdf1934015245 Software TestingA.pdf
1934015245 Software TestingA.pdf
Ā 

Recently uploaded

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
Ā 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
Ā 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
Ā 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...gurkirankumar98700
Ā 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
Ā 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
Ā 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
Ā 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
Ā 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
Ā 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
Ā 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
Ā 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
Ā 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
Ā 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
Ā 
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
Ā 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
Ā 

Recently uploaded (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Ā 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
Ā 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
Ā 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service šŸø 8923113531 šŸŽ° Avail...
Ā 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
Ā 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
Ā 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Ā 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Ā 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Ā 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
Ā 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
Ā 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
Ā 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
Ā 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
Ā 
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 āœ“Call Girls In Kalyan ( Mumbai ) secure service
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Ā 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
Ā 

example.pdf

  • 1. Replace this ļ¬le with prentcsmacro.sty for your meeting, or with entcsmacro.sty for your meeting. Both can be found at the ENTCS Macro Home Page. An Example Paper My Name 1,2 My Department My University My City, My Country My Co-author 3 My Co-authorā€™s Department My Co-authorā€™s University My Co-authorā€™s City, My Co-authorā€™s Country Abstract This is a short example to show the basics of using the ENTCS style macro ļ¬les. Ample examples of how ļ¬les should look may be found among the published volumes of the series at the ENTCS Home Page http://www.elsevier.nl/locate/entcs. Key words: Please list keywords from your paper here, separated by commas. 1 Introduction This short note provides a guide to using the ENTCS macro package for preparing papers for publication in your conference Proceedings. The Pro- ceedings may be printed and hard copies distributed to participants at the meeting; this is an option to Conference Organizers may choose to exercise. The Proceedings also will be par of a volume in the series Electronic Notes in Theoretical Computer Science (ENTCS), which is published under the aus- pices of Elsevier Science B. V., the publishers of Theoretical Computer Science. Itā€™s home page is http://www.elsevier.nl/locate/entcs The ENTCS macro package consists of two ļ¬les: entcs.cls, the basic style ļ¬le, and 1 Thanks to everyone who should be thanked 2 Email: myuserid@mydept.myinst.myedu 3 Email: couserid@codept.coinst.coedu c 2003 Published by Elsevier Science B. V.
  • 2. Please list Your Lastname Here entcsmacro.sty, a macro ļ¬le containing the deļ¬nitions of some of the theorem- like environments and a few other tidbits. The formatting these style ļ¬les impose should not be altered ā€“ the reason for using them is to attain a uniform format for all papers in the Proceedings of which your paper is a part. Additional macro ļ¬les can be added using usepackage{...}. The ļ¬le entcsmacro.sty must be included in the list, as is done at the start of the source ļ¬le for this paper. The ENTCS package requires a relatively up-to-date LATEX system in order to be successfully used. This is reļ¬‚ected in two other packages that are called by entcs.cls, which must be available on your machine. These are: ā€¢ The hyperref package. This package allows the use of hyperlinks in ļ¬les prepared using LATEX2e, one of the main features of Adobeā€™s Acrobat c Reader software. Be sure that you have at least version 6.69d of this pack- age. ā€¢ The ifpdf package. This is used by hyperref to diļ¬€erentiate between the use of pdfLATEX and LATEX2e, followed by dvips and then ps2pdf. The ļ¬le instraut.dvi contains information about the use of LATEXto pre- pare ļ¬les for online publication by Elsevier. This ļ¬le refers to the older version of LATEX that is no longer suppported, and that is inadequate for preparing .pdf ļ¬les for online publication. Reading this ļ¬le should answer most of the basic questions about LATEX that might arise. 2 Frontmatter The biggest diļ¬€erence between a ā€œusualā€ LATEX style such as article.sty and the ENTCS package is that the ENTCS macro package requires the title, authorā€™s name or names, abstract, keywords and ā€œthanksā€ all to be included within the frontmatter environment. At the beginning of the source ļ¬le for this paper, youā€™ll notice this. Also, youā€™ll notice that the usual maketitle is absent; it no longer is needed. The ENTCS style package automatically generates the title, authorā€™s name and address, and related material at the beginning of the paper. Note also that hyperref has been disabled in this part of the entcs.cls ļ¬le, so references to footnotes arenā€™t linked to the appropriate footenotes or addresses. This is an old problem with LATEX, involving the fact that the references within the frontmatter arenā€™t passed cleanly to the linking software. For those who have used the ENTCS package before, the one new thing to note is the inclusion of Keywords; these are now required by Elsevier ā€“ theyā€™re also required by ACMā€™s Computing Reviews which reviews ENTCS publications. The ENTCS macro package provides two alternatives to listing authors names and addresses. These are described in detail in the ļ¬le instraut.dvi. 2
  • 3. Please list Your Lastname Here Basically, listing each author and his or her address in turn, is the simplest method. But, if there are several authors and two or more share the same address (but not all authors are at this address), then the method of listing authors ļ¬rst, and then the addresses, and of referencing addresses to authors should be used. Also, notice that acknowledgment of support (the contents of thanks) should be done by a separate listing of thanks[NSF]{To the NSF} with the optional argument ā€“ [NSF] ā€“ being used for thanksref which is attached to those authors acknowledging such support. It is important that the thanks not be included within the scope of author{} or of title{}, but it must be within the scope of the environment frontmatter. More details about added terms such as collab can be found in inst.dvi, if they are needed. Also, notice that the command lastname{My Lastname} has been in- cluded before the frontmatter begins. This command should contain the last names of the authors of the paper. If there are no more than three au- thors, then they should be listed with the word ā€œandā€ between the last two; if more than three authors collaborated on the paper, then the ļ¬rst author only should be listed, together with emph{et al}. This command creates the headline for each page after page 1. Finally, please be sure to include an abstract for your paper. 3 Sectioning and Environments Since ENTCS is published through the auspices of Elsevier Science B. V., their style ļ¬les have been used to create the ENTCS macro package. Hereā€™s a proof that this package is not much diļ¬€erent than most of the ones one encounters: Deļ¬nition 3.1 A ļ¬le is derived from another if it is obtained with only a few modiļ¬cations from the original ļ¬le. Theorem 3.2 The ļ¬le entcs.cls is derived from elsart.sty. Proof. This is clear from the similarity of the output to the output from Elsevierā€™s style ļ¬les. 2 If one wants to start a proof with a descriptive word, such as ā€œsketchā€, then one can use the begin{proof*}...end{proof*} environment, as in Proof (Sketch) This can be derived from simple observations. 2 The main diļ¬€erences between the ļ¬le entcs.cls and the elsartr.cls ļ¬le used by Elsevier are the more precise format we use ā€“ Elsevierā€™s generic ļ¬les are meant for preliminary editing, and more precise formatting is imposed using a macro ļ¬le designed for the speciļ¬c Elsevier journal in which the paper will eventually appear. The entcs.cls and entcsmacro.sty ļ¬les format papers 3
  • 4. Please list Your Lastname Here uniformly so that they all are easily recognizable as being from the series Electronic Notes in Theoretical Computer Science. All of the usual features of LATEX are available with these style ļ¬les ā€“ it is only the formatting that has been rigorously deļ¬ned. Thus, one has available the sectioning commands section,subsection, paragraph and subparagraph. The numbering scheme used is one under which Theorem 1.2.3 is the third numbered item in second subsection of the ļ¬rst section of the paper. In order to facilitate cross-references, all of the named environments given below are numbered, and all use the same number scheme. The ļ¬le entcsmacro.sty contains additional information that is needed to typeset a paper. It also has the deļ¬nitions of the AMS euler and blackboard bold fonts builtin. If you want to use symbols for the natural numbers, the reals, etc., then we prefer that you use the blackboard bold fonts, and not plain bold fonts. This is accomplished by using the mathbb font, as in N or R. The names of theorem-like environments are provided in entcsmacro.sty. With the exception of the environment Algorithm, the names of all of these are full name, rather than a shortened version. The environments provided and their names are ā€¢ begin{theorem} ... end{theorem} for Theorems, ā€¢ begin{lemma} ... end{lemma} for Lemmas, ā€¢ begin{corollary} ... end{corollary} for Corollaries, ā€¢ begin{proposition} ... end{proposition} for Propositions, ā€¢ begin{criterion} ... end{criterion} for Criteria, ā€¢ begin{alg} ... end{alg} for Algorithms, ā€¢ begin{definition} ... end{definition} for Deļ¬nitions, ā€¢ begin{conjecture} ... end{conjecture} for Conjectures, ā€¢ begin{example} ... end{example} for Examples, ā€¢ begin{problem} ... end{problem} for Problems, ā€¢ begin{remark} ... end{remark} for Remarks, ā€¢ begin{note} ... end{note} for Notes, ā€¢ begin{claim} ... end{claim} for Claims, ā€¢ begin{summary} ... end{summary} for Summary, ā€¢ begin{case} ... end{case} for Cases, and ā€¢ begin{ack} ... end{ack} for Acknowledgements. For example, 4
  • 5. Please list Your Lastname Here Algorithm 1 Step 1: Write the paper Step 2: Format it with the ENTCS macro package Step 3: Ship the whole thing to the Guest Editors 4 References and Cross-references All the cross-referencing facilities of LATEX are supported, so one can use ref{} and cite{} for cross-references within the paper and for references to bibliographic items. As is done in this note, the References section 6 can be composed with begin{thebibliography}...end{thebibliography}. Alternatively, BibTEX can be used to compile the bibliography. Whichever one is used, the references are to be numbered consecutively, rather than by author-deļ¬ned acronyms. Of course you can use your own acronyms for easy reference to each of the items in the bibliography, as has been done with the listing for this short note. However, note that the references should not be started with a new section command. The package hyperref is automatically loaded by entcs.cls, and this makes all the cross-references within the document ā€œactiveā€ when the pdf ļ¬le of the paper is viewed with Adobeā€™s Acrobat c Reader. The format for including a link is simple: simply insert href{URL} {text} where URL is the URL to which you want the link to point, and text is the text you want to be highlighted, which when clicked upon will bring up the desired web page. 4.1 Particulars about .pdf ļ¬les We now require that .pdf ļ¬les be provided for publication online. A .pdf ļ¬le is viewable by Adobeā€™s Acrobat c viewer, which can be conļ¬gured to load automatically within a browser. Viewing a properly formatted .pdf ļ¬le with Acrobat c allows the cross-references and links to URLs to be active. In fact, Elsevier utilizes .pdf ļ¬les in order to take better advantage of the webā€™s ca- pabilities. But one point we want to emphasize is that you should be sure to use Type 1 fonts when you typeset your LATEX source ļ¬le. These fonts are scalable, meaning that they carry information that allows the devise viewing the ļ¬nal output to scale the fonts to suit the viewer being used ā€“ from an onscreen viewer such as Adobeā€™s Acrobat c Reader, to printing the ļ¬le on a printer. You can tell if you have used the right fonts by viewing the ļ¬nal output on your machine. It the fonts look grainy, then you have not used Type 1 fonts. They can be located at the CTAN archive http://www.ctan.org ā€“ they are public domain fonts, and donā€™t cost anything to add them to your system. Assuming you have Type 1 fonts available, then there are there methods for producing .pdf ļ¬les. 5
  • 6. Please list Your Lastname Here Using dvips and ps2pdf We list this option ļ¬rst since it appears to be the most reliable and the easiest to use, especially if you include embedded PostScript graphics (.eps ļ¬les) in your source ļ¬le. Simply run LATEX2e on your source ļ¬le, then apply dvips to produce a PostScript ļ¬le, and ļ¬nally apply ps2pdf to obtain a .pdf ļ¬le. The DVIPDFM utility Another easy method for producing acceptable .pdf ļ¬les is via the utility dvipdfm. This utility is included in distributions of MikTEX, which runs on Windows machines, but it probably needs to be added to your teTEX distribution, if you are running LATEX on a UNIX machine. The utility and precise information about installing it on your system can be found at the web page http://gaspra.kettering.edu/dvipdfm/. In essence, this utility converts a .dvi ļ¬le into a .pdf ļ¬le. So, one can ļ¬rst prepare the .dvi ļ¬le using LATEX, and then apply the utility dvipdfm to produce the needed .pdf ļ¬le. 4 This utility makes inclusion of graphics particularly simple ā€“ those that are included in the LATEX source ļ¬le are simply converted to the .pdf format. As we note below, things are not so simple with the second alternative, which is to use pdfLATEX. pdfLATEX An alternative to the ļ¬rst possibilities to produce .pdf ļ¬les is to process the source ļ¬le with pdfLATEX. This format is available from the standard CTAN sites http://www.ctan.org. It appears that pdfLATEX and hyperref have some problems when used together. It is necessary to use pdfLATEX version 14d or later in order to minimize these issues. If your system has an earlier version (most teTEX distributions have version 13d), then you can update your system by retrieving the latest version of pdfLATEX from ftp://ftp.cstug.cz/pub/tex/local/cstug/thanh/pdftex/. Even if the recent versions are used, pdfLATEX has the same dealing with references em- bedded with the frontmatter section described above for LATEX. But there is one aspect of pdfLATEX that creates problems. Many authors include EPS 5 ļ¬les within their papers. While this is fairly straightforward with LATEX, there are a couple of points to note when attempting this with pdfLATEX. To include a PostScript image in a .pdf ļ¬le produced with pdfLATEX, you ļ¬rst have to convert the image to a .pdf ļ¬le, and then it can be in- cluded using the same command sequence as above. The conversion can be 4 Beware! The utility dvipdf does not produce acceptable .pdf ļ¬les, and should not be used. Only dvipdfm should be used to produce .pdf ļ¬les. 5 EPS stands for embedded PostScript, which aļ¬€ords a mechanism for including pre- prepared PostScript ļ¬les within a LATEX document. 6
  • 7. Please list Your Lastname Here accomplished most easily using Ghostscript; you can simply view the ļ¬le in Ghostview and then print the image to a .pdf ļ¬le using the pdfwriter option within Ghostview. The result for a standard chess board that is part of the Ghostview distribution is the following image: Here as well is a copy of a color image. While pdfLATEX can handle image ļ¬les in other formats, LATEX can only handle .eps images reliably. It also should be noted that we have included two separate source ļ¬les for this example ļ¬le ā€“ one for LATEX and one for pdfLATEX ā€“ because we want 7
  • 8. Please list Your Lastname Here to illustrate how to insert graphics images into the ļ¬le. If your paper does not include such images, then the same source ļ¬le can be formatted by either LATEX orf by pdfLATEX. Using ENTCS Macros with Mac OS X Of course, if your ļ¬le doesnā€™t require .eps or other PostScript ļ¬les, then you can create the required .pdf ļ¬le using any of the standard TEX imple- mentations for the Macintosh. If you need to include PostScript ļ¬les, and if you are using TEXShop, then you can specify to use dvips and ghostview in processing your ļ¬le, and then you can apply ps2pdf to create the needed .pdf ļ¬le. Alternatibely, the Mac OS X operating system is based on UNIX, so it supports the use of teTEX as described above. 5 Summary The ENTCS macro package is relatively easy to use and provides a uniform layout for all the papers that appear in ENTCS. Problem 5.1 Finish your paper and get it to your Program Chairman on time! When you have ļ¬nished preparing your paper, send a copy of the source ļ¬le, together with any macro ļ¬les that are needed to your Program Chairman. If the ļ¬les are extensive, you can place copies in the pub/incoming sub-directory of the ftp directory on the machine indicated by your Program Chairman using anonymous ftp. If you do this, please send me email to alert me that the ļ¬le(s) are here. Assigning Volume / Issue Numbers One additional point worth mentioning is that ENTCS is moving to Sci- enceDirect, Elsevierā€™s main platform for publishing electronic series, Because ScienceDirect must publish entire volumes at the same time, we have changed the procedure for preparing ļ¬nal versions so that volume numbers will not be assigned until the ļ¬nal versions are ready. Guest Editors will now have to receive the ļ¬nal version of all papers in their Proceedings before a volume and issue number will be assigned for the Proceedings. Even with the move to ScienceDirect, the reference scheme already used for publications in ENTCS ā€“ http://www.elsevier/nl/locate/entcs/ NNnn.html remains the valid way to cite papers published in ENTCS, where NN denotes the number of the vol- ume, and nn denotes the issue number. Publications consisting of an entire volume should use 1 as the issue number. Copyright Transfer Forms One result of the move to ScienceDirect is that the corresponding author of each paper published in ENTCS must submit a signed Copyright Transfer 8
  • 9. Please list Your Lastname Here Form to Elsevier in order for their paper to be published. A copy of this form will be sent to each author by the Guest Editors of each volume. Details about this agreement specifying the rights of the authors and the rights of Elsevier are available at Elsevierā€™s Author Gateway. Publication of Final Versions Because ScienceDirect cannot easily accommodate changes to published material, the Proceedings in its entirety must be ready before it can be pub- lished. This is one reason why the volume and issue number is not assigned until the ļ¬nal versions of all papers have been sent to the Guest Editors for ļ¬nal processing. 6 Bibliographical references ENTCS employs the plain style of bibliographic references in which references are listed in alphabetical order, according the the ļ¬rst authorā€™s last name, and are sequentially numbered. Please utilize this style. We have a BibTEX style ļ¬le, for those who wish to use it. It is the ļ¬le entcs.bst which is included in this package. The basic rules we have employed are the following: ā€¢ Authorsā€™ names should be listed in alphabetical order, with the ļ¬rst authorā€™s last name being the ļ¬rst listing, followed by the authorā€™s initials or ļ¬rst name, and with the other authors names listed as ļ¬rst name, last name. ā€¢ Titles of articles in journals should be in emphasized type. ā€¢ Titles of books, monographs, etc. should be in quotations. ā€¢ Journal names should be in plain roman type. ā€¢ Journal volume numbers should be in boldface type, with the year of pub- lication immediately following in roman type, and enclosed in parentheses. ā€¢ References to URLs on the net should be ā€œactiveā€ and the URL itself should be in typewriter font. ā€¢ Articles should include page numbers. The criteria are illustrated in the following. References [1] Civin, P., and B. Yood, Involutions on Banach algebras, Paciļ¬c J. Math. 9 (1959), 415ā€“436. [2] Cliļ¬€ord, A. H., and G. B. Preston, ā€œThe Algebraic Theory of Semigroups,ā€ Math. Surveys 7, Amer. Math. Soc., Providence, R.I., 1961. [3] Freyd, Peter, Peter Oā€™Hearn, John Power, Robert Tennent and Makoto Takeyama, Bireļ¬‚ectivity, Electronic Notes in Theoretical Computer Science 1 (1995), URL: http://www.elsevier.nl/locate/entcs/volume1.html. 9
  • 10. Please list Your Lastname Here [4] Easdown, D., and W. D. Munn, Trace functions on inverse semigroup algebras, U. of Glasgow, Dept. of Math., preprint 93/52. [5] Roscoe, A. W., ā€œThe Theory and Practice of Concurrency,ā€ Prentice Hall Series in Computer Science, Prentice Hall Publishers, London, New York (1198), 565pp. With associated web site http://www.comlab.ox.ac.uk/oucl/publications/books/concurrency/. [6] Shehadah, A. A., ā€œEmbedding theorems for semigroups with involution, ā€œ Ph.D. thesis, Purdue University, Indiana, 1982. [7] Weyl, H., ā€œThe Classical Groups,ā€ 2nd Ed., Princeton U. Press, Princeton, N.J., 1946. 10