Giter Site home page Giter Site logo

acl.bst's Introduction

acl.bst

An ACL BibTeX style that supports hyperlinks

This is a minor extension of the original acl.bst, which adds support for a url field in your BibTeX file. The url field is optional, and if it exists for a given entry, then the title of the article will be hyperlinked. If the URL contains a % character, insert a backslash before it.

Example

For example, in your BibTeX file:

@inproceedings{sjobergh-araki2008,
 title     = {A Complete and Modestly Funny System for Generating and Performing {J}apanese Stand-Up Comedy},
 author    = {Sj\"{o}bergh, Jonas  and  Araki, Kenji},
 booktitle = {Coling 2008: Companion volume: Posters},
 year      = {2008},
 address   = {Manchester, England},
 pages     = {111--114},
 url       = {http://www.aclweb.org/anthology/C08-2028}
}

In the references section of the PDF, the title will be hyperlinked to the actual article, as:

Jonas Sjöbergh and Kenji Araki. 2008. A Complete and Modestly Funny System for Generating and Performing Japanese Stand-Up Comedy. In Coling 2008: Companion volume: Posters, pages 111–114, Manchester, England.

Hyperref and Navigator

You can use either Hyperref or Navigator to allow hyperlinks in your LaTeX document.

Hyperref's default colors for linked text are crazy neon colors, so if you want a less-distracting coloring scheme, add the following to your preamble:

\usepackage[hyperref,table,x11names]{xcolor}
\definecolor{linkblue}{rgb}{0,0,0.20}
\usepackage{hyperref}
\hypersetup{pdfborder=0 0 0, colorlinks=true, citecolor=linkblue, linkcolor=linkblue, urlcolor=linkblue}

Navigator's commands have different names, so add the following lines to your preamble for compatibility:

\usepackage[hyperref,table,x11names]{xcolor}
\definecolor{linkblue}{rgb}{0,0,0.20}
\usepackage{navigator}
\providecommand{\href}[2]{\urllink[border = 0]{#1}{{\color{linkblue}{#2}}}}

acl.bst's People

Contributors

jonsafari avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.