Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7b09e2

Browse files
author
Marc Lichtman
committed
fix colors
1 parent4756742 commitf7b09e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ Note: on one machine I had to add `~/.local/bin` to PATH
3434

3535
Install pre-requisite software with:
3636

37-
1. Install Tex Live from the install-tl-windows.exe link towards the beginning ofhttps://www.tug.org/texlive/acquire-netinstall.html (after opening it, choose the Install option). When a box pops up, click Advanced. It will mention`Installation root C:/texlive/2023` which we need later. Uncheck Install TeXworks front end because we wont need it. Under Scheme click "change" and choose`basic scheme`. Hit Install. It will take a while because it installs a lot of common latex packages, you can do the remaining steps while this installs. You know it worked if you now have a`C:\texlive\2023\bin\windows\latex.exe`.
37+
1. Install Tex Live from the install-tl-windows.exe link towards the beginning ofhttps://www.tug.org/texlive/acquire-netinstall.html (after opening it, choose the Install option). When a box pops up, click Advanced. It will mention`Installation root C:/texlive/2025` which we need later. Uncheck Install TeXworks front end because we wont need it. Under Scheme click "change" and choose`basic scheme`. Hit Install. It will take a while because it installs a lot of common latex packages, you can do the remaining steps while this installs. You know it worked if you now have a`C:\texlive\2025\bin\windows\latex.exe`.
3838
2. From the Microsoft Store install Python 3.10 (3.8-3.12 is fine too if you already have it installed).
39-
3. In a PowerShell terminal (click start menu then type powershell, or open a terminal in VSCode) run`pip install sphinx sphinxcontrib-tikz patreon`
39+
3. In a PowerShell terminal (click start menu then type powershell, or open a terminal in VSCode) run`pip install sphinx sphinxcontrib-tikz patreon setuptools`
4040
4.`cd` to the directory you cloned PySDR
41-
5. Separately, open "Tex live command-line" app from start menu, then run`tlmgr install dvisvgm pgf` (pgf is tikz).
41+
5. Separately, open "Tex live command-line" app from start menu, then run`tlmgr install dvisvgm pgf anyfontsize` (pgf is tikz).
4242

4343
Build the English version only using:
4444

4545
```
46-
python -m sphinx.cmd.build -b html -D imgmath_latex="C:\texlive\2023\bin\windows\latex.exe" -D imgmath_dvisvgm="C:\texlive\2023\bin\windows\dvisvgm.exe" . _build
46+
python -m sphinx.cmd.build -b html -D imgmath_latex="C:\texlive\2025\bin\windows\latex.exe" -D imgmath_dvisvgm="C:\texlive\2025\bin\windows\dvisvgm.exe" . _build
4747
```
4848

4949
The first time running this it might take a while because it has to download LaTeX packages.

‎scrape_patreon.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ def scrape_patreon():
3636
names.append(full_name)# there's also 'first_name' which might be better for a public display name
3737
# Patreon Supporters
3838
html_string=''
39-
html_string+='<div>A big thanks to all PySDR<br><a href="https://www.patreon.com/PySDR">Patreon</a> supporters:</div>'
40-
html_string+='<div>'
39+
html_string+='<div>A big thanks to all PySDR<br><a href="https://www.patreon.com/PySDR">Patreon</a> supporters:</div>'
40+
html_string+='<div>'
4141
fornameinnames:
4242
html_string+='&#9900; '+name+"<br />"
4343
# Organizations that are sponsoring (Manually added to get logo included)
44-
html_string+='<div>and organization-level supporters:</div>'
44+
html_string+='<div>and organization-level supporters:</div>'
4545
html_string+='<img width="12px" height="12px" src="https://pysdr.org/_static/adi.svg">'+' <a style="border-bottom: 0;" target="_blank" href="https://www.analog.com/en/design-center/reference-designs/circuits-from-the-lab/cn0566.html">Analog Devices, Inc.</a>'+"<br />"
4646
html_string+="</div>"
4747
withopen("_templates/patrons.html","w")aspatron_file:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp