Skip to content

Commit baa76fc

Browse files
committed
Doc: gtksourceview3 for ArchLinux
1 parent cc0e581 commit baa76fc

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/source/install/linux.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,30 +125,37 @@ For ArchLinux based systems with pacman as package manager
125125

126126
.. code-block:: bash
127127
128-
pacman -S inkscape
128+
sudo pacman -S inkscape
129129
130130
2. Due to a packaging error (as of Oct 25th 2024, see `this issue <https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/issues/6>`_)
131131
also install the following Python package:
132132

133133
.. code-block:: bash
134134
135-
pacman -S python-tinycss2
135+
sudo pacman -S python-tinycss2
136136
137-
3. Make sure you have a basic LaTeX system on your machine. At least the packages
137+
3. Optional: If you wish to have syntax highlighting and some other :ref:`nice features <usage-gui-config>`
138+
enabled in the |TexText|-Gui install GTKSourceView:
139+
140+
.. code-block:: bash
141+
142+
sudo pacman -S gtksourceview3
143+
144+
4. Make sure you have a basic LaTeX system on your machine. At least the packages
138145
:bash:`texlive-latex`, :bash:`texlive-latexrecommended`, :bash:`texlive-latexextra`
139146
are required. If not, install them:
140147

141148
.. code-block:: bash
142149
143150
pacman -S texlive-latex texlive-latexrecommended texlive-latexextra
144151
145-
4. Download the most recent |TexText| package from the
152+
5. Download the most recent |TexText| package from the
146153
:textext_current_release_page:`release`
147154
(direct links: :textext_download_zip:`Linux`, :textext_download_tgz:`Linux`).
148155

149-
5. Extract the package and change into the created directory.
156+
6. Extract the package and change into the created directory.
150157

151-
6. Run :bash:`setup.py` from your terminal:
158+
7. Run :bash:`setup.py` from your terminal:
152159

153160
.. code-block:: bash
154161

0 commit comments

Comments
 (0)