Home » » Latex SPACE SAVING IDEAS — fox SIGIR Paper

Latex SPACE SAVING IDEAS — fox SIGIR Paper

1. SPACE SAVING IDEAS:
A. An idea on how to obtain additional room on your submission, you can combine the subsections heads of Categories (ACM Classifiers), General Terms, and Authors’ Keywords with the body text and a colon, such as:
vspace{1mm}
noindent
{bf Categories and Subject Descriptors:} B.X.X {[Your Choice]}: {The Third Field Here}
vspace{1mm}
noindent
{bf General Terms:} Enter your choices of the 16 terms.
vspace{1mm}
noindent
{bf Keywords:} Enter your choices.
B. By making the references 8 or 8-1/2 pt size: 
Coding to change the references to 8 pt:
begin{thebibliography}{50}
vspace*{0.5mm}
scriptsize


2. Adding or Including More than 3 Authors on the First Page, please see: http://www.acm.org/sigs/pubs/proceed/sigfaq.htm#a18  (SEE ALSO ITEM #5 below)


3. For Type 1 font problems see: http://www.acm.org/sigs/pubs/proceed/sigfaq.htm#a14

4. Force balancing the last page of references: use vfilleject between bibitems. For example:
bibitem{nowka}
K.~Nowka {it et al},
newblock “A 32-bit PowerPC System-on-a-chip with Support for Dynamic
Voltage Scaling and Dynamic Frequency Scaling,”
newblock {it ACM Proceedings of DAC 2003}, 2002.
vfilleject
bibitem{semeraro}
G.~Semeraro et al,
newblock “Energy-Efficient Processor Design Using Multiple
Clock Domains with Dynamic Voltage and Frequency Scaling,”
newblock {it High Performance Computer Architecture}, 2002.


5. Correct coding for multiple authors (this coding gives you the correct fonts and font sizes using the ACM class files)

3 Authors2 AuthorsMore than One author with the Same affiliation
numberofauthors{3}
author{
alignauthor Author First Last \
affaddr{SIG Services} \
affaddr{ACM} \
affaddr{New York, NY} \
email{griscti@hq.acm.org}
alignauthor Author Second Last \
affaddr{Pubs Dept.} \
affaddr{ACM} \
affaddr{New York, NY} \
email{murray@hq.acm.org}
alignauthor Author Third Last \
affaddr{Pubs Dept.} \
affaddr{ACM} \
affaddr{New York, NY} \
email{rous@hq.acm.org}
}
numberofauthors{2}
author{
alignauthor Author First Last \
affaddr{SIG Services} \
affaddr{ACM} \
affaddr{New York, NY} \
email{griscti@hq.acm.org}
alignauthor Author Second Last \
affaddr{Pubs Dept.} \
affaddr{ACM} \
affaddr{New York, NY} \
email{murray@hq.acm.org}
}
numberofauthors{1}
author{alignauthor Bernard Rous, Sally Smith, Jack Sheridan, and Bill Jones \
affaddr{Dept. of Computer Science, University of Greendell} \ affaddr{ City, State, Country} \
email{br@cs.cxcc.edu, ss@cs.cxcx.edu, js@cs.cxcs.edu, bj@ccxc.com}




6. Some Other Helpful Links that Deal with pdflatex

Popular Posts