-
The documentation and examples are to be installed via `gnatcoll_core.gpr`, but the paths to these files in the GPR project file seem incorrect: The directories that contain the documentation and exam…
-
### Description
Package splitbib used in arXiv: 2205.08010
I am using package \usepackage[export]{splitbib} It splits the bib items into several categories specified by commands \begin{categor…
-
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Create document with latex
2. Export the document to HTML
3. Open the HTML file
**Exp…
-
Hi
There are LaTeX constructs, that only work with pdflatex, and only if they are run twice. Here is an MWE
```
\documentclass{article}
\usepackage[usenames]{color}
\usepackage[utf8]{inputenc…
-
This is a follow-up here to one point I raised in https://github.com/quarto-dev/quarto-cli/discussions/11087,
namely, how to have TinyTeX not stop the LaTeX compile on the first error.
From https:…
-
### Bug description
Consider the following MWE:
```
---
title: "My title"
format:
pdf: default
html: default
---
# Section 1
See [TABLE @tbl-letters]:
| Col1 | Col2 | Col3 |
|------|------|--…
-
when operating in batch mode emacs applies some special values to faces that arent handled properly by `org-latex-preview` and cause it to error out.
this is a full stack trace (to avoid confusion: n…
-
Hi, im sorry but i have to ask if i miss something obvious.
What i have done on a fresh ubuntu system:
- **installed pandoc** and verfied that it works
- **install texlive-latex-base** and verify…
-
Let's have a buffer with the content of `/tmp/a.sh` :
```
#!/bin/bash
echo $(date)
```
Here `M-x engrave-faces-latex-buffer` results in:
```
\color{EFD}\EFcd{\#}\EFc{!/bin/}\EFk{bash}
\EFb{e…
-
Hello,
I'm using the Python package template from the book and encountered an issue with LaTeX math equations in `.ipynb` and `.md` files not rendering correctly in the generated HTML using Sphinx…