Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit ca5adf6

Browse files
committed
improved ebook, added star
1 parent 1aedd31 commit ca5adf6

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

ebook/lammps-tutorials-ebook-dm.pdf

277 Bytes
Binary file not shown.

ebook/lammps-tutorials-ebook-lm.pdf

275 Bytes
Binary file not shown.

functions/WriteTEX.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def write_paragraph(self, filtered_block, block_type, filtered_subblock, ids_sub
7373

7474
if ("text" in block_type):
7575
for line in filtered_block:
76+
line = replace_special_character(line, '* 1', r'$\star 1$')
7677
line = replace_special_character(line, '#', r'$\#$')
7778
line = replace_special_character(line, 'Å', r'$\text{\AA{}}$')
7879
line = replace_special_character(line, '*->*', r'$\rightarrow$')

tex-light/lammps-tutorials-ebook.pdf

275 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)