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

TRD: Issues on cover page for book for meta #563

Open
tomschr opened this issue Aug 9, 2023 · 0 comments
Open

TRD: Issues on cover page for book for meta #563

tomschr opened this issue Aug 9, 2023 · 0 comments
Labels
cat-bug Malfunction, unexpected behavior styles-trd TRD stylesheets

Comments

@tomschr
Copy link
Collaborator

tomschr commented Aug 9, 2023

Problem Description

Bryan provided some steps via email which I could confirm:

  1. git clone [email protected]:SUSE/technical-reference-documentation.git

  2. cd technical-reference-documentation/linux/start/jupyter

  3. Do a quick sample build:

    daps --force -d DC-gs_sles_jupyter-jupyterlab_container html
    
  4. Edit 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>
  5. 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

  6. Edit DC-gs_sles_jupyter-jupyterlab_container:

    #ADOC_TYPE="article"
    ADOC_TYPE="book"
    
  7. Edit adoc/gs_sles_jupyter-jupyterlab_container-docinfo.xml:

    <!-- <title>{title}</title> -->
    
  8. Rebuild html, html, --single and pdf outputs:

    daps --force -d DC-gs_sles_jupyter-jupyterlab_container <outputFormat>
    

    => 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

Expected Behaviour

The titlepage should show the meta information on distinct lines.

@tomschr tomschr added cat-bug Malfunction, unexpected behavior styles-trd TRD stylesheets labels Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat-bug Malfunction, unexpected behavior styles-trd TRD stylesheets
Projects
None yet
Development

No branches or pull requests

1 participant