Takahiro Ueda
Takahiro Ueda
I would like to use `cache-apt-pkgs-action` like this: ``` - name: Install optional dependencies/tools uses: awalsh128/cache-apt-pkgs-action@v1 with: packages: >- ${{ steps.setup.outputs.coverage == 'true' && 'lcov' || '' }} ${{ steps.setup.outputs.doxygen...
https://github.com/brucemiller/LaTeXML Note: [arXiv uses it](https://info.arxiv.org/about/accessibility_html_error_messages.html) to generate HTML papers.
**Describe the bug** The last argument `ctx` of `fmpz_mpoly_q_set_str_pretty` is not marked as `const`: https://github.com/flintlib/flint/blob/6097f69dd5766f79da4255bd4ab69320edab84f1/src/fmpz_mpoly_q.h#L117 but it appears to be used only for reading fields `ctx->minfo->nvars` and `ctx->minfo->ord`: https://github.com/flintlib/flint/blob/6097f69dd5766f79da4255bd4ab69320edab84f1/src/fmpz_mpoly_q/print_pretty.c#L53-L66 Indeed,...
`plistings`を読み込んだとき、`lstlisting`環境の`gobble`オプションを使うとタイプセットに失敗します。 例: ```latex \documentclass{article} \usepackage{plistings} \begin{document} \begin{lstlisting}[gobble=4] Hello, world! \end{lstlisting} \end{document} ``` `plistings`を`listings`に置き換えると成功します。 詳細ログ ``` ptex2pdf -l test.tex ``` ``` This is ptex2pdf[.lua] version 20200520.0. Processing test.tex This is e-pTeX,...
- [`bibtex-tidy`](https://github.com/FlamingTempura/bibtex-tidy) - [`BibTool`](https://github.com/ge-ne/bibtool) - [`Biber`](https://github.com/plk/biber) (`--tool`)
https://no-color.org/ https://force-color.org/ Priority: `NO_COLOR` (if not empty) > `FORCE_COLOR` (if not empty) > `make COLOR = always/never/auto`
Option to generate reproducible PDFs. See https://tex.stackexchange.com/q/229605.
It would be nice to have an option to linearize PDF (a.k.a. Fast Web View) by `qpdf` or Ghostscript: ```bash qpdf --linearize input.pdf output.pdf ``` ```bash gs -o output.pdf -sDEVICE=pdfwrite...