-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix note icon, UL marker size, dot-leader #345
Comments
Change codespan font to Jetbrains mono. |
Make page number column in TOC fixed width so the column does not look wavy.
|
Bullets could possible be fixed this way:
|
I'll give that a try. |
Didn't seem to work. |
That looks good. Thanks! |
how does the level 2 and level 3 sub-bullet look? |
The size and shape look good! Could the second level also have color black instead of white. |
Thanks! Looks good! |
btw, setting the :bibtex-style: apa, which matches the ISA manuals will fix your bibliography alignment issue. |
Ah, OK. This is a known issue with the ieee style in asciidoc. I'll see if there's a resolution. |
@wmat - would you be updating the codespan font as well to something like Jetbrains mono? |
Yes, I'll do that as well. |
JetBrainsMono has been added to my docs-resources branch and pointed codespan at it. As for the Bibliography, it'd be some work to make the ieee formatting match LaTeX. I know this isn't ideal, but I don't think it's warranted right now. Can you live with the layout the way it is? So what's left for the iommu spec? The alignment of the LoF and LoT? |
Thanks!
I think I can live with that.
The two other item I was tracking were
|
Thanks! This looks nice! The older one rendered "&" and "~" using really odd characters. |
OK, great. That screen capture was from my local build btw. I'll make the changes to docs-resources next. |
The GitHub action build is now using all of these fixes in docs-resources. Should probably close this now and open new issues as you find them. |
One thing I noticed is that the text inside tables is much smaller than the main body text. Was that intentional? |
I thought that was fixed. I’ll look shortly.
Bill Traynor
Documentation Build and Release Engineer
RISC-V International
Join us in Munich, Germany at RISC-V Summit Europe
<https://riscv-europe.org/summit/2024/> from 24-28 June. Be a part of the
new wave of European computing innovation!
…On Tue, Jun 11, 2024 at 3:23 PM Ved Shanbhogue ***@***.***> wrote:
One thing I noticed is that the text inside tables is much smaller than
the main body text. Was that intentional?
—
Reply to this email directly, view it on GitHub
<#345 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAN6ZH63XJR7DV2NHSNK23ZG5FEFAVCNFSM6AAAAABI7HY7RGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRRGQ2TOMBZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
So table_font_size was changed to 11.5 recently and then overwritten back to 9 with the merging of the two themes. 9 seems a bit small to me. I'm thinking a size of ($base_font_size * 0.9em) would be appropriate. That is the equivalent to 10.35 pt when base font size is 11.5 pt. |
That should work. |
Thanks! That looked good! |
i can't get it to change :/ |
Maybe it will respond to a "font-size" tag in ulist? ulist: |
that's exactly what I tried. |
Maybe U+2022 or U25CF is better? |
I tried a bunch of these and seems like what you have currently is the best among all. |
Revert the note admonition icon to the older info circle.
Make unordered lists bullets larger.
Add the TOC dot-leader back in.
The text was updated successfully, but these errors were encountered: