Skip to content

Commit

Permalink
v0.4.7: ltx_role_footnotetext styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Oct 9, 2021
1 parent 32bb4a9 commit acf320a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions css/arxmliv.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Variables */
:root {
--main-width: 52rem;
--main-width-margin: 54rem;
/* fonts */
--headings-font-family: "Noto Sans", sans-serif;
--text-font-family: "Noto Serif", serif;
Expand Down Expand Up @@ -368,6 +369,18 @@ div.ltx_keywords:empty:before {
.ltx_role_affiliation > .ltx_note_mark:active + .ltx_note_outer {
display: block;
}
/* on large screens, low-level latex footnote overrides without a mark */
.ltx_role_footnotetext.ltx_note .ltx_note_mark {
display:none;
}
.ltx_role_footnotetext.ltx_note .ltx_note_outer {
position: absolute;
left: var(--main-width-margin);
}
}
/* footnotetext are low-level notes without a type description */
.ltx_role_footnotetext.ltx_note .ltx_note_type {
display:none;
}
/*======================================================================
Document Structure; Titles & Frontmatter */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arxmliv-css",
"version": "0.4.6",
"version": "0.4.7",
"description": "Experimental CSS to style arXiv articles converted with LaTeXML",
"main": "arxmliv.css",
"repository": "[email protected]:dginev/arxmliv-css.git",
Expand Down

0 comments on commit acf320a

Please sign in to comment.