Skip to content

Commit d324731

Browse files
sciencewhizpjbuterbaugh
authored andcommitted
Update MiKTex packages and instructions to work with latest versions (#2275)
1 parent d2c15fd commit d324731

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

miktex-packages.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ miktex-metapost
166166
miktex-metapost-bin-x64-2.9
167167
miktex-mfware-bin-x64-2.9
168168
miktex-misc
169-
miktex-mkfntmap-bin-x64-2.9
170169
miktex-mktex-bin-x64-2.9
171170
miktex-mo-bin-x64-2.9
172171
miktex-mpfr-bin-x64-2.9
@@ -256,3 +255,5 @@ zapfchan
256255
zapfding
257256
zerohyph
258257
zhmetrics
258+
colortbl
259+
letltxmacro

source/docs/contributing/frc-docs/build-instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Ensure that Python is in your Path by selecting the **Add Python to PATH** toggl
3030

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

33-
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``
33+
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``
3434

3535
Linux (Ubuntu)
3636
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)