mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 05:02:10 +02:00
755 B
755 B
tlmgr gui
tlmgr
의 그래픽 사용자 인터페이스를 시작.tlmgr gui
는 수동으로 설치해야 하는perl-tk
패키지에 의존. 더 많은 정보: https://www.tug.org/texlive/tlmgr.html.
tlmgr
를 위한 GUI 시작:
sudo tlmgr gui
- 배경색을 지정하여 GUI 시작:
sudo tlmgr gui -background "{{#f39bc3}}"
- 전경색을 지정하여 GUI 시작:
sudo tlmgr gui -foreground "{{#0ef3bd}}"
- 글꼴과 글꼴 크기를 지정하여 GUI 시작:
sudo tlmgr gui -font "{{helvetica 18}}"
- 특정 크기를 설정하여 GUI 시작:
sudo tlmgr gui -geometry {{너비}}x{{높이}}-{{x위치}}+{{y위치}}
- 임의의 X 리소스 문자열을 전달하여 GUI 시작:
sudo tlmgr gui -xrm {{xresource}}