Federico Marotta

Results 51 comments of Federico Marotta

In principle, setting `\marginskip` to a higher value, like 1cm, should work, but I found that it has no effect. I'll dig into the template and see what I can...

So, apparently I misunderstood what `\marginskip` is supposed to do. It turns out, as everybody knows, that it does not set globally the space between `\marginpar`s, but rather it should...

Yes, this is indeed the expected behaviour, since the offset prevents the elements to float freely, and the `\marginskip` only works with floating elements. However, now that the automatic placement...

I agree that it would be difficult, in fact right now I wouldn't know how to do it. I have made some attempts, but still to no avail. Hopefully I'll...

Embarrassingly, I am not sure if this is possible... If there is no vertical offset, `\marginfigure`s are placed using `\marginpar`, and since `\marginpar`s are floating elements, it is difficult to...

If you already know how to do it, PR are always welcome :) (Otherwise I'll look into it when I find the time)

Thanks for suggesting this. Now that somebody has raised the issue, I will try and see what does it take to upload the class and related packages on CTAN. There...

Hi, perhaps this? ``` \RenewDocumentCommand{\formatmargincitation}{m}{% {\RaggedRight\parencite{#1}\;\citeauthor*{#1} (\citeyear{#1})}% } ```

Good point. I added it because I had found a customisation of the package options that fit well with the kao style, so that a user wouldn't need to re-discover...