How can I create a hanging indent in a footnote for a gloss?

I understand how to create a hanging indent in ordinary text, using the “Before Text” and “First Line” fields, in the “Indents & Spacing” tab of the Paragraph formatting dialog box.

However, the same procedure does not allow you to create a hanging indent in footnotes.

I am trying to create a footnote style that looks something like a dictionary entry, for indicating glosses in a medieval text. It needs to have a hanging indent:

Term: Definition first line
...Definition second line

I’ve gotten rid of the footnote indicator by setting the font to white (if there’s a better way of doing this, I’d love to know that as well).

By default, LibreOffice seems to put a tab between the footnote number and the footnote text, in such a way that there is a straight left text margin with the number isolated at the left:

#...Term: Definition first line
....Definition second line

If I set different values for “Before Text” and “First Line” indents, the first line affects only the footnote number, and the tab stop is reset so that the first text line is even with the hanging indent.

I can delete this tab stop, but if I do, it immediately also deletes any hanging indent I’ve set, so that the result looks like this:

#Term: Definition first line
Definition second line

If I go back and re-set the hanging indent…it also re-sets the tab stop, so that I’m back in the situation above. I haven’t been able to find any way to get to where I want to be (the first example above).

I’m using LibreOffice 5.1.4.2 on Mac OS X, if it makes a difference. If you want to see an example of the formatting I’m trying to achieve, you can preview one of the previous books in this series on Amazon here:

A Christian Turn’d Turk

To see the formatting, click on the “Print Book” tab at the top, then “First Pages” in the left-hand menu. This was formatted on Microsoft Word, where the effect is fairly easy to achieve. I’m trying to move my workflow over to LibreOffice, but it needs to match the formatting of the previous volumes in the series. Any help will be appreciated.

Thanks for the suggestions so far, but neither of them really seem practical. There will be hundreds of footnotes in the text, many of them multi-line notes, and I don’t see a solution that requires a complicated process for creating a footnote as practical. And in the current house style, as shown in the published example, the first line of each note is fill-justified, which means any solution that involves adding a manual line break won’t do it.

Hi

Perhaps something simpler, also based on the idea of a Next style:

  • create a paragraph style with the expected indentation (FootNoteFollow in Footnote.odt)
  • edit the Footnote style to use this style as a continuation style

When entering the note validate by Enter at the end of the first line to automatically continue in style of continuation.

Regards

Even easier would be to add a tab, press Shift+Enter at the end of the first line and press Tab to get the indent. But that will not work if you later decide to change the page width.

As seen in the example link, the footnotes in the already-published source I’m trying to match are fill-justified, so any solution that requires a manual line break won’t wash.

Perhaps you can fake it, here my suggestion:

  1. Some preparations: Open “Styles and Formatting” dialog and right-click paragraph style “Footnote”, item “New”. In tab “Organizer” set a name, e.g. “Gloss”. Make sure the field “Inherit from” has “Footnote”. OK. Go back to paragraph style “Footnote”. Right-click, item “Modify”. In tab “Organizer” set field “Next Style” to your custom style, e.g. “Gloss”, in tab “Font Effects” check “Hidden”. OK. Go to paragraph style “Gloss”. Right-click, item “Modify”. In tab “Font Effects” uncheck “Hidden”.

  2. To use it, first go to style “Footnote” and uncheck “Hidden”. Insert a footnote. Then do not enter characters into the footnote line, but hit Enter there to start a new line. It should have style “Gloss”. Now write your text. The line will start vertical aligned with the footnote character. Fill the line so that it wraps to a new line. Notice, that this new line will be indented as it is specified in the “Footnote” paragraph style.

  3. Go to paragraph style “Footnote”, check “Hidden”. Always uncheck “Hidden” before inserting a new footnote, write the footnote and then check “Hidden”. It might be possible to write a macro for hide/show.

Problems:

  • You can only enter text to a new footnote, if the line with the style “Footnote” is not hidden.
  • You cannot use the link of the footnote, which goes back to the text, in case the line is hidden.
  • While editing, show/hide will effect the page layout.