Skip to content
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

How to put multiple line breaks? #197

Open
arteteco opened this issue Jan 11, 2021 · 2 comments
Open

How to put multiple line breaks? #197

arteteco opened this issue Jan 11, 2021 · 2 comments

Comments

@arteteco
Copy link

hello everyone,
I'm trying to put two line breaks in my pdf file output passin through latex.

This is the MD text I'm using

latex begin: latBegin.txt

Text
\ 
\ 
New line

I give a multimarkdown -t latex test.md > test.tex and this is the output

\input{latBegin.txt}

Text
~
~
New line

\end{document}

I then convert it to pdf with pdflatex test.tex

What I'm hoping to see is

Text


New line

Instead I see

Text
 New line

In the latex file the \ is converted to ~, which I'm not sure is the intended character.

This is my latbegin.tex, rather simple

\documentclass[a4paper,12pt, openany, oneside]{scrbook}

\begin{document} 

Any tip on how to do this? I searched on the docs but can't figure out how to add multiple line breaks.

Thanks!

@dgreen
Copy link

dgreen commented Jan 11, 2021 via email

@fletcher
Copy link
Owner

fletcher commented Jan 11, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants