Skip to content

Commit 26d9ac3

Browse files
committed
Update images
1 parent 9e32bd2 commit 26d9ac3

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,14 @@ Simply run this command anywhere to execute the application, or just import pyde
8787
:scale: 40%
8888
:align: center
8989

90-
**(Simple Pipeline)** Tadada... !!! A simple GUI to process your LaTex, and paste into Grammarly? \(^o^)/
90+
**(Simple Pipeline)** Tadada... !!! A simple GUI to process your LaTex, and paste into Google Docs, an email, or Grammarly \(^o^)/
9191

9292
.. figure:: https://raw.githubusercontent.com/ppizarror/pydetex/master/docs/_static/example_strict.png
9393
:scale: 40%
9494
:align: center
9595

9696
**(Strict Pipeline)** The strict pipeline removes all commands, or replaces by some known tags.
97+
9798

9899
.. figure:: https://raw.githubusercontent.com/ppizarror/pydetex/master/docs/_static/pydetex_windows.png
99100
:scale: 40%

docs/_static/example_simple.png

29 KB
Loading

docs/_static/example_strict.png

27.9 KB
Loading

pydetex/_gui_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# Store the window sizes (w, h, height_richtext, margin_between_richtext, button_margin_botttom)
3535
_WINDOW_SIZE = {
36-
'window_size_small': [640, 360, 115, 3, 6],
36+
'window_size_small': [720, 480, 175, 3, 6],
3737
'window_size_medium': [960, 540, 200, 5, 10],
3838
'window_size_large': [1280, 720, 285, 5, 15]
3939
}

0 commit comments

Comments
 (0)