pyeasyphd 0.4.0__tar.gz → 0.4.1__tar.gz
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.
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/PKG-INFO +1 -1
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/main/python_run_md.py +10 -1
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyproject.toml +1 -1
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/LICENSE +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/README.md +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/csl/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/csl/apa.csl +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/csl/ieee.csl +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/Article.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/Article_Header.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/Article_Tail.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/Beamer_Header.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/Style.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/TEVC_Header.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/eisvogel.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/math.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/math_commands.tex +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/data/templates/tex/nextaimathmacros.sty +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/__init__.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/_base.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/run_article_md.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/run_article_tex.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/run_compare.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/run_format.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/run_generate.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/run_replace.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/scripts/run_search.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/generate/generate_library.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.4.0 → pyeasyphd-0.4.1}/pyeasyphd/utils/utils.py +0 -0
|
@@ -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(
|
|
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"):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|