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
Bryan provided some steps via email which I could confirm:
git clone [email protected]:SUSE/technical-reference-documentation.git
cd technical-reference-documentation/linux/start/jupyter
Do a quick sample build:
daps --force -d DC-gs_sles_jupyter-jupyterlab_container html
Edit adoc/gs_sles_jupyter-jupyterlab_container-docinfo.xml:
adoc/gs_sles_jupyter-jupyterlab_container-docinfo.xml
<productname>{productname}</productname> <meta name="platform">{platform1}</meta> <meta name="platform">foo</meta> <meta name="platform">bar</meta>
Rebuild html, html --single, and pdf outputs:
daps --force -d DC-gs_sles_jupyter-jupyterlab_container <outputFormat>
=> you will see the listings of the three platforms on the title pages on distinct lines
Edit DC-gs_sles_jupyter-jupyterlab_container:
DC-gs_sles_jupyter-jupyterlab_container
#ADOC_TYPE="article" ADOC_TYPE="book"
<!-- <title>{title}</title> -->
Rebuild html, html, --single and pdf outputs:
=> you will see html html --single still look fine, but pdf will show "SUSE Linux Enterprise Server 15foobar" on one line on the title page
--single
pdf
The titlepage should show the meta information on distinct lines.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
Bryan provided some steps via email which I could confirm:
git clone [email protected]:SUSE/technical-reference-documentation.git
cd technical-reference-documentation/linux/start/jupyter
Do a quick sample build:
Edit
adoc/gs_sles_jupyter-jupyterlab_container-docinfo.xml
:Rebuild html, html --single, and pdf outputs:
=> you will see the listings of the three platforms on the title pages on distinct lines
Edit
DC-gs_sles_jupyter-jupyterlab_container
:Edit
adoc/gs_sles_jupyter-jupyterlab_container-docinfo.xml
:Rebuild html, html, --single and pdf outputs:
=> you will see html html
--single
still look fine, butpdf
will show "SUSE Linux Enterprise Server 15foobar" on one line on the title pageExpected Behaviour
The titlepage should show the meta information on distinct lines.
The text was updated successfully, but these errors were encountered: