From 470753501f1ce83db8208ec670e8453f2207854d Mon Sep 17 00:00:00 2001 From: wmat Date: Tue, 17 Dec 2024 16:17:00 -0500 Subject: [PATCH 1/2] Set monospaced font to 0.86% of base font size. Set monospaced font size to 0.86% of base font size. --- themes/riscv-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/riscv-pdf.yml b/themes/riscv-pdf.yml index f2599c8..be3b32a 100644 --- a/themes/riscv-pdf.yml +++ b/themes/riscv-pdf.yml @@ -66,7 +66,7 @@ base: font_style: normal font_size_large: round($base_font_size * 1.25) font_size_small: round($base_font_size * 0.85) - font_size_min: round($base_font_size * 0.75) + font_size_min: round($base_font_size * 0.86) border_radius: 3 border_width: 0.25 border_color: EEEEEE From 3da00bc312929bb451d77d1e2f049e534c57b711 Mon Sep 17 00:00:00 2001 From: wmat Date: Tue, 17 Dec 2024 16:28:09 -0500 Subject: [PATCH 2/2] Update link to spec state definitions in readme. Change the spec state link in the readme to https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1abf4c0..d49eee6 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Discussion state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Discussion state] ==== Assume everything can change. This document is not complete yet and was created only for the purpose of conversation outside of the document. @@ -148,7 +148,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Development state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Development state] ==== Assume everything can change. This draft specification will change before being accepted as standard, so implementations made to this draft specification will likely not conform @@ -160,7 +160,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Stable state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Stable state] ==== Assume anything could still change, but limited change should be expected. ==== @@ -170,7 +170,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Frozen state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Frozen state] ==== Change is extremely unlikely. A high threshold will be used, and a change will only occur because of some truly critical issue being identified during @@ -183,7 +183,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Ratified state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Ratified state] ==== No changes are allowed. Any desired or needed changes can be the subject of a follow-on new extension. Ratified extensions are never revised.