Skip to content

Commit

Permalink
fix markdown converting script for python code block, remove useless …
Browse files Browse the repository at this point in the history
…latex images
  • Loading branch information
yingang committed Apr 10, 2024
1 parent 2d9d8e4 commit 10176b9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 120 deletions.
1 change: 1 addition & 0 deletions latex/convert2latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def __init__(self, is_book_or_report=True):
'c++': 'C++',
'java': 'Java',
'go': 'C', # TODO: def highlight for go
'python': 'Python',
}
# 图片对应的列表
self._ltx_img_dict = {
Expand Down
Empty file removed latex/img/00016.tex
Empty file.
34 changes: 0 additions & 34 deletions latex/img/00017.tex

This file was deleted.

24 changes: 0 additions & 24 deletions latex/img/00018.tex

This file was deleted.

44 changes: 0 additions & 44 deletions latex/img/00023.tex

This file was deleted.

18 changes: 0 additions & 18 deletions latex/img/00024.tex

This file was deleted.

0 comments on commit 10176b9

Please sign in to comment.