octaeder
octaeder
and the rest is ok?
the package table is sorted and contains the intersection of the packages found by the completer and the ctan package list. So in principle it's not difficult to scroll to...
Now a QXMLreader is used to read packages.xml. I added a search field where you can enter a (regExp for a) name to search (s. toolTip):  **For the moment...
>The file is stored in utilities folder of the repo. texstudio.exe reads it from the folder where the exe is located. So there is no need for internet connection (same...
```latex \documentclass[10pt,a5paper]{article} \usepackage{tkz-graph} \begin{document} \begin{tikzpicture}[x=1.cm,y=1.cm] \GraphInit[vstyle=Normal] \SetVertexSimple[MinSize = 20pt, FillColor = white] \SetVertexLabel \Vertex[x=0,y=1,L=10]{1} \Vertex[x=6,y=1,L=9]{10} \end{tikzpicture} \ref{10} \end{document} ``` Search Label finds line with L=10 and the line with \ref
Some (very small) optimization of your procedure could be simply using delete to end of word with `Ctrl`+`Delete` (after placing all the cursors at start of each word). If one...
Please provide example(s).
In general I would recommend changing section command. The help menu offers item LaTeX Reference. Have a look at the end of 6.3 \section. There you find two options on...
I can reproduce this with a simple temporary file created with wizard: ```latex \documentclass[10pt,a5paper]{article} \usepackage{mathtools} \begin{document} \end{document} ``` with `ctrl+f` search for doc and find 3 hits. Press extended search...
Current behavior: The cursor stays in the same line, even when this line gets invisible (i.e. the line is not the first one of the block) because the block containing...