forked from binary-husky/gpt_academic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c131ec0
commit 160552c
Showing
7 changed files
with
208 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<title>GPT-Academic 翻译报告书</title> | ||
<style> | ||
.centered-a { | ||
color: red; | ||
text-align: center; | ||
margin-bottom: 2%; | ||
font-size: 1.5em; | ||
} | ||
.centered-b { | ||
color: red; | ||
text-align: center; | ||
margin-top: 10%; | ||
margin-bottom: 20%; | ||
font-size: 1.5em; | ||
} | ||
.centered-c { | ||
color: rgba(255, 0, 0, 0); | ||
text-align: center; | ||
margin-top: 2%; | ||
margin-bottom: 20%; | ||
font-size: 7em; | ||
} | ||
</style> | ||
<script> | ||
// Configure MathJax settings | ||
MathJax = { | ||
tex: { | ||
inlineMath: [ | ||
['$', '$'], | ||
['\(', '\)'] | ||
] | ||
} | ||
} | ||
addEventListener('zero-md-rendered', () => {MathJax.typeset(); console.log('MathJax typeset!');}) | ||
</script> | ||
<!-- Load MathJax library --> | ||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script> | ||
<script | ||
type="module" | ||
src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js" | ||
></script> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="test_temp1" style="width:10%; height: 500px; float:left;"> | ||
|
||
</div> | ||
<div class="test_temp2" style="width:80%; height: 500px; float:left;"> | ||
<!-- Simply set the `src` attribute to your MD file and win --> | ||
<div class="centered-a"> | ||
请按Ctrl+S保存此页面,否则该页面可能在几分钟后失效。 | ||
</div> | ||
<zero-md src="translated_markdown.md" no-shadow> | ||
</zero-md> | ||
<div class="centered-b"> | ||
本报告由GPT-Academic开源项目生成,地址:https://github.com/binary-husky/gpt_academic。 | ||
</div> | ||
<div class="centered-c"> | ||
本报告由GPT-Academic开源项目生成,地址:https://github.com/binary-husky/gpt_academic。 | ||
</div> | ||
</div> | ||
<div class="test_temp3" style="width:10%; height: 500px; float:left;"> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters