LyX"Outdent" first line of paragraph

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
walkingbeard
Posts: 3
Joined: Sat Nov 10, 2012 9:40 pm

"Outdent" first line of paragraph

Post by walkingbeard »

Hi folks,

I'm doing a bibliography and find all the 'tutorials' on the issue so arcane, that I can't understand a single one.

How do I outdent the first line of a paragraph like so:

Code: Select all

Harrison, A. & Hillard, P. (2000) 'A moment-based technique
   for the automatic spatial alignment of plantar pressure data.',
   Proc Inst Mech Eng H, 214 (3), pp. 257-264.
Thanks muchly,

Jack
Last edited by Stefan Kottwitz on Sat Nov 10, 2012 10:05 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

walkingbeard
Posts: 3
Joined: Sat Nov 10, 2012 9:40 pm

"Outdent" first line of paragraph

Post by walkingbeard »

The way to do this is to "Insert" -> "TeX Code" at the start of the paragraph and add in

Code: Select all

\hangindent2em
\hangafter1
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Re: "Outdent" first line of paragraph

Post by cgnieder »

Out of curiosity: are you creating your document with plain TeX?

Regards and welcome to the LaTeX community
site moderator & package author
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

"Outdent" first line of paragraph

Post by localghost »

cgnieder wrote:Out of curiosity: are you creating your document with plain TeX? […]
I don't think so since the question is posted in the »LyX« forum.


Thorsten
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

"Outdent" first line of paragraph

Post by cgnieder »

localghost wrote:I don't think so since the question is posted in the »LyX« forum.
Ah, I miss the forum too often... :( The solution still looks kind of plain to me.
site moderator & package author
walkingbeard
Posts: 3
Joined: Sat Nov 10, 2012 9:40 pm

Re: "Outdent" first line of paragraph

Post by walkingbeard »

No, I am writing in LyX, but you can still insert bare TeX code. It's a bit of a hack, but it's better than the razor blades and vinegar of bibtex.
Post Reply