
tlmgr-gui
List of commands for tlmgr-gui:
-
tlmgr-gui:tldr:02f6e tlmgr-gui: Start a GUI for `tlmgr`.$ sudo tlmgr guitry on your machineexplain this command
-
tlmgr-gui:tldr:17568 tlmgr-gui: Start a GUI specifying the font and font size.$ sudo tlmgr gui -font "${helvetica 18}"try on your machineexplain this command
-
tlmgr-gui:tldr:92a5a tlmgr-gui: Start a GUI setting a specific geometry.$ sudo tlmgr gui -geometry ${width}x${height}-${xpos}+${ypos}try on your machineexplain this command
-
tlmgr-gui:tldr:b69a4 tlmgr-gui: Start a GUI passing an arbitrary X resource string.$ sudo tlmgr gui -xrm ${xresource}try on your machineexplain this command
-
tlmgr-gui:tldr:c14b5 tlmgr-gui: Start a GUI specifying the foreground color.$ sudo tlmgr gui -foreground "${#0ef3bd}"try on your machineexplain this command
-
tlmgr-gui:tldr:fb949 tlmgr-gui: Start a GUI specifying the background color.$ sudo tlmgr gui -background "${#f39bc3}"try on your machineexplain this command