Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing latex packages: siunitx, minted #1

Open
xet7 opened this issue Sep 4, 2018 · 7 comments
Open

missing latex packages: siunitx, minted #1

xet7 opened this issue Sep 4, 2018 · 7 comments

Comments

@xet7
Copy link
Member

xet7 commented Sep 4, 2018

From @grollinger on November 16, 2015 23:41

[EDIT: Original Issue Title: Sandstorm package does not support lualatex]
Could you please add that ?

Copied from original issue: dwrensha/sharelatex#3

@xet7
Copy link
Member Author

xet7 commented Sep 4, 2018

From @dwrensha on November 17, 2015 4:23

Thanks for reporting this!

I just published a new version in which I believe this is fixed. https://apps.sandstorm.io/app/5vuv7v0w7gu20z72m78n83rx9qqtqpmtk32f39823wh967z226qh

Could you re-install (or wait for an auto-update), retry, and let me know whether it works?

@xet7
Copy link
Member Author

xet7 commented Sep 4, 2018

From @grollinger on November 17, 2015 14:2

Yes, lualatex now works.

However... it doesn't seem to be able to find some latex packages.

For example, i am using siunitx which does not work.

Should it be able to get new packages?

@xet7
Copy link
Member Author

xet7 commented Sep 4, 2018

From @dwrensha on November 17, 2015 14:15

No, there's currently no way for you to add latex packages as a user; I need to include them when I package the app. It looks like it'll be pretty easy for me to include texlive-science, which includes siunitx. Are there any other packages that you'll need?

@xet7
Copy link
Member Author

xet7 commented Sep 4, 2018

From @grollinger on November 17, 2015 14:31

Below are the packages i currently use in my document.
Most of them are probably already supported.

I also use the Consolas font, which might be hard to add, since it's a windows font and i don't know about the licencing... but doesn't hurt to ask, does it?

In any case, thanks for the immediate assistance :)

% Packages
\usepackage{polyglossia}
\usepackage{siunitx}
\usepackage[bookmarks]{hyperref}

% is this even compatible with ShareLaTeX? ( also needs pygments
\usepackage[newfloat]{minted}

\usepackage{caption}
\usepackage{subcaption}
\usepackage[skins, minted, breakable]{tcolorbox}
\usepackage[xindy]{glossaries}
\usepackage{cleveref}
\usepackage{nameref}
\usepackage{csquotes}
\usepackage{tikz}

@xet7
Copy link
Member Author

xet7 commented Sep 4, 2018

From @dwrensha on November 17, 2015 14:50

I'm not sure about the Consolas font. I think it should be possible to include those packages, including minted, as they do seem to work at sharelatex.com. It looks like it's going to take a bit of configuration, though, and I don't have time to work out the details right at this moment. I'll keep this issue updated.

@xet7
Copy link
Member Author

xet7 commented Sep 4, 2018

From @Finkregh on November 17, 2016 8:0

this could be renamed to "allow adding latex-packages", so we dont have to open a new issue for each latex-package :-)

@xet7
Copy link
Member Author

xet7 commented Sep 4, 2018

From @theNinetyninth on January 13, 2017 2:21

How bad would it be to add every package from CTAN?

I have a permanently growing list of packages I use...
Could it be possible to add packages just like images per Project?

I think it should be possible to convert .sty files to .tex files and \input{} them in the main.tex file. There are few differences to normal LaTeX-code, (I'm only aware of the different use of the '@'-char but maybe I'm wrong.) Could this be a easy solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant