-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support verbatim environments in the table #13
Comments
Yes, there will be a |
It is much more complicated than what I have thought to support verbatim code. Because @albert-github, could you provide some examples that you use, so that I can do some testing while implementing this feature? |
I don't have a direct example. I saw that in the doxygen manual the |
Maybe you could provide a sample TeX file generated by |
Since there is some fake |
Since \begin{tblr*}{ll}
Cell1
&
\begin{verbatim}
code1
\end{verbatim}
\\
\begin{verbatim}
code2
\end{verbatim}
&
Cell2
\\
\end{tblr*} Update1: Or we can make user list the verbatim environments with Update2: Maybe we can provide a command |
The "matrix of nodes" part of TikZ has an "ampersand replacement" option that lets the user specify with which character (eg. Also, I agree with the aforementionned, an option to tell tblr what are the verbatim commands would be great, because one often uses packages and shorthands, not always the basic An option to change the catcode of |
I would be interested in a tblr* / longtblr* not appearing in the list-of-tables, too. |
What's the expected semantics of
Issue author didn't give a precise description, though most part of discussion in this issue is about the re-tokenization purpose, but #13 (comment) talked about a third semantic: |
tabu*
)
tabu*
)
I have edited the title. |
As far as I can see the environment:
does not yet work, any plans for this?
The text was updated successfully, but these errors were encountered: