yuriever / Yurie-BlueArXiv

A Mathematica paclet for downloading preprints and generating BibTeX by arXiv IDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yurie/BlueArXiv

A Mathematica paclet for downloading preprints and generating BibTeX by arXiv IDs.

This paclet uses the following APIs:

How to use

Install

Install via the Wolfram Language Paclet Repository (may need PacletSiteUpdate@PacletSites[]):

PacletInstall["Yurie/BlueArXiv"];

Install from this repository:

  1. download the built paclet build/*.paclet;

  2. install the paclet:

    PacletInstall@File["the/path/of/paclet"];
    

Load the package(s):

Needs["Yurie`BlueArXiv`"];
Needs["Yurie`PaperTool`"];

Upgrade

PacletInstall["Yurie/BlueArXiv"];

Uninstall

PacletUninstall["Yurie/BlueArXiv"];

Documentation

Yurie/BlueArXiv

About

A Mathematica paclet for downloading preprints and generating BibTeX by arXiv IDs

License:MIT License


Languages

Language:Mathematica 100.0%Language:TeX 0.0%