Line numbers are not aligned to code listing
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Martin Schroschk assigned to @s9165289--tu-dresden.de
assigned to @s9165289--tu-dresden.de
- Contributor
@mflehmig--tu-dresden.de Welche Seite ist das?
- Author Owner
```lua linenums="1" help([[ Description =========== <sw_name> is ... More Information ================ For detailed instructions, go to: https://... ]]) whatis("Version: 1.4") whatis("Keywords: [System, Utility, ...]") whatis("URL: <...>") whatis("Description: <...>") conflict("<sw_name>") local root = "</path/to/installation>" prepend_path( "PATH", pathJoin(root, "bin")) prepend_path( "LD_LIBRARY_PATH", pathJoin(root, "lib")) prepend_path( "LIBRARY_PATH", pathJoin(root, "lib")) setenv( "<SOME_ENV>", "<value>")
Edited by Martin Schroschk - Author Owner
@s9165289--tu-dresden.de Sie Seite ist wohl egal. Oben ist der Code, um das Bild zu erzeugen.
Collapse replies - Contributor
Ah ok "linenums" die Option hatten wir bisher kaum verwendet.
- Ghost User created branch
287-line-numbers-are-not-aligned-to-code-listing
to address this issuecreated branch
287-line-numbers-are-not-aligned-to-code-listing
to address this issue - Ghost User mentioned in merge request !509 (merged)
mentioned in merge request !509 (merged)
- Martin Schroschk closed with merge request !509 (merged)
closed with merge request !509 (merged)
- Martin Schroschk mentioned in commit d4c07a2f
mentioned in commit d4c07a2f
Please register or sign in to reply