Questions tagged [markdown]

A plain text markup language for conversion to HTML, LaTeX and other formats.

is for questions about Markdown that are directly related to (La)TeX use.

Questions about how to use Markdown for formatting questions and answers on this site should be directed to the TeX Meta or to Meta Stack Exchange.

344 questions
4
votes
1 answer

How to make the markdown package work with LuaLaTeX?

I want to reuse some markdown snippets in my LaTeX document using the markdown package. I follow the documentation and create main.tex: \documentclass{article} \usepackage{markdown} \begin{document} \begin{markdown} Hello *world*! …
3
votes
0 answers

Is there persons who uses the latex for general writing?

I mean not math related things, just a diary, blog post, memo, etc. I saw Blogging in LaTeX And..., I think markdown is enough to general writing, but I also wanna write things with latex to learn latex. Please let me know why do you use latex over…
3
votes
1 answer

How to add Latex packages to markdown?

I am writing some text with Markdown on the Jupyter notebook. But I am not able to import some Latex packages to the notebook. I tried to follow How to include LaTeX package in R Markdown?. I tried to include the mathtools package, but it does not…
Consideration
  • 55
  • 1
  • 1
  • 5
3
votes
1 answer

What's the state of the art re really-simple-markup languages and TeX

There are a number of simplified text markup languages, including the one use in wikipedia, the one used in stackoverflow, and the one used in github. I am particulalry interested in githubs language, so called, [markdown][1] whose syntax seems as…
Yossi Gil
  • 15,951
2
votes
1 answer

Remove the word chapter but keeping the numbering

I wanted to remove the word chapter when I do \chapter{title} I added the command 1, but I do not have anymore the numbering, I added the command 2 but when I do \ chapter*{Intro} he puts me 0. Intro Main.Rmd --- documentclass: report output: …
1
vote
0 answers

How do I show math block inside list in github readme?

I tried this: 1. Setup 1. item 1: ```math \left( \{g^{s^k}\}_{k\in[d]}, \{g_l^{l_i(s)}, g_r^{r_i(s)}, g_o^{o_i(s)}\}_{i\in\{0,...,n\}}, \\ \{g_l^{α_{l}l_i(s)}, g_r^{α_{r}r_i(s)}, g_o^{α_{o}o_i(s)},…
mdtex
  • 11
0
votes
0 answers

Challenges Displaying LaTeX in Markdown Content from PDFs in React

I'm currently working on a project where I am converting PDF documents into a format that is easy to edit and display on a web interface, for this I am using Marker. Which converts PDF's to markdown and uses LaTeX tables. I have come upon…
0
votes
1 answer

Error message converting from markdown to PDF

I am using MacOSX (Yosemite 10.10) and I have a problem trying to convert from markdown to PDF. The error message is: ! Undefined control sequence. l.268 for Windows the file is at *C:\Windows
Xatpy
  • 109
-1
votes
1 answer

problem with equation in markdown

How can I code this equation in markdown? I'm trying this in marktext