From b0272151c5380ec38b729643d38cccf9f749e93d Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Thu, 21 Nov 2019 12:41:35 +0100
Subject: [PATCH] Shorten block in Tex-citation

Avoids arrows from linebreaks introduced by the software
---
 doc/manual/source/introduction.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/manual/source/introduction.rst b/doc/manual/source/introduction.rst
index f93c22f2d7..0560d5c2f5 100644
--- a/doc/manual/source/introduction.rst
+++ b/doc/manual/source/introduction.rst
@@ -104,10 +104,11 @@ For convenience, you can copy and paste the following into your BibTeX file:
     .. code-block:: bibtex
 
         @TechReport{Adjemianetal2011,
-          author      = {Adjemian, St\'ephane and Bastani, Houtan and Juillard, Michel and
-                         Karam\'e, Fr\'ederic and Maih, Junior and Mihoubi, Ferhat and
-                         Perendia, George and Pfeifer, Johannes and Ratto, Marco and
-                         Villemot, S\'ebastien},
+          author      = {Adjemian, St\'ephane and Bastani, Houtan and 
+                         Juillard, Michel and Karam\'e, Fr\'ederic and 
+                         Maih, Junior and Mihoubi, Ferhat and
+                         Perendia, George and Pfeifer, Johannes and 
+                         Ratto, Marco and Villemot, S\'ebastien},
           title       = {Dynare: Reference Manual Version 4},
           year        = {2011},
           institution = {CEPREMAP},
-- 
GitLab