Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Dec 12, 2022
1 parent 25e1f30 commit ab27162
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![flattr](https://api.flattr.com/button/flattr-badge-large.png)][flattr]

# minted — highlighted source code for LaTeX


Expand Down Expand Up @@ -35,6 +33,10 @@ will produce the following rendering:
See the [documentation](https://github.com/gpoore/minted/blob/master/source/minted.pdf)
for examples and installation instructions.

Notice that `minted` requires that LaTeX run with the `-shell-escape` flag.
This has security implications; it allows LaTeX to run external programs.
`-shell-escape` should only be used with documents that you trust.


## Availability

Expand All @@ -55,8 +57,3 @@ Additionally, the project may be distributed under the terms of the

Please use the project's GitHub site at <https://github.com/gpoore/minted>
for suggestions, feature requests, and bug reports.




[flattr]: https://flattr.com/submit/auto?user_id=gpoore&url=https://github.com/gpoore/minted&title=minted&category=software

0 comments on commit ab27162

Please sign in to comment.