Skip to content

Unable to import sty files #489

Answered by Witiko
l0th3r asked this question in Q&A
Aug 23, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Oh, this seems to be a bug from #471. The solution is to use import=witiko/dot in the \markdownSetup command, not in \usepackage{markdown} until the bug has been fixed.

In your document, you would write:

\documentclass[a4paper, 12pt]{book}
\usepackage{markdown}

\markdownSetup
  {
    pipeTables = true,
    import = witiko/dot,
  }

\begin{document}
\begin{markdown}

| 1 | 2 | 3 | 4 |
| :--- | ---- | ---- | ---- |
| 11 | 12 | 13 | 14 |
| 21 | 22 | 23 | 24 |
| 31 | 32 | 33 | 34 |

\end{markdown}
\end{document}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Witiko
Comment options

Answer selected by l0th3r
@l0th3r
Comment options

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
Converted from issue

This discussion was converted from issue #488 on August 23, 2024 12:13.