@@ -38,6 +38,13 @@ options to adapt the installation process to your system configuration:
3838--typst-executable TYPST_EXECUTABLE
3939 Full path to typst executable.
4040
41+ --use-tk
42+ Use the Tk Interface (tkinter) for the user interface instead of the GTK3 UI.
43+ This might be useful in cases where the GTK3 installation is broken, i.e.
44+ when loading of the framework works but execution errors occur. In that case
45+ TexText will not fall back to tkinter automatically. Hence, this switch can
46+ be used to bypass the GTK3 framework.
47+
4148--portable-apps-dir INSTALLATION_DIRECTORY_OF_PORTABLEAPPS
4249 Windows only: If you use Inkscape from PortableApps use this parameter
4350 to specifiy the directory into which PortableApps has been installed, e.g.
@@ -58,7 +65,8 @@ options to adapt the installation process to your system configuration:
5865 Don't install extension (just check the requirements).
5966
6067--keep-previous-installation-files
61- Keep/discard files from previous installation, suppress prompt.
68+ Keep files from previous installation which might have been modified
69+ by the user (e.g. preamble files) without prompting the user
6270
6371--all-users
6472 Install globally for all users (sudo/ admin privileges required)
@@ -71,3 +79,6 @@ options to adapt the installation process to your system configuration:
7179
7280--color always, --color never
7381 Enables/disable console colors.
82+
83+ --verbose
84+ Print additional messages during setup
0 commit comments