You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on my CV with pagedown for a while and I found out that the position of the ::: aside ::: chunks is quite unpredictable, or, at least, I wasn't able to find any docs providing a clear explanation about what to expect, other than it will appear on the side panel. In general, it seems that the aside chunk aligns with the first line after the h3, but it only really works if the aside contents are small.
For example, using the sample CV from the package, if I place the (large-ish) aside chunk after the Teaching heading or at the end of that section, the final position is the same
but if I place it between the two teaching experience entries, it appears way higher
This seems to be corrected to some extent if the aside chunk is very short, although it will never appear associated with the headers/section titles. This is placing it right after the section header as before:
In another note, if you want to use some header for easier formatting, the headers in the aside chunk, inherit the properties of #main
and if you use h3, it also breaks the formatting of #main:
As a couple of final notes, 1) I was trying to have an additional "Skills" section in the second page, but on top of the issues to the headers, I don't know if an specific chunk could be placed in a desired position, e.g. top. Any idea how could be done?
and 2) I'm not sure if this has to do anything with some of the behaviour of .aside, but while inspecting the CV code I found that the h2 sections inside #main seem to bleed into the side panel (it doesn't happen with h1 or h3 though):
Any comments would be greatly appreciate.
Cheers,
Xabi
The text was updated successfully, but these errors were encountered:
Hi there,
I've been working on my CV with pagedown for a while and I found out that the position of the
::: aside :::
chunks is quite unpredictable, or, at least, I wasn't able to find any docs providing a clear explanation about what to expect, other than it will appear on the side panel. In general, it seems that the aside chunk aligns with the first line after the h3, but it only really works if the aside contents are small.For example, using the sample CV from the package, if I place the (large-ish) aside chunk after the
Teaching
heading or at the end of that section, the final position is the samebut if I place it between the two teaching experience entries, it appears way higher
This seems to be corrected to some extent if the aside chunk is very short, although it will never appear associated with the headers/section titles. This is placing it right after the section header as before:
In another note, if you want to use some header for easier formatting, the headers in the aside chunk, inherit the properties of
#main
and if you use h3, it also breaks the formatting of
#main
:As a couple of final notes, 1) I was trying to have an additional "Skills" section in the second page, but on top of the issues to the headers, I don't know if an specific chunk could be placed in a desired position, e.g. top. Any idea how could be done?
and 2) I'm not sure if this has to do anything with some of the behaviour of
.aside
, but while inspecting the CV code I found that the h2 sections inside#main
seem to bleed into the side panel (it doesn't happen with h1 or h3 though):Any comments would be greatly appreciate.
Cheers,
Xabi
The text was updated successfully, but these errors were encountered: