pyeasyphd 0.2.5__tar.gz → 0.2.6__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.2.5 → pyeasyphd-0.2.6}/PKG-INFO +1 -1
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/main/python_run_md.py +1 -1
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyproject.toml +1 -1
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/LICENSE +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/README.md +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/CSL/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/CSL/apa.csl +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/CSL/ieee.csl +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/Article.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/Article_Header.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/Article_Tail.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/Beamer_Header.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/Style.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/TEVC_Header.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/eisvogel.beamer +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/eisvogel.latex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/eisvogel.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/math.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/data/Templates/TEX/math_commands.tex +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/scripts/run_article_md.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/generate/generate_library.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.2.5 → pyeasyphd-0.2.6}/pyeasyphd/utils/utils.py +0 -0
|
@@ -206,7 +206,7 @@ class PythonRunMd(BasicInput):
|
|
|
206
206
|
main_part, last_part = [], []
|
|
207
207
|
main_part_flag, last_part_flag = True, True
|
|
208
208
|
for line_index in range(len(data_list_md)):
|
|
209
|
-
if main_part_flag and re.match(r"#+ References\s[\[{]", data_list_md[line_index]):
|
|
209
|
+
if main_part_flag and re.match(r"#+ [\"']?References[\"']?\s[\[{]", data_list_md[line_index]):
|
|
210
210
|
main_part_flag = False
|
|
211
211
|
main_part = delete_empty_lines_last_occur_add_new_line(data_list_md[:line_index])
|
|
212
212
|
if last_part_flag and re.match(r"^\[\^1]: ", data_list_md[line_index]):
|
|
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
|