We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en" version="3.3.6"> <Pageformat width="100mm" height="70mm"/> <Trace textformat="yes"/> <DefineTextformat name="keeptogether" break-below="no"/> <DefineFontfamily name="h1" fontsize="18" leading="20"> <Regular fontface="sans-bold"/> </DefineFontfamily> <Record element="data"> <SetVariable variable="mytitle"> <Paragraph fontface="h1" textformat="keeptogether"> <Value>A Title</Value> </Paragraph> </SetVariable> <SetVariable variable="mytext"> <Paragraph> <Value select="sd:dummytext()"/> </Paragraph> </SetVariable> <Output> <Text> <Copy-of select="$mytitle"/> <Copy-of select="$mytext"/> </Text> </Output> </Record> </Layout>
renders as
The text should be justified.
The text was updated successfully, but these errors were encountered:
ffa04cc
pgundlach
No branches or pull requests
renders as
The text should be justified.
The text was updated successfully, but these errors were encountered: