Giter Club home page Giter Club logo

mathbin's Introduction

mathbin

This repository contains some shell scripts for e.g.

  • Fetching bibliography entries from mathscinet (msc), zentralblatt (zentralblatt), arXiv (arxiv2bibtex)
  • Fetching pdf from DOI (doi2pdf, bibtex2pdf, also arxiv2pdf)
  • Preparing LaTeX files for submission (used_...)

Usage with Mac OS

Most of the scripts and tools provided here work directly with Mac OS. This is tested with Mac OS 11 Big Sur, but should work with Mac OS 10.15 Catalina as well, maybe even earlier; just note that with Catalina zsh got the default shell. The issue is, that two tools are missing/wrong

  • grep is different from the GNU grep used here (especially the option -P is not available on Mac OS)
  • curl is missing

You can install these using your favourite package manager, here's how to solve both points with homebrew.

switch from grep to GNU grep

Install GNU grep using

brew install grep

which makes the GNU grep available as ggrep. To then exchange both, i.e. make GNU grep the default, add the line PATH="$(brew --prefix)/opt/grep/libexec/gnubin:$PATH" to your .zshrc for example using

echo '\nexport PATH="$(brew --prefix)/opt/grep/libexec/gnubin:$PATH"' >> ~/.zshrc

Install curl

curl is available as a brew formula, so it can be installed using

brew install curl

mathbin's People

Contributors

gerw avatar kellertuer avatar

Watchers

 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.