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

fleld name with comma "," #83

Open
lbonco opened this issue Nov 24, 2024 · 0 comments
Open

fleld name with comma "," #83

lbonco opened this issue Nov 24, 2024 · 0 comments

Comments

@lbonco
Copy link

lbonco commented Nov 24, 2024

Hi,

if I try the following test:

\RequirePackage{pdfmanagement-testphase}
\DeclareDocumentMetadata{uncompress,
    lang=it-IT,
    pdfversion=1.5,
    testphase={phase-III,math,title,table,firstaid}
} 
\RequirePackage{expl3}


\documentclass[12pt]{article}
\usepackage{l3pdffield-testphase}
\begin{document}
\ExplSyntaxOn
\pdffield_textfield:n {name={test,2}}
\ExplSyntaxOff
\end{document}

I get:

! LaTeX Error: The key 'pdffield/2)' is unknown and is being ignored.

For immediate help type H <return>.
 ...                                              
                                                  
l.14 \pdffield_textfield:n {name={test,2}}
                                        
? 
! Emergency stop.
 ...                                              
                                                  
l.14 \pdffield_textfield:n {name={test,2}}

I think that the problem is in: l3pdffield-textfield.dtx:516, the value of the "parent" key should be between braces:

    \keys_set:nn {pdffield}{parent={@@/textfield/#1}}

Thanks,
Luca

@lbonco lbonco changed the title filed name with comma "," fleld name with comma "," Nov 25, 2024
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

1 participant