Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iandol committed Dec 7, 2023
1 parent 5154d2c commit 97bae06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions typst-run.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env ruby
# encoding: utf-8

# This script rewrites markdown compiled from Scrivener to be compatible
# with the cross-referencing system used by Typst. It also adds paths for
# LaTeX, python and others so that compilation works directly from Scrivener
# (Scrivener doesn't use the user's environment or path by default).
# Version: 0.1.0
# This script rewrites markdown compiled from Scrivener to be more
# compatible with the cross-referencing system used by Typst. It also adds
# paths for Typst and other system tools so that compilation works directly
# from Scrivener (Scrivener doesn't use the user's environment or path by
# default).
# Version: 0.1.1

Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
Expand Down

0 comments on commit 97bae06

Please sign in to comment.