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
The author doesn't allow information about affiliation. This is needed for SUSE Best Practices. (Reported by @chabowski).
author
@sknorr and I agreed that we need the following content model:
affiliation ::= (jobtitle | orgname | (jobtitle & orgname))
<author> <personname> <firstname>Tux</firstname> <surname>Penguin</surname> </personname> <email>tux@example.org</email> <affiliation> <jobtitle>Ice breaker</jobtitle> <orgname>Icelandic Corporation Inc.</orgname> </affiliation> </author>
The text was updated successfully, but these errors were encountered:
3acc846
Merge tag 'v1.0.1' into develop
b4f3543
Created 1.0.1 https://github.com/openSUSE/geekodoc/releases/tag/v1.0.1 * Geekodoc * Forbid xml:id on row and entry (#37) * Allow affiliation inside author (#36) * Forbid xml:id on remark (#32) * Inconsistency between informalfigure and informaltable (#35) * Allow sections (#34) * Novdoc no changes
tomschr
No branches or pull requests
Problem
The
author
doesn't allow information about affiliation. This is needed for SUSE Best Practices.(Reported by @chabowski).
Solution
@sknorr and I agreed that we need the following content model:
Example
The text was updated successfully, but these errors were encountered: