1

I am currently writing a paper and in one of the sections it would be appropriate to write a quick digression to explain one topic in more detail. My structure would be something like

Section X (H1)
  [some normal text]

  Digression: Bla in detail (H2)
  [text of digression]

  [continue with text from Section X]

But that way, there is no clear part for the reader to see that the digression is over.

So how do I structurally return from a digression to continue with the initial topic? How are digressions usually structured and set apart from the rest of the section in conference/thesis papers?

(Is it even good practice to have digressions?)

5
  • 2
    I think this depends on the field and on the extent of the digression. What's the purpose of the digression anyway? Also, if it's one paragraph long, just start the next paragraph with sth like "regarding the topic previously discussed/the main topic of this work/etc.".
    – user68958
    Commented Aug 25, 2018 at 11:52
  • Indeed, the extent of the digression matters. Sometimes a footnote is the best way - certainly the least intrusive one.
    – Anyon
    Commented Aug 25, 2018 at 13:26
  • The digression is about programming language details and roughly one paragraph, so - in my opinion - too long for a footnote. Commented Aug 25, 2018 at 14:38
  • 1
    Normally papers do not have chapters, they have sections. Commented Aug 25, 2018 at 15:13
  • Sorry, you're right. I meant to say sections (got lost in translation). Commented Aug 26, 2018 at 12:17

1 Answer 1

4

Maybe you can format it as a remark. These are essentially paragraphs typeset with a special header, a bit like theorems. Example from a paper in my field:

enter image description here

Note that the text of the paragraph is typeset in a roman typeface, not in italic like a theorem. If you are using Latex, with amsmath, there is a command \theoremstyle{remark} that can be used to get theorem-like environments with that formatting.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .