Questions about document classes created by the Association for Computing Machinery (www.acm.org).

learn more… | top users | synonyms

1
vote
1answer
33 views

using US letter within an ACM paper

\documentclass{sig-alternate} This previous line leads to a dimension 595 x 841 (according to pdf information). \pdfpagewidth=8.5in \pdfpageheight=11in Those lines enabling another dimension, 612 ...
2
votes
1answer
48 views

Removing keywords and subject descriptors from a ACM template

I'm trying to customize a ACM template, the Large Format Single Column one [1] and really the main thing I want to get rid of is the subject descriptors and keywords part. I realize how important they ...
0
votes
1answer
18 views

ACM bibtex format missing title

I am using ACM format (Strict Adherence to SIGS style) to edit my bibtex file. The problem is that the compiler gave me the following error and corresponds to the following code: ...
1
vote
0answers
35 views

ACM bibtex format problem [closed]

all, I am using ACM format (Strict Adherence to SIGS style) to edit my bibtex file. Now I have a strange problem, this is my code: @INCOLLECTION{Chen06 AUTHOR = "Chen, Yi-Wei and Lin, Chih-Jen", ...
4
votes
1answer
68 views

Fit four authors across on one row in “sigplanconf” style?

Is there some hack out there to make it possible to fit four authors across in one row in the sigplanconf class? No matter how short each author's name, affiliation, and email is, by default the ...
0
votes
0answers
84 views

How can I change the normal font size of my sections?

I have a document using the style file that appears below. I would like to increase the size of the font being using for normal section text. What do I change in the style file for increased font ...
0
votes
1answer
139 views

ACM siggraph conference bibtex is not working [closed]

I am writing a paper for acm siggraph and my bibliography file is not detected. In the .tex file, \nocite{*} \bibliographystyle{acmsiggraph} \bibliography{temp} The temp.bib file, ...
3
votes
1answer
206 views

Multiple affiliations of an author in sig-alternate

I am trying to put two affiliations for an author in sig-alternate (ACM SIG Proceedings), for the second author. So effectively, the second author should be over both the second and the third ...
2
votes
1answer
109 views

How can I have both onecolumn and twocolumn in the same page in ACM SIGPLAN paper

I need to have in the same page both onecolumn and twocolumn. As default, a page in ACM SIGPLAN latex is twocolumn. But I have a picture that need to be located in onecolumn. When I use : \onecolumn ...
1
vote
1answer
62 views

Using ACM style produces wrong page size

I'm using the ACM "Tighter Alternate style" to write a document. The submission instructions state that I have to create a PDF in US letter format but unfortunately, my PDF is A4. How can I change ...
5
votes
1answer
169 views

Differentiating multiple authors having same surname (last name)

I am citing works of two authors, say, K. Lee 2010 and V. Lee 2010. When I used apacite package, it took care of making sure that in the text if multiple authors have same surname then their first ...
0
votes
0answers
84 views

Figure shows in adobe pdf / foxit but not in sumatra pdf [closed]

I'm using the sig-alternate document class (ACM). I have two pdf figues fig1 and fig2. Both figures look fine in all pdf viewers when opened on their own. I Include them as follows: ...
2
votes
0answers
324 views

Subcaption compatibility with ACM document class

I'm currently working on a paper for an ACM conference and they require me to use the sigplanconf.cls I want to use subcaption, but if I add \usepackage{caption} \usepackage{subcaption} then I get ...
1
vote
1answer
225 views

How to Add 7 Authors' Name?

Hi I have a two columns table with ACM SIG Proceedings template http://www.acm.org/sigs/publications/proceedings-templates Here is my code for six authors, my problem is I have a 7-th author, I am ...
5
votes
4answers
598 views

How to make equation fit in the column

HI here is the latex code \documentclass{sig-alternate} \usepackage{ctable} \begin{document} $G_{CS}(\mathbb{S_c})= \begin{cases} \displaystyle\sum_{k=1}^{r} ...
3
votes
1answer
295 views

How to make the table fit into the column?

Hi I have a two columns table with ACM SIG Proceedings template http://www.acm.org/sigs/publications/proceedings-templates Here is my latex: \documentclass{sig-alternate} \usepackage{ctable} ...
4
votes
2answers
115 views

acmsmall: accented upper-case characters and line spacing

I am currently using the acmsmall document class. I have noticed that upper-case accented characters such as "Å" and "Ä" will result in uneven line spacing. MWE: \documentclass[prodmode]{acmsmall} ...
3
votes
1answer
151 views

Titlesec and ACM conference format: How to get proper capitalization of sections

The ACM conference format requires that the first three sections "Catagories and Subject Descriptors", "General Terms" and "Keywords" be special sections with lowercase titles. All other sections ...
6
votes
1answer
164 views

Orphans when using the SIGCHI LaTeX style

The current SIGCHI template does contain some instructions to prevent orphans (\clubpenalty and \widowpenalty) but for some reason that isn't working for me. I tried increasing the penalties but that ...
2
votes
1answer
311 views

How to compile ACM sig-alternative template successfully?

I am new to texlive. After I downloaded the files from ACM website: Alternate ACM LaTeX2e Style File V2.5 (MAY 2012 CLS) Alternate ACM LaTeX2e Sample File V2.0 (MAY 2012 LaTeX) ACM LaTeX2e Sample BIB ...
4
votes
0answers
202 views

Balance package messes up vertical space between lines in second column [closed]

I am writing an article with the ACM Sigplan class and want to balance the two columns on the last page of my text (before the bibliography section, which is on a separate page). I usually use the ...
4
votes
1answer
163 views

listings caption is distorted

I used listing for listing the codes like: \documentclass[prodmode,acmtecs]{acmsmall} % Package to generate and customize Algorithm as per ACM style \usepackage[ruled]{algorithm2e} ...
1
vote
1answer
154 views

acm template \left and \right gives error

I am using acm template and want < and > bracket. I checked out some posts regarding this question and they have suggested to use \left and \right. But the problem is when I use them, they give ...
1
vote
1answer
676 views

acmsmall.cls not found [duplicate]

Possible Duplicate: How can I manually install a package on MiKTeX (Windows) I am writing this because I need a more efficient way to use the acmsmall class. The problem is when I add the ...
2
votes
1answer
1k views

Problem with Bibliography Style (ACM)

I am a newbie in Latex and forgive me if the question seems dum. I have the following entry in my Bibliography. @misc{fuller2011, author = {V. Fuller and D. Farinacci and D. Meyer and ...
0
votes
0answers
231 views

Converting from ACM to IEEE format [closed]

I'm currently trying to use my friend's system (with his permission, of course). But then, I want to stick to what I'm used to, which is using IEEE rather than ACM reference format. What I have done ...
4
votes
1answer
1k views

How can I balance the last two columns of ACM SIGPLAN article?

I need to balance the heights of the last two columns of my ACM article that is typeset using sigplanconf.cls. This class file defines the following command: \newcommand{\balancecolumns}{% ...
1
vote
1answer
612 views

sig-alternate class, and twocolumn unbalanced bottom alignment problem

EDIT: turns out the below is not really a requirement for ACM - but still a good Latex exercise, I reckon :) I have bumped into a problem with the Alternate ACM LaTeX2e Style File V2.4 (APRIL 2009 ...
1
vote
1answer
2k views

Debugging 'Font shape undefined' and 'Corrupted NFSS tables' (T5, concretevn and sig-alternate)

I was told to take a look for an unspecified problem with the fonts in one of my PDFs generated by pdflatex.. I couldn't find anything obvious, except for the innocuous: LaTeX Font Warning: Font ...
11
votes
1answer
2k views

How to remove the copyright box on a paper that uses the ACM sig-alternate.cls class file?

The ACM provides a LaTeX template called sig-alternate.cls (webpage, class file). The current version is 2.4 released in April, 2009. I would like to submit a paper for review using this class file. ...
3
votes
1answer
393 views

Use fleqn with acm_proc?

I would like to use the fleqn option to amsmath package. However, my document class gets in the way: Writing \documentclass[fleqn]{acm_proc_article-sp} I am warned that the global option is ...
5
votes
1answer
2k views

Floating an algorithm?

I'm typesetting an algorithm using the algorithmx package as follows: \begin{algorithm} \caption{\textsc{Whatever}} \begin{algorithmic}[1] ... \end{algorithm} However, I would like it to ...