numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Some headlines in PDF documentation are not translated correctly #185

Closed numeredev closed 7 months ago

numeredev commented 7 months ago

DESCRIPTION

Describe the bug In the currently shipped, english variant of the PDF documentation, some headlines like Beispiel and Beschreibung are not translated correctly.

To Reproduce Steps to reproduce the behavior:

  1. Open up the english variant of the PDF documentation

Expected behavior The mentioned headlines should be translated correctly.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

The problem originates from the way the documentation is generated: from a german instance of NumeRe. To resolve this issue, we probably want to use dedicated LaTeX commands (i.e. \example), which will then render into the correct language. Add them to the documentation main file and change the replacement in the code.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST