txt2ebook 0.1.82__py3-none-any.whl → 0.1.83__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.82"
25
+ __version__ = "0.1.83"
26
26
 
27
27
 
28
28
  def setup_logger(config: argparse.Namespace) -> None:
txt2ebook/formats/tex.py CHANGED
@@ -52,8 +52,12 @@ class TexWriter(BaseWriter):
52
52
 
53
53
  doc = Doc(documentclass="ctexbook", document_options=[self._fontset()])
54
54
 
55
- doc.packages.append(Pkg("geometry", options=["a5paper"]))
56
- doc.preamble.append(Cmd("ctexset", NoEsc(r"chapter/name={},chapter/number={},part/name={},part/number={}")))
55
+ doc.packages.append(Pkg("geometry", options=["a6paper"]))
56
+
57
+ hide_section_seq = (
58
+ r"chapter/name={},chapter/number={},part/name={},part/number={}"
59
+ )
60
+ doc.preamble.append(Cmd("ctexset", NoEsc(hide_section_seq)))
57
61
  doc.preamble.append(Cmd("title", self.book.title))
58
62
  doc.preamble.append(Cmd("author", ", ".join(self.book.authors)))
59
63
  doc.preamble.append(Cmd("date", NoEsc(r"\today")))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: txt2ebook
3
- Version: 0.1.82
3
+ Version: 0.1.83
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=joS_uO-a5L6doh0Lm0CJD_i4LWfWge-rsImnaPzPEkE,2061
1
+ txt2ebook/__init__.py,sha256=iD2uJuXzihfchfyYed9PS077YBUK268_w72rwNEgR4A,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=8KGBkWxqyzFJLdOFlqEQfvXfNfJzWgW9ITaC9lllgaM,3547
15
+ txt2ebook/formats/tex.py,sha256=_Etvp6ZKNfcspd_dpYAaLZniJIH_YARbJEdsQO5zUfQ,3616
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=vdC--8I2c89xve7OA1OkYTDjSMwwKoyv4Wkmca0iFhE,11823
35
35
  txt2ebook/tokenizer.py,sha256=y1CQ3Xf5g74o_mUZSOwrwwu0grKmgmt6x3yxCWWokhU,9318
36
36
  txt2ebook/txt2ebook.py,sha256=Nwf30JA5aAXwHZEH1bnqXtD_eT3QBbpHQfsG4DP9uAc,13212
37
37
  txt2ebook/zh_utils.py,sha256=EgKVbwqYGaTGswQUGcOCeSfRelzwkAb9WWY9TrsX1x4,4882
38
- txt2ebook-0.1.82.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
39
- txt2ebook-0.1.82.dist-info/METADATA,sha256=XzVbpB661pchLeIyBe44P6zFd-Fq-MqqUxLLSI969NY,7511
40
- txt2ebook-0.1.82.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
41
- txt2ebook-0.1.82.dist-info/entry_points.txt,sha256=IQHyIIhd0MHjSSRVC1a6tMeIoLus8D06KHL_cumvEbg,83
42
- txt2ebook-0.1.82.dist-info/RECORD,,
38
+ txt2ebook-0.1.83.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
39
+ txt2ebook-0.1.83.dist-info/METADATA,sha256=Dgflg8SSIEm9OZ-W1suCiAZ_us2tcvPcyBKMZTBplxk,7511
40
+ txt2ebook-0.1.83.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
41
+ txt2ebook-0.1.83.dist-info/entry_points.txt,sha256=IQHyIIhd0MHjSSRVC1a6tMeIoLus8D06KHL_cumvEbg,83
42
+ txt2ebook-0.1.83.dist-info/RECORD,,