pyeasyphd 0.4.0__py3-none-any.whl → 0.4.1__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.

Potentially problematic release.


This version of pyeasyphd might be problematic. Click here for more details.

@@ -259,7 +259,16 @@ class PythonRunMd(BasicInput):
259
259
  bib_in_md = []
260
260
  if self.add_bib_in_md:
261
261
  temp_c = combine_content_in_list([key_url_http_bib_dict[k][2] for k in key_in_md])
262
- bib_in_md = combine_content_in_list([["<details>\n```\n"], temp_c, ["```\n</details>\n"]])
262
+ bib_in_md = combine_content_in_list(
263
+ [
264
+ ["## Bibliography\n\n"],
265
+ ["<details>\n<summary>Bibliography</summary>\n\n"],
266
+ ["```\n"],
267
+ temp_c,
268
+ ["```\n"],
269
+ ["</details>\n"]
270
+ ]
271
+ )
263
272
 
264
273
  # Generate basic/beauty/complex markdown content
265
274
  if dct := eval(f"key_{self.display_basic_beauty_complex_references_in_md}_dict"):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeasyphd
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: pyeasyphd
5
5
  License: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -19,7 +19,7 @@ pyeasyphd/data/templates/tex/nextaimathmacros.sty,sha256=iF0jyABkoPUY_XA-lPkvZSl
19
19
  pyeasyphd/main/__init__.py,sha256=Pv-7359vftMgw3Wi_GuDy99K0TcY6hVwLkFFip774x8,224
20
20
  pyeasyphd/main/basic_input.py,sha256=roZSTc8hUavItv0jQsjkmRRf8FHR6FStMrvZcjaSLbk,4484
21
21
  pyeasyphd/main/pandoc_md_to.py,sha256=5wRpuf4_ZR9XIRI4HkTcXPiXDwVpdKP3H1Eaf_D2yYQ,16974
22
- pyeasyphd/main/python_run_md.py,sha256=cqleE-kBGyYdUZIdT3zU58gxDK6oHiRmfvtGEHLG4sA,13923
22
+ pyeasyphd/main/python_run_md.py,sha256=9tB6jWeJfsGJOLsgMUkVB8a_0k7wEoKk6hD64nk9_Fw,14199
23
23
  pyeasyphd/main/python_run_tex.py,sha256=9Syu8qRjPXN3gEabfRUWxwTFBm_izIcB4yFhsz3QNs0,7672
24
24
  pyeasyphd/pyeasyphd.py,sha256=OAwbwq2rSXLSk2AoTAF8hmlOMRSRfvDn1Uqk-zkuqH8,3470
25
25
  pyeasyphd/pyeasyphd.sublime-settings,sha256=Bp_41iwVn23bCs1kC0R-XR8PChUF8btVGXfcwi5A_UU,3093
@@ -47,7 +47,7 @@ pyeasyphd/tools/search/search_keywords.py,sha256=tUEKsCqiaUHEyRa23wzDLri3puAWrNK
47
47
  pyeasyphd/tools/search/search_writers.py,sha256=Dz6D8m17R7x8NT7_PCjwmzlq29AfUz-N6sjyCguDTo4,15702
48
48
  pyeasyphd/tools/search/utils.py,sha256=bo7xtIZu31dQvjol1lwyWq1t6ldbw28oondwK8VbAqk,7562
49
49
  pyeasyphd/utils/utils.py,sha256=kWxzzgNwz77K9Q7j-RKTaoPpxqiVLVtaBMMhLuEenwE,3128
50
- pyeasyphd-0.4.0.dist-info/METADATA,sha256=4dbk6U5FiEYmecKtZ0vhO0rC7CKSAdU-c9P96GKfGZY,1469
51
- pyeasyphd-0.4.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
52
- pyeasyphd-0.4.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
53
- pyeasyphd-0.4.0.dist-info/RECORD,,
50
+ pyeasyphd-0.4.1.dist-info/METADATA,sha256=9a1YiYlT2_ilQb0tf1fIj_Oh6UX8d9nMWNZyt0kW8Nw,1469
51
+ pyeasyphd-0.4.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
52
+ pyeasyphd-0.4.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
53
+ pyeasyphd-0.4.1.dist-info/RECORD,,