1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:55:46 +02:00

tlmgr-gui: add page (#6467)

This commit is contained in:
marchersimon 2021-09-05 19:58:58 +02:00 committed by GitHub
parent cd221656a3
commit bbefc77582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
pages/common/tlmgr-gui.md Normal file
View file

@ -0,0 +1,29 @@
# tlmgr gui
> Start a graphical user interface for `tlmgr`.
> `tlmgr gui` depends on the package `perl-tk`, which has to be installed manually.
> More information: <https://www.tug.org/texlive/tlmgr.html>.
- Start a GUI for `tlmgr`:
`sudo tlmgr gui`
- Start a GUI specifying the background color:
`sudo tlmgr gui -background "{{#f39bc3}}"`
- Start a GUI specifying the foreground color:
`sudo tlmgr gui -foreground "{{#0ef3bd}}"`
- Start a GUI specifying the font and font size:
`sudo tlmgr gui -font "{{helvetica 18}}"`
- Start a GUI setting a specific geometry:
`sudo tlmgr gui -geometry {{width}}x{{height}}-{{xpos}}+{{ypos}}`
- Start a GUI passing an arbitrary X resource string:
`sudo tlmgr gui -xrm {{xresource}}`