Questions tagged [sidenotes]

{sidenotes} is a package that allows text, figures, tables, citations in the margin.

Sidenotes is a package developed by Andy Thomas. This package allows typesetting of texts, figures, tables, citations in the margin of a text.

101 questions
7
votes
2 answers

Sidenotes package, can't solve TeX capacity exceeded, sorry [grouping levels=255]

The sidenotes package works pretty well, but I cant find a way to use the figure* environment. When I try: \documentclass{article} \usepackage{sidenotes} \usepackage{graphicx} \renewcommand{\footnote}{\sidenote} …
lf_araujo
  • 801
  • 1
  • 8
  • 22
5
votes
1 answer

Wrong position of caption in odd page with sidenotes in figure*

I am preparing layout similar to How to create twoside book with oneside margin? I get error in the position of caption in odd page. The location of caption in the even page is…
sandu
  • 7,950
3
votes
1 answer

sidenotes package not working with oneside option in book

MWE \documentclass[oneside]{scrbook} \usepackage{blindtext} \usepackage{sidenotes} \usepackage{mwe} \usepackage[showframe]{geometry} \geometry{paperwidth=170mm, paperheight=240mm, left=42pt, top=40pt, textwidth=280pt, marginparsep=20pt,…
sandu
  • 7,950
2
votes
1 answer

Adding a list of sections of chapter in sidenotes

I want to have a simple toc in the sidenotes, which looks like the following picture. I tried minitoc, but it is too wide for the margin, also, it doesn't look like the above picture. I don't know how to delete the extra spacing, the horizontal…
fairytale
  • 769
2
votes
1 answer

sidenotes package : error in figure alignment

MWE \documentclass[12pt]{scrbook} \usepackage{blindtext} \usepackage{sidenotes} \usepackage{mwe} \usepackage[showframe]{geometry} \geometry{paperwidth=170mm, paperheight=240mm, left=42pt, top=40pt, textwidth=280pt, marginparsep=20pt,…
sandu
  • 7,950
0
votes
2 answers

Sidenotes with multiple paragraphs

I'm trying to use the sidenotes package, and it appears to not support multiple-paragraph sidenotes. For example the following document does not…
DRMacIver
  • 113
0
votes
1 answer

sidenotes remove figure and colon and replace it with lower set number

How can I replace figure 1: to just 1 and the 1 is set half a line down? I started with code from this site trying to adjust it, collecting the command, but don`t get it to run. \documentclass[twoside]{scrartcl} % \usepackage{showframe} …
user126312