IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
Accessibility
tex2html
Commits
87388f86
Commit
87388f86
authored
Aug 19, 2021
by
Suhas CV
Browse files
Update main.py
parent
b24f1f53
Pipeline
#312
failed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
87388f86
...
...
@@ -110,20 +110,13 @@ def extractAndConvert(extractpath):
for (let i = 1; i < footnotes.length; i += 2) {
let p = document.createElement("p");
p.setAttribute("id", "fn-" + (j + 1));
let newC = document.createTextNode(
j + 1 + ". " +
footnotes[i]);
let newC = document.createTextNode( footnotes[i]);
p.appendChild(newC);
outer.appendChild(p);
j++;
}
ele.appendChild(outer);
let sections = document.getElementsByTagName("section");
let sece = sections[sections.length - 1];
let secChildrens = sece.childNodes[3].getElementsByClassName("ltx_p");
for (let i in secChildrens) {
secChildrens[i].style.fontStyle = "italic";
}
</script>
</body>
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment