Commit f5127432 by jiangdongchen

bibtex README

parent ea9e27cc
......@@ -31,6 +31,8 @@
- `python-Levenshtein`
# 使用方法
- 将excel表的第三行改为如下图所示包含被引用文章标题的bibtex格式
- ![](./others/bibtex.png)
- 查看config.json正确配置参数,让程序能够找到需要的文件位置和参数
- 默认配置
- 文章的pdf分sheet放置在Papers/sheetname文件夹下
......
......@@ -372,7 +372,7 @@ def citationProcess(config: dict):
sheet.cell(row=idx+config["content_start"], column=11, value=translated_countrys) # 第11列是中文国家名称
logging.debug(f"Translated countrys info: {translated_countrys}")
else:
logging.warning(f"No countrys info to translate.")
logging.warning(f"{RED}No countrys info to translate.{RESET}")
countrys = c2i.country_to_idx(translated_countrys)
sheet.cell(row=idx+config["content_start"], column=10, value=countrys) # 第10列是国家索引
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment