Skip to content

Commit

Permalink
Update MiKTex packages and instructions to work with latest versions (w…
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jul 2, 2023
1 parent 46d6e54 commit 5ca32eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion miktex-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ miktex-metapost
miktex-metapost-bin-x64-2.9
miktex-mfware-bin-x64-2.9
miktex-misc
miktex-mkfntmap-bin-x64-2.9
miktex-mktex-bin-x64-2.9
miktex-mo-bin-x64-2.9
miktex-mpfr-bin-x64-2.9
Expand Down Expand Up @@ -256,3 +255,5 @@ zapfchan
zapfding
zerohyph
zhmetrics
colortbl
letltxmacro
2 changes: 1 addition & 1 deletion source/docs/contributing/frc-docs/build-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Ensure that Python is in your Path by selecting the **Add Python to PATH** toggl

Once Python is installed, open up Powershell. Then navigate to the frc-docs directory. Run the following command: ``pip install -r source/requirements.txt``

Install the missing MikTex packages by navigating to the frc-docs directory, then running the following command from Powershell: ``mpm --verbose --require=@miktex-packages.txt``
Install the missing MikTex packages by navigating to the frc-docs directory, then running the following command from Powershell: ``miktex --verbose packages require --package-id-file miktex-packages.txt``

Linux (Ubuntu)
^^^^^^^^^^^^^^
Expand Down

0 comments on commit 5ca32eb

Please sign in to comment.