Forrest logo
back to context overview

tlmgr-gui

List of commands for tlmgr-gui:

  • tlmgr-gui:tldr:02f6e tlmgr-gui: Start a GUI for `tlmgr`.
    $ sudo tlmgr gui
    try on your machine
    explain 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 machine
    explain 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 machine
    explain 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 machine
    explain this command
  • tlmgr-gui:tldr:c14b5 tlmgr-gui: Start a GUI specifying the foreground color.
    $ sudo tlmgr gui -foreground "${#0ef3bd}"
    try on your machine
    explain this command
  • tlmgr-gui:tldr:fb949 tlmgr-gui: Start a GUI specifying the background color.
    $ sudo tlmgr gui -background "${#f39bc3}"
    try on your machine
    explain this command
back to context overview