Coder Social home page Coder Social logo

references's Introduction

references

Bibtex reference files. The main file master.bib includes all references, while longnames.bib and shortnames.bib include full and abbreviated conference/journal names, respectively.

To use short name abbreviations in your .tex file, use

\bibliography{shortnames,master}

To use long names in your .tex file, use

\bibliography{longnames,master}

Creating a submodule

The best way to use this repository is as a submodule to another Git repository that contains your .tex files. See this helpful blog post for an introduction to using submodules for BibTeX references, or get more detailed information about submodules.

To add this repository as a submodule, cd into the Git directory with your LaTeX files, then run

git submodule add https://github.com/hadmoni/references.git refs

This will create a refs subdirectory that links to this repository.

Cloning a repository with a submodule

You can clone a repository that contains a submodule and pull all of the submodule data at once by adding the --recursive tag:

git clone --recursive REPO_ADDRESS

If you've already cloned a repository that links to this submodule without using the --recursive tag, you'll have the directory that points to this repo but it will be empty. To initialize and populate the submodule, run

git submodule init # initializes the local configuration file
git submodule update # fetches data from the appropriate commit

references's People

Contributors

hadmoni avatar sharedautonomy avatar rmaronson avatar

Watchers

 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.