GitXplorerGitXplorer
b

texstudio-completion

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
263314964805821677f24f60feee95dd0f862f9b

Update geometry section 5.5

bbrianschubert committed 3 years ago
Verified
5bb58c0216cba47be497d6ca87e8bae301cead57

Update geometry sections 5.3 and 5.4

bbrianschubert committed 3 years ago
Verified
9fd4118871c208eadd0afb82dc9f325fef0c0e3d

Update geometry sections 5.1-2. Remove invalid \newgeometry keys

bbrianschubert committed 3 years ago
Verified
2a2487640289e0ffd57958bf0f59d9554f866715

Add geometry section 5.6

bbrianschubert committed 3 years ago
Verified
c15a47441b6e20905b4707c8e28f690a448e772a

Add geometry section 5.6

bbrianschubert committed 3 years ago
Verified
807c60c9b774c832e0871886c42cdd5dad9fe2d2

Add geometry section 5.5

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