From a26138023cc720b5cf0a1cb28361b11f9420ec95 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 11 Apr 2022 13:58:43 +0200 Subject: [PATCH] Fix strange line breaks --- exercises/references/task.tex | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/exercises/references/task.tex b/exercises/references/task.tex index 376e4fd..4e9c3b6 100644 --- a/exercises/references/task.tex +++ b/exercises/references/task.tex @@ -1,10 +1,6 @@ -In file \file{exercises/references/references.tex}, replace \enquote{in the -figure} and \enquote{the following source code listing} with suited references. -Use the command \code{latex}{\textbackslash cref}. Do not forget to first -introduce -labels for the elements that you want to reference. To do so, first of all, -wrap the source code listing in a \code{latex}{listing} environment. Also -insert a caption for the source code listing. +In file \file{exercises/references/references.tex}, replace \enquote{in the figure} and \enquote{the following source code listing} with suited references. +Use the command \code{latex}{\textbackslash cref}. Do not forget to first introduce labels for the elements that you want to reference. To do so, first of all, wrap the source code listing in a \code{latex}{listing} environment. +Also, insert a caption for the source code listing. Make sure to use suitable prefixes before the labels. \exercisematerial{exercises/references/references}