GitXplorerGitXplorer
b

texstudio-completion

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
bb2c109f5315c9531ccb7e2cd80a5770699aface

Merge branch 'feature/latex-counter'

bbrianschubert committed 3 years ago
Verified
c47731470e0800aec5cc6028cc9ee7a34fc9934b

Correct \pgfmathnewcounter completion

bbrianschubert committed 3 years ago
Verified
6522a02260b86c45df40b6565258e6300d7b6843

Tweak cwl patches for counter definition class

bbrianschubert committed 3 years ago
Verified
4bbca0773f4f8b292a4a61ae1e14a9de25068cac

Add cwl patches for counter definition class

bbrianschubert committed 3 years ago
Verified
293f5d10afab5f63d784ed157b7e82174b02624f

Update gitignore

bbrianschubert committed 3 years ago
Verified
50aa5de04c6b2911fead3bd84fab23bed01770bf

Merge branch 'feature/geometry'

bbrianschubert committed 3 years ago

README

The README file for this repository.

TeXstudio Completion Files

TeXstudio Completion Word List (.cwl) files for LaTeX packages.

A description of the cwl format can be found in the TeXstudio user manual_ (see 4.14).

.. _TeXstudio user manual: https://htmlpreview.github.io/?https://github.com/texstudio-org/texstudio/master/utilities/manual/usermanual_en.html

Building the CWL files

  1. (Optional) Create a Python virtual environment_.

#. Install the Python dependencies::

$ python3 -m pip install -r ./requirements.txt

#. Run make::

$ make all

The cwl files will be available in ./output. These files can be installed manually by placing them in ~/.config/texstudio/completion/user (Unix) or %appdata%\texstudio\completion\use (Windows). You may need to restart TeXstudio if it's already running for the new completion files to take effect.

.. _virtual environment: https://docs.python.org/3/library/venv.html