Downloads:
169
Downloads of v 0.4.1:
169
Last Update:
02 Mar 2022
Package Maintainer(s):
Software Author(s):
- Danica J. Sutherland
Tags:
arxiv-collector arxiv python- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
arxiv-collector
- 1
- 2
- 3
0.4.1 | Updated: 02 Mar 2022
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
169
Downloads of v 0.4.1:
169
Maintainer(s):
Software Author(s):
- Danica J. Sutherland
arxiv-collector 0.4.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Danica J. Sutherland. The inclusion of Danica J. Sutherland trademark(s), if any, upon this webpage is solely to identify Danica J. Sutherland goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install arxiv-collector, run the following command from the command line or from PowerShell:
To upgrade arxiv-collector, run the following command from the command line or from PowerShell:
To uninstall arxiv-collector, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download arxiv-collector --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade arxiv-collector -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade arxiv-collector -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install arxiv-collector
win_chocolatey:
name: arxiv-collector
version: '0.4.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'arxiv-collector' do
action :install
source 'INTERNAL REPO URL'
version '0.4.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller arxiv-collector
{
Name = "arxiv-collector"
Version = "0.4.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'arxiv-collector':
ensure => '0.4.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator TheCakeIsNaOH on 02 Mar 2022.
arxiv-collector for Windows - A little Python script to collect LaTeX sources for upload to the arXiv.
Usage
Use with arxiv-collector
from your project's main directory, or arxiv-collector file.tex
if you have more than one .tex file and it can't guess correctly which one to use; arxiv-collector --help
for more.
Requirements:
- A working installation of
latexmk
, on your PATH. (This is used to make the.bbl
file and to track which files are used.)- If you have working TeX and Perl installations, you likely already have
latexmk
even if you don't use it. If you don't, you can either install it the "normal" way (tmlgr install latexmk
,apt-get install latexmk
, ...), or just grab the script witharxiv-collector --get-latexmk path/to/output/latexmk
. - If
latexmk
isn't on your PATH for whatever reason, add--latexmk ./path/to/latexmk
to yourarxiv-collector
call. - NOTE:
latexmk
version 4.63b has broken dependency tracking, which meansarxiv-collector
won't work with it. You can either update it with your package manager, or you can get a working version, e.g. 4.64a, witharxiv-collector --get-latexmk path/to/output/latexmk
, and either put it in e.g.~/bin
or pass--latexmk
to yourarxiv-collector
invocations.
- If you have working TeX and Perl installations, you likely already have
Caveats
The script may or may not work if you do something weird with your project layout / etc; always check that the arXiv output pdf looks right. Let me know if you run into any problems, including a copy of the not-working project if possible.
In particular, if you include figures or other files with absolute paths (\includegraphics{/home/me/wow.png}
instead of \includegraphics{../wow.png}
), the script will think it's a system file and not include it by default. You can hack it with --include-packages
to include any directory name in the path.
Log in or click on link to see number of positives.
- arxiv-collector-0.4.1.zip (2dfde70d761b) - ## / 58
- arxiv-collector.exe (ab5b05b9ff4a) - ## / 67
- base_library.zip (6482a41177e5) - ## / 58
- base_library.zip (df6ff3f2e0b1) - ## / 59
- arxiv-collector.exe (7b499dc39683) - ## / 68
- base_library.zip (164129ccae5a) - ## / 59
- arxiv-collector.exe (f166de581163) - ## / 68
- base_library.zip (527522003213) - ## / 58
- arxiv-collector.exe (5a7dcb08304a) - ## / 70
- base_library.zip (1d91fa604893) - ## / 59
- arxiv-collector.exe (9b4909c24c56) - ## / 70
- arxiv-collector.exe (7b091ec3707f) - ## / 70
- arxiv-collector.0.4.1.nupkg (f23403667112) - ## / 60
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
-
- python3 (≥ 3.8.6)
Ground Rules:
- This discussion is only about arxiv-collector and the arxiv-collector package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or arxiv-collector, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.