Giter Site home page Giter Site logo

bibtex's Introduction

bibtex

File containing all our bib items, for LaTeX documents

Installing

  • Clone this repository with git clone https://github.com/bbopt/bibtex.git.

  • Set the environment variable BIBTEX to point to the top of this repository. For example if you cloned this repository to /some/dir/bibtex then export BIBTEX=/some/dir/bibtex. Next, add BIBTEX to BIBINPUTS with export BIBINPUTS=$BIBTEX:$BIBINPUTS. You can also simply run install.sh.

  • Inside your LaTeX documents you can use it with \bibliography{bibliography}.

  • To check if new bib items have been added git pull inside the folder containing bibliography.bib. You can use cd $BIBTEX to place you directly in the appropriate folder.

Pattern for new items

  • Be sure that the item is not already somewhere in the bibliography.bib file
  • Respect the indentation
  • Do not add other fields other than the ones in the patterns below
  • NEVER change a key, even if it is not standard or with the wrong year

For a journal article

@article{XXX,     % use first letters of authors names + year
  Author  = {},   % keep only family name: C. Audet and not Charles Audet
  Title   = {{}}, % double braces to respect lower/upper cases
  Journal = {},   % full name
  Volume  = {},
  Number  = {},
  Pages   = {},   % with format 34--45 with two "-"
  Year    = {},
  Doi     = {},
  Url     = {http://dx.doi.org/},
  Date-Added    = {2021-03-xx},
  Date-Modified = {2021-03-xx}
} % added by NAME

For a Cahier du GERAD

@techreport{XXX2,
  Author      = {},
  Title       = {{}},
  Institution = {Les cahiers du GERAD},
  Number      = {G-2020-XX},
  Year        = {2020},
  Url         = {http://www.optimization-online.org/XXX},
  ArxivUrl    = {http://arxiv.org/XXX},
  Date-Added    = {2021-03-xx},
  Date-Modified = {2021-03-xx}
} % added by NAME

bibtex's People

Contributors

sebastienledigabel avatar romain-vdb avatar xavierlebeuf avatar amontoison avatar edhhan avatar stephanejacquet avatar salomonl avatar amaurydpk avatar nathanemac avatar victoirehp 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.