txt2ebook 0.1.87__py3-none-any.whl → 0.1.91__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
txt2ebook/__init__.py CHANGED
@@ -22,7 +22,7 @@ import sys
22
22
 
23
23
  logger = logging.getLogger(__name__)
24
24
 
25
- __version__ = "0.1.87"
25
+ __version__ = "0.1.91"
26
26
 
27
27
 
28
28
  def setup_logger(config: argparse.Namespace) -> None:
txt2ebook/formats/tex.py CHANGED
@@ -130,10 +130,14 @@ class TexWriter(BaseWriter):
130
130
  def _process_paragraph(self, paragraph) -> str:
131
131
  par = paragraph.strip()
132
132
  for keyword in self.config.index_keyword:
133
- par = par.replace(keyword, rf"\index{{{keyword}}}")
133
+ par = par.replace(
134
+ keyword, rf"\index{{{keyword}}}\underline{{{keyword}}}"
135
+ )
134
136
 
135
137
  for keyword in self.book.index:
136
- par = par.replace(keyword, rf"\index{{{keyword}}}")
138
+ par = par.replace(
139
+ keyword, rf"\index{{{keyword}}}\underline{{{keyword}}}"
140
+ )
137
141
 
138
142
  return par
139
143
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: txt2ebook
3
- Version: 0.1.87
3
+ Version: 0.1.91
4
4
  Summary: CLI tool to convert txt file to ebook format
5
5
  Home-page: https://github.com/kianmeng/txt2ebook
6
6
  License: AGPL-3.0-or-later
@@ -1,4 +1,4 @@
1
- txt2ebook/__init__.py,sha256=z3BU1R5dQ_EVqdS5NUDbG-WzcKMzlTfVatjA6SI2Avk,2061
1
+ txt2ebook/__init__.py,sha256=0KDL88RyHUXAk4bMWcrE_K_YKft9urtCkeKaU4OvNwk,2061
2
2
  txt2ebook/__main__.py,sha256=gMLvgpqc_BL4cBqNe0vqErRF5dlJPAbvqu1zndcAHYI,850
3
3
  txt2ebook/exceptions.py,sha256=b2HDsXdqweLJbvSJEGt48nxvGkZq20SfYezSjwp77JU,842
4
4
  txt2ebook/formats/__init__.py,sha256=WhiRWGvbUjc8QZfhAIkKCg6GL8vNNlEF73meZSzYhDA,2463
@@ -12,7 +12,7 @@ txt2ebook/formats/templates/epub/__init__.py,sha256=DeIsL4WDqgTU7zCLxlCidFItvG4N
12
12
  txt2ebook/formats/templates/epub/clean.css,sha256=AnEwMckzUSKcjKsDiWtJW1oaceuklt2tyuS1VbpVK1s,462
13
13
  txt2ebook/formats/templates/epub/condense.css,sha256=Fz80ZqkPsFRmGdURduAxqMV8drD0CCUlrv41P8rUsm8,477
14
14
  txt2ebook/formats/templates/epub/noindent.css,sha256=_O5Tv90TKyyPBRdgjuNKFwtKFbdheh2V9PtDhgRUg3U,483
15
- txt2ebook/formats/tex.py,sha256=aNF5mMbO4woxlm38yIPoi55GE2QhdtwUz0D14Q9QWs0,5564
15
+ txt2ebook/formats/tex.py,sha256=s6ShjJ206fx524-MbrYkruC5kdBP3NU29KdDIcIEPkA,5670
16
16
  txt2ebook/formats/txt.py,sha256=8PkJ54r-0saZYyYEH64nYSkM-oW5LnurCbAk6d2Ue78,7536
17
17
  txt2ebook/formats/typ.py,sha256=79WQyaexmNVJ0Xh7ykNjpwcS0vK7sdkSlrOBm-uV6dA,5200
18
18
  txt2ebook/helpers/__init__.py,sha256=cQmFjEsEEI0gRxDPL-284FMS5Z-iBMcu-4qe7Icf7is,1971
@@ -35,8 +35,8 @@ txt2ebook/parser.py,sha256=DbivznOgBOzlY5btTdB09D6yNGk5QXsE-gD2zc6lJyc,12188
35
35
  txt2ebook/tokenizer.py,sha256=Bm56thLiYSmRDuFiAaOH-NibzhYZQvnLo_u21KaV4Oo,9406
36
36
  txt2ebook/txt2ebook.py,sha256=O9YG6k5vDSRFpawc2iVRmi7uNxP89GrSR68D1mGepHc,13419
37
37
  txt2ebook/zh_utils.py,sha256=EgKVbwqYGaTGswQUGcOCeSfRelzwkAb9WWY9TrsX1x4,4882
38
- txt2ebook-0.1.87.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
39
- txt2ebook-0.1.87.dist-info/METADATA,sha256=gH6WBK-hyaU6kDYaIkeWvXqV3r9EKWrw8FFIoXcgAdY,7639
40
- txt2ebook-0.1.87.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
41
- txt2ebook-0.1.87.dist-info/entry_points.txt,sha256=IQHyIIhd0MHjSSRVC1a6tMeIoLus8D06KHL_cumvEbg,83
42
- txt2ebook-0.1.87.dist-info/RECORD,,
38
+ txt2ebook-0.1.91.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
39
+ txt2ebook-0.1.91.dist-info/METADATA,sha256=-sUudVhG76L9aGgXg1rYf8ADj7IoqcZEUa8UxpLodMo,7639
40
+ txt2ebook-0.1.91.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
41
+ txt2ebook-0.1.91.dist-info/entry_points.txt,sha256=IQHyIIhd0MHjSSRVC1a6tMeIoLus8D06KHL_cumvEbg,83
42
+ txt2ebook-0.1.91.dist-info/RECORD,,