Skip to content

Commit

Permalink
Fix PDF export of LaTeX text and arrows (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Aug 9, 2023
1 parent 7e39ab5 commit 5bb8ade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ To see every change with descriptions aimed at developers, see
As a continuously updated web app, Cocreate uses dates
instead of version numbers.

## 2023-08-09

* Fix PDF export of LaTeX text and arrows

## 2023-05-01

* Anchor drag now translates text and images when selecting their origins.
Expand Down
1 change: 1 addition & 0 deletions client/tools/download.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ defineTool
]
pdf = new jsPDF
format: [width, height]
unit: 'pt'
orientation:
if width > height
'landscape'
Expand Down

0 comments on commit 5bb8ade

Please sign in to comment.