-
Notifications
You must be signed in to change notification settings - Fork 311
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
\DndInnateSpellLevel does not work with optinal Argument, but works without it. #196
Comments
Which version of the |
Version v0.7.0 |
Would you please post the full log to a gist and link it here? Does the example.tex file within the v0.7.0 download compile correctly? |
Overleaf offers TeX Live 2016. The This is an older version than I hoped to support, but I don't think we should alienate Overleaf users. It's a very important stepping stone into the LaTeX world. There are a few different ways we can handle this problem, but they warrant discussion on a separate issue. @Doibur, to get your document working immediately you can typeset the spells manually: \begin{hangingpar}
3/day each: \emph{fog cloud}, \emph{rope trick}
\end{hangingpar} |
And if you want to be ready for the newer features before we get backwards compatibility sorted, install TeX Live 2018 and use tlmgr to update the packages, but @benwebber's solution will get you off the ground. |
Thanks @benwebber . That helped me much. |
I did this to make it work in overleaf. Don't know exactly what should be din't but maybe is close enough?
|
If the output looks like the books, then you got it right. :) |
I think it does, and it works in overleaf 👍 maybe a bit too much interline space, but thats alright, and i guess also easey to fix |
Hi, i've loaded the example file in Overleafe after I couldn't compile it without error on my laptop. And I get the same error in both cases.
<argument> \str_if_in:NnTF {fog cloud, rope trick}{,}{\__dnd_caption:nn {\nu... l.129 ...nnateSpellLevel[3]{fog cloud, rope trick}
I've found the issue in
./lib/dndmonster.sty
. But I'm unable to fix it, lacking the understanding for latex3.This is my MWE:
And the output does not look correct either.
The text was updated successfully, but these errors were encountered: