Skip to content
Discussion options

You must be logged in to vote

It's a Latex quirk, so you can try some solutions found in Latex forums (searching for \parksip inside tabular). Here's one possible workaround,

---
title: "Untitled"
format: 
  pdf:
    keep-tex: true
    include-in-header: 
      text: |
         \usepackage{array}
         \setlength{\parindent}{0mm}
         \setlength{\parskip}{8pt}
         \makeatletter
         \def\@arrayparboxrestore{%
         \let\if@nobreak\iffalse
         \let\if@noskipsec\iffalse
         \let\par\@@par
         \let\-\@dischyph
         \let\'\@acci\let\`\@accii\let\=\@acciii
         \everypar{}%
         \linewidth\hsize
         \@totalleftmargin\z@
         \leftskip\z@skip \rightskip\z@skip \@rightsk…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fuhrmanator
Comment options

Answer selected by fuhrmanator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants