我不知道为什么这些信息不容易找到。如何在ACM 更紧密的替代风格? rights management and bibstrip text blocks
。它以 开头Permission to make digital or hard copies of all or part of this work
,等等。
我想这个问题之前已经有人问过了并且是重复的?
我收到了来自 ACM 的一段话。我想我需要按原样粘贴它?最后一行包含一个 DOI,去年会议的论文中没有显示。DOI 行是新的吗?
答案1
我刚刚找到了答案。您可以使用\permission
元数据中的段落。doi 行可以放入\crdata
。我在下面复制了完整的元数据:
% --- Author Metadata here ---
\permission{Permission to make digital or hard copies of all or part of
this work for personal or classroom use is granted without fee provided
that copies are not made or distributed for profit or commercial advantage
and that copies bear this notice and the full citation on the first page.
Copyrights for components of this work owned by others than the author(s)
must be honored. Abstracting with credit is permitted. To copy otherwise,
or republish, to post on servers or to redistribute to lists, requires
prior specific permission and/or a fee. Request permissions from
[email protected].}
\conferenceinfo{ICMR '14}{April 01 - 04 2014, Glasgow, United Kingdom\\
{\mycrnotice{Copyright is held by the owner/author(s). Publication rights
licensed to ACM.}}}
\copyrightetc{ACM \the\acmcopyr}
\crdata{978-1-4503-2782-4/14/04\ ...\$15.00.\\
http://dx.doi.org/10.1145/2578726.2578744}
% --- End of Author Metadata ---
在 \begin{document} 之前确实需要一些新命令:
\newfont{\mycrnotice}{ptmr8t at 7pt}
\newfont{\myconfname}{ptmri8t at 7pt}
\let\crnotice\mycrnotice%
\let\confname\myconfname%
答案2
扩展@jasper 的答案,除非您修复,否则 DOI 后面仍然会跟着一个句号\toappear
。
可以通过将其添加到作者元数据来删除该句号:
\toappear{\the\boilerplate\par
{\confname{\the\conf}} \the\confinfo\par \the\copyrightetc}
答案3
根据模板源代码,您可以通过多种方式更改“版权”框中的文字:
您可以使用
[preprint]
选项和\toappearbox{...}
或命令。您必须在之前\toappear{...}
发出。您提供的文本将替换版权框中的所有文本。\toappear{...}
\maketitle
\documentclass[preprint]{sig-alternate} : \toappear{To appear in the awesome conference XXX} : \begin{document} \maketitle :
请注意,
\toappear{..}
由模板内部使用。模板的原始源代码定义版权如下\toappear{ \the\boilerplate\par %% Permission text {\confname{\the\conf}} %% Conference Name \the\confinfo\par %% Conference Info (City, Country) \the\copyrightetc. %% (C) ACM ... $15.00 }
您可以使用该
\permission{...}
命令仅重新定义版权文本。此命令重新定义\global\boilerplate
默认使用的。如果您使用[preprint]
和,\toappear{...}
此命令将不会产生任何效果。\permission{Permission to make digital or hard copies of...}
如果您使用的是 SIG 替代模板的最新版本(2015 年版本),则可以使用一些版权预定义文本.这些文本在版权信息文件。
\setcopyright{none} %% no copyright text \setcopyright{acmcopyright} %% ACM Copyright \setcopyright{acmlicensed} \setcopyright{rightretained} %% Copyright held by the owner/author(s) \setcopyright{usgov} %% US Government \setcopyright{usgovmixed} \setcopyright{cagov} %% Strip 5 - Canadian Government \setcopyright{cagovmixed} \setcopyright{licensedcagovmixed} \setcopyright{othergov} %% Foreign Government Holding Copyright \setcopyright{licensedothergov}