-
Notifications
You must be signed in to change notification settings - Fork 524
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
Template for CEUR WS (Computer Science) #501
Comments
Thanks for the idea! Happy to review any PR and help to add such template in the repo |
Thanks! As I am not using RStudio (just working on making RTicles usable for plain Pandoc toolchains), I can`t develop a PR with reasonable learning effort. But I can tell you that basically the Pandoc TeX template from https://github.com/greenelab/covid19-review.git works fine with a few tweaks and standard settings for Pandoc. You just need to have the Maybe someone from @greenescientist could help here? /CC @rando2 @agitter Or the Manubot people; I think it would in any case be good to build a bridge from Manubot to RStudio/Quarto format libraries. /CC @dhimmel One caveat: I did not get 2-column CEUR working so far; I think it related to an incompatibility between Hope that helps. |
Thanks for the context. That helps understand.
I did not found a template for Pandoc there. Did I miss it ?
I am learning about Manubot. I'll have a look.
I'll definitely consider this formats for our Quarto extensions that live elsewhere: https://github.com/quarto-journals/ I am definitely interested if you already made some rticles format from the Package available for Pandoc toolchain only. Pluggin that with Quarto will definitely help bringing more feature without any R dependencies. |
There is a lot in that repository. It hosts a custom Manubot-based workflow that generates html, pdf, docx, and tex outputs. The TeX files are in https://github.com/greenelab/covid19-review/tree/master/build/assets. That template was customized for some variables we were setting with Manubot so it may not work immediately in a general case unless @mfhepp has found that it does.
That is a bigger discussion topic and one we're definitely interested in engaging in. We (the Manubot team) created manubot/manubot#332 to start looking into this but haven't invested any time into testing Quarto or reading the docs yet. An initial question for @cderv is whether Quarto can use Pandoc filters implemented in Python or if some customization would be needed to make them compatible Quarto extensions. We should probably move that discussion to another issue and keep this one focused on the template. |
Cool ! Please feel free to ask any question you have while investigating using our Discussion board at https://github.com/quarto-dev/quarto-cli/discussions Regarding the question, yes Python filter building on JSON representation (https://pandoc.org/filters.html) should be supported as well as Lua filter. If not, then I believe we should allow it as this is Pandoc feature. But it should work. Happy to continue discussion there. |
Official locations of the CEUR-WS Latex templates (https://ceur-ws.org/Vol-XXX/): |
Hi,
it would be great to have an rticles template for the new CEUR Workshop format:
https://ceurws.wordpress.com/2020/03/31/ceurws-publishes-ceurart-paper-style/
CEUR WS is used by very many (> 3100 and counting) Computer Science workshops (see list of past proceedings).
Materials:
By filing an issue to this repo, I promise that
xfun::session_info('rticles')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/rticles')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: