-
Notifications
You must be signed in to change notification settings - Fork 13
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
"~" and "*" not expanding before calling subprocesses #23
Comments
Thanks very much for the kind words! There are a couple of different things going on here and we need to unpick them. First, the The problem you are experiencing is not of panzer's making, but panzer can provide a solution. All you need to is write a little filter that you style runs before pandoc-citeproc. That filter looks for '~' in your Second, the |
Right... I've thought more about this. I think on balance it is better not to implement it for An alternative option would be to use Python's So... I think on balance the best and least confusing thing is to not allow If this is a really sore point for you, then you could write a little program that invokes panzer but first goes through your style definition file and does any expansion you like? You would yourself have a sense of which fields you want to expand and which you do not. |
I found a workaround for this. I use a preflight script to create a symbolic link to Thank you for your detailed response. |
Great! That is an ingenious workaround. Thank you for sharing it. |
I want to create global styles with odt reference files. So I write this in the yaml file :
The problem is that I get that output :
Everything works with complete absolute paths but not with symbols that require expansion. I tried to use commands using the wildcard "*" that works in the terminal but not with Panzer. I think it is an issue with Python not expanding them unless told otherwise.
Thanks for the great tool, I use it even for redacting quite complex conference papers.
The text was updated successfully, but these errors were encountered: