Skip to content

Commit

Permalink
Merge branch 'master' of github.com:APN-Pucky/TeXCalc
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Mar 17, 2021
2 parents 84a06b3 + a978e34 commit 538c09c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ Live rendered latex
## Requirements

* java
* lualatex (or latexmk, pdflatex, ...)
* pdftoppm
* (python3)
* ![tex-live](https://www.tug.org/texlive/acquire-netinstall.html) comes with needed:
* lualatex (or latexmk, pdflatex, ...)
* pdftoppm
* (python3/Anaconda)

### LaTeX
Is run in preview standalone mode for displaying cells.

### Python
Each cell is separate from others, so no variables are saved inbetween them.
9 changes: 0 additions & 9 deletions TODO

This file was deleted.

4 changes: 2 additions & 2 deletions src/main/java/TeXCalc/gui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public Main() {
refreshTabs();

jframe.setResizable(true);
jframe.setExtendedState(JFrame.MAXIMIZED_BOTH);
jframe.setUndecorated(true);
//jframe.setExtendedState(JFrame.MAXIMIZED_BOTH);
//jframe.setUndecorated(true);
jframe.setVisible(true);
jframe.pack();
jframe.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
Expand Down

0 comments on commit 538c09c

Please sign in to comment.