-
Notifications
You must be signed in to change notification settings - Fork 855
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
Add quarto-ieee template for IEEE transaction/journal #877
Conversation
Proposition to add quarto-ieee template.
/deploy-preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
It seems something is not working with 1.4 though to render your template. It could be an issue on our side. You should probably test your template against latest pre-release to find issue early, and report to us if this is a bug on our side (and not a change in quarto that requires adaptation in Lua for example) |
It strange it works properly with 1.3.450. I have checked with 1.4.429, and I effectively get the error ERROR:
compilation failed- missing packages (automatic installed disabled)
Undefined control sequence.
l.307 \citeproc Is this the same error you noticed on your side? A first fix is to use I think that such error may affect many users that use their own template instead of the default one with |
Are you using TeX Live ? Automatic installation would be disabled if not using TeX Live as LaTeX distribution, or explicitly opt-out.
By default, Quarto will default like Pandoc to using Pandoc's citeproc for citation processing. but you can easily change to another Happy to discuss this further in an issue in your repo. Do not hesitate to ping me there. |
Thx for your appreciation Effectively, I use TexLive.
I'm already using Partials and will try to improve by taking advantage of existing Partials (e.g. using |
Then automatic installation should not be disabled... 🤔
This should be the default as explained in the doc with Quarto engines, unless you deactivate it.
This won't work I think. Unless you provide a copy indeed. But with auto install, the missing packages should be detected and automically installed. It seems something prevent this on your installation. What is you |
When I was using TexLive I didn't have automatic installation, nor when I was using
I don't have modified any default behavior.
Quarto 1.4.429
[✓] Checking Quarto installation......OK
Version: 1.4.429
Path: /opt/quarto-1.4.429/bin
[✓] Checking tools....................OK
TinyTeX: v2023.10
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /home/dfolio/.TinyTeX/bin/x86_64-linux
Version: 2023
[✓] Checking basic markdown render....OK Can you check if |
Using the provided template ? |
IEEE is one of the most famous scientific associations in the fields of engineering. It is the publisher of hundreds of peer-reviewed transactions, journals and magazines in various fields (e.g. electronics, computer engineering, control, biomedical, etc.).
This adds the quarto-ieee template, which supports the
IEEEtran
LaTeX document class for PDF output. In addition, the HTML output is supported, and attempts to mimic as closely as possible the paper layout seen on IEEEXplore®.The quarto-ieee template is hosted on Github, includes a
README.md
, and is licensed under the MIT.