diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-30 21:25:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-30 21:25:18 +0000 |
commit | 287c4ade701dca1447f7de6ecf5b7ef216b7a794 (patch) | |
tree | 7739b6510681c9b9b7f08bf6b36dbd7f710763b8 /Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex | |
parent | dd6bb2ce98e55e005893bdd5c6736725697db748 (diff) |
acmart (30mar19)
git-svn-id: svn://tug.org/texlive/trunk@50662 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex index 2d8932754a9..0b80dbbc3a5 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex @@ -3,9 +3,11 @@ \documentclass[manuscript,screen]{acmart} % -% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation. -\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} - +% \BibTeX command to typeset BibTeX logo in the docs +\AtBeginDocument{% + \providecommand\BibTeX{{% + \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}} + % Rights management information. % This information is sent to you when you complete the rights form. % These commands have SAMPLE values in them; it is your responsibility as an author to replace |