Skip to main content

All Questions

Tagged with
0 votes
1 answer
18 views

Include external custom math commands from YAML header

I have a bunch of custom math commands that I'd like to ba able to use in all my quarto documents. Is there a way to include custom math commands in the quarto YAML header (for example, by pointing to ...
rturquier's user avatar
  • 378
0 votes
0 answers
28 views

Formatting LaTeX in Dash AG Grid headers and cells in Python

I'm trying to format my headers and cells to LaTeX/Markdown using the single $ inline notation. For example, a header might look like: $\alpha$ = 0.5 While a cell might look like: This is data: $\...
python_loser's user avatar
1 vote
1 answer
49 views

Quarto-Pandoc: md to latex: How to change .cell and .cell-output formatting?

I'm trying to develop a Quarto extension for an OA journal. In that context, I need to change how Pandoc formats the R code junks and their output. I know about Quarto extensions and partials. I ...
Gunther Maier's user avatar
0 votes
0 answers
137 views

Rendering Latex in markdown in React Native Expo performantly

I am trying to render LaTeX within Markdown in a React Native Expo app performantly while the actual contents of the Markdown/LaTeX is changing or being streamed. I've not been able to find a package ...
Isaak's user avatar
  • 11
1 vote
1 answer
44 views

Removing captions in some images using Pandoc markdown to LaTeX conversion while keeping them centered

I'm using Pandoc 3.1.9 to convert a large document to PDF from markdown. The document includes a significant number of figures, and I would like some of them not to have the caption Figure X: text ...
nacaru's user avatar
  • 13
0 votes
1 answer
29 views

Using google colab markdown How to display squiggly lines under text

Google colab markdown supports both html as well as latex. I want to display squiggly lines under some text using colab markdown but it's not rendering the squiggly lines. Latex: \uwave{This text is ...
Ladon's user avatar
  • 15
1 vote
1 answer
16 views

R - Data type error after the loop creating markdown completes several times

This code cycles through the dataframe creating a page for a latex markdown file with a page for each column. It goes through several columns before hanging up on one with this data type error. The ...
David Beales's user avatar
0 votes
0 answers
27 views

Latex Rendering in Pyplot different from Jupyter Markdown

I have an equation: eq = r"$p\left(m^i = safe\right) = \prod_{l = 1}^N p\left(^{l}m^i = safe\right) \ \forall i \in [1,n]$" Which (in Markdown, VS Code) renders to: But when I input it in ...
lems's user avatar
  • 39
0 votes
0 answers
25 views

row_spec create an empty line in markdown latex

Iam running a pdf in markdown The viewer in Rstudio show the right table but when i render, the table looks like this ` tabla <- data.frame(Suceso=c("H","M","Total"), ...
Carlos Jara's user avatar
0 votes
0 answers
20 views

R - pander not passing use.hyphening = TRUE parameter

I am using R Markdown to knit a PDF. I am using the following to output a series of table: output_table <- pander(input_df, split.table = Inf, split.cells = paste0((100/ncol(input_df)), "%&...
Seni's user avatar
  • 105
1 vote
0 answers
63 views

Moving author title and date to one column of a two-column page with markdown and pandoc for a PDF output

I am trying to produce a landscape-orientated page that is two-column. I want the author, title, and date to appear in the left-side column. I set up the two columns following the answer here. ...
Kyle Cessna's user avatar
-1 votes
1 answer
346 views

treesitter/highlighter issues with LaTeX formula in Markdown files, and any other language [closed]

treesitter/highlighter error I am getting these treesitter/highlighter errors with markdown files too when I write a formula. Any help would be greatly appreciated. I installed, Lua5.4, tree-sitter-...
creataur's user avatar
0 votes
0 answers
243 views

Streamlit Markdown html styling with latex

I am trying to use streamlit's markdown writing element with a custom css class and a latex command that acts as a "tab" (four spaces). In this example I am using hspace. Streamlit's ...
Binx's user avatar
  • 404
0 votes
0 answers
20 views

lua filter works independent of attribute in pandoc

This is my latex template: % Latex REsume/CV Template pandoc \documentclass[a4paper]{article} \usepackage{hyperref} \usepackage{geometry} \usepackage{enumitem} \usepackage[T1]{fontenc} \usepackage[...
Hari Shankar's user avatar
0 votes
0 answers
42 views

How to create HTML links inside a LaTeX block

I'm pretty deep into a yak shaving project and thought it was time to involve a broader audience. I am writing documentation and want to have highlighted text (regular serifed text with yellow ...
John the Bastard's user avatar

15 30 50 per page
1
2 3 4 5
27