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

Misplaced alignment tab character &. First & 2,2\OdsNl Second & #15

Open
homocomputeris opened this issue Oct 9, 2024 · 1 comment
Open

Comments

@homocomputeris
Copy link

There is an error when a spreadsheet is included inside a tabularray tblr:

\documentclass{article}

\usepackage{odsfile}
\usepackage{tabularray}

\begin{document}
	\begin{tblr}{l l}
		\includespread[file=pokus.ods,sheet=List2]
	\end{tblr}     
	
	\begin{tblr}{l l}
		First & 1 \\
		Second & 2 
	\end{tblr} 
\end{document}
1: Misplaced alignment tab character &. First &
1: Misplaced alignment tab character &. First & 2,2\OdsNl Second &
1: Misplaced alignment tab character &. First &
1: Misplaced alignment tab character &. First & 2,2\OdsNl Second &
1: Misplaced alignment tab character &. First &
1: Misplaced alignment tab character &. First & 2,2\OdsNl Second &
1: Misplaced alignment tab character &. First &
1: Misplaced alignment tab character &. First & 2,2\OdsNl Second &
@michal-h21
Copy link
Owner

I think it is the same issue as here. The problem is that tblr environment cannot read content generated by Lua inside. You can create a new template that will generate the whole tblr environment, which should work with the development version of Odsfile.

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

2 participants