Fix Ubuntu installation with latest pandoc (citeproc), Fix tlmgr use with TinyTex #102
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
As pandoc-citeproc is depreciated (#100), the installation on linux needs the latest pandoc-version to use the successor citeproc.
In addition, a standard installation of TexLive using apt and currently also via an installer is causing problems with tlmgr and some LaTex packages are missing, depending on the distribution (probably related to #84 ).
Fix
Comments
As of now, if new packages are needed in future changes, they have to be installed manually (or added in the install script), as there is no "needed packages detection" that I am aware of.
Even if TinyTex comes with advantages over full TexLive with less space (~300 MB vs. ~6500 MB) and faster installation, a full TexLive installation could be desired (or is already present on a system which eventually can cause interference with TinyTex). A way how to setup that and avoid installation problems with the full TexLive as mentioned above would be a next step, as mentioned in #100 too.
At the current state, the installation should work well with TinyTex on Ubuntu.