You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cookies are small pieces of data that are stored by your browser.
12
-
By default no cookies are used by this site, but any options set on
13
-
this page are stored in cookies.
11
+
Cookies sind kleine Datensätze, die im Browser des Benutzers gespeichert werden.
12
+
Standardmäßig werden keine Cookies von dieser Seite genutzt, allerdings werden
13
+
alle Einstellungen, die hier getroffen werden, in Cookies gespeichert.
14
14
15
-
Accept cookies here to enable the use of cookies on this site and to
16
-
enable the menu options below.
15
+
Um Einstellung im folgenden Menü zu treffen und Cookies zu speichern, müssen
16
+
Cookies akzeptiert werden.
17
17
18
18
19
19
{% include settings-accept.html
20
-
accept="Accept Cookies"
21
-
reset= "Reset: Delete All Cookies"
20
+
accept="Cookies akzeptieren"
21
+
reset= "Zurücksetzen: Alle Cookies löschen"
22
22
%}
23
23
24
-
## Default Return
25
-
The `return` form parameter that TeXLive.net should use in the absence of a setting via `% !TeX` comments in the example.
24
+
## Standardrückgabe
25
+
26
+
Die Form der Rückgabe über den `return` Parameter, die TeXLive.net benutzen
27
+
soll, wenn keine direkte Wahl über `% !TeX` Kommentare im Beispiel getroffen
28
+
wird.
26
29
27
30
{% include settings-return.html %}
28
31
29
32
30
-
## Default Engine
31
-
The `engine` form parameter that TeXLive.net or Overleaf should use in the absence of a setting via `% !TeX` comments in the example. (`-dev` and `context` options should not be used at Overleaf.)
33
+
## Standardengine
34
+
35
+
Die `engine` die von TeXLive.net oder Overleaf benutzt werden soll, wenn keine
36
+
direkte Wahl über `% !TeX` Kommentare im Beispiel getroffen wird. (Die `-dev`
37
+
und `context` Optionen sollten nicht mit Overleaf verwendet werden.)
32
38
33
39
{% include settings-engine.html %}
34
40
35
41
36
-
## Editor Theme
37
-
The theme used by the embedded ACE editor.
42
+
## Editorthema
43
+
44
+
Das Thema, welches der eingebettete ACE-Editor verwendet.
Copy file name to clipboardExpand all lines: fr/lesson-13.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ runlatex.preincludes = {
25
25
}
26
26
</script>
27
27
28
-
<spanclass="summary">This lesson shows how LaTeX allows you to split your sources into smaller, more manageable files, and how this can make building a long document easier and faster.</span>
28
+
<spanclass="summary">Cette leçon montre comment diviser vos sources LaTeX en fichiers plus petits et plus simples à gérer, et comment cela peut rendre la construction d'un long document plus facile et plus rapide.</span>
29
29
30
30
Si vous rédigez un long document, vous aurez peut-être envie de diviser le
31
31
code-source en plusieurs fichiers, plus faciles à gérer. Par exemple, il est
0 commit comments