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

LaTeX is not being parsed correctly when mixing hfill and Large #9150

Closed
Kreijstal opened this issue Oct 21, 2023 · 1 comment
Closed

LaTeX is not being parsed correctly when mixing hfill and Large #9150

Kreijstal opened this issue Oct 21, 2023 · 1 comment
Labels

Comments

@Kreijstal
Copy link

Kreijstal commented Oct 21, 2023

Explain the problem.
Converting from LaTeX to typst the following

\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[german]{babel}
\usepackage{amsmath, amssymb, graphicx}
\usepackage{colortbl} % For cell color
\usepackage{array} % 
\usepackage{color}
\usepackage{multirow}
\usepackage[autostyle]{csquotes}
\usepackage[margin=1in]{geometry}

\begin{document}
\hfill  {\Large \textbf{Theoretische Grundlagen der Informatik}}
\end{document}

Removes the Title by the output for some reason, the "Theoretische Grundlagen der Informatik" part is just gone.
Pandoc version?
https://pandoc.org/try/
3.1.8

@Kreijstal Kreijstal added the bug label Oct 21, 2023
@Kreijstal Kreijstal changed the title LaTeX is not being parsed correctly. LaTeX is not being parsed correctly when mixing hfill and Large Oct 21, 2023
@jgm
Copy link
Owner

jgm commented Oct 22, 2023

Thanks for reporting. I have a fix.

@jgm jgm closed this as completed in ad1a745 Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants