Skip to content

Commit 0dd51cd

Browse files
Merge pull request #236 from learnlatex/author-roles
Author roles
2 parents a9db0a7 + a95f65b commit 0dd51cd

14 files changed

Lines changed: 46 additions & 27 deletions

File tree

AUTHORS.md

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,35 @@ permalink: /AUTHORS
77

88
The following people have made contributions to learnlatex.org:
99

10-
- Barbara Beeton
11-
- Denis Bitouzé
12-
- David Carlisle
13-
- Paulo Roberto Massa Cereda
14-
- Joan Quintana Compte
15-
- Ulrike Fischer
16-
- Jim Hefferon
17-
- Jérémy Just
18-
- Marcel Fabian Krüger
19-
- Frank Mittelbach
20-
- Phelype Oleinik
21-
- Will Robertson
22-
- Jonathan P. Spratte
23-
- Fernando S. Delgado Trujillo
24-
- Moritz Wemheuer
25-
- Joseph Wright
26-
- Dung Vu
27-
- Uwe Ziegenhagen
28-
- निरंजन
29-
- Vivek Tripathi
30-
- Daniel Zhang
31-
- Tommaso Gordini
32-
- Jhonatan David Arias Quispe
33-
- Takuto Asakura
10+
11+
| Name | Role |
12+
|--- |---|
13+
| Takuto Asakura | _Japanese translation_ |
14+
| Barbara Beeton | _Initial content discussions_ |
15+
| Denis Bitouzé | _Improvements to lists description_ |
16+
| David Carlisle | _Initial content discussions, editor and server integration_ |
17+
| Paulo Roberto Massa Cereda | _Initial content discussions_ |
18+
| Joan Quintana Compte | _Catalan translation_ |
19+
| Tommaso Gordini | _Italian translation_ |
20+
| Ulrike Fischer | _Initial content discussions_ |
21+
| Jim Hefferon | _Initial content discussions_ |
22+
| Jonas Jaceck | _Website design and implementation_ |
23+
| Jérémy Just | _French translation_ |
24+
| Valentinas Kriaučiukas | _Lithuanian translation_ |
25+
| Marcel Fabian Krüger | _Initial content discussions_ |
26+
| Frank Mittelbach | _Initial content discussions_ |
27+
| Phelype Oleinik | _Portuguese translation_ |
28+
| Jhonatan David Arias Quispe | _Updates to Spanish translation_ |
29+
| Will Robertson | _Initial content discussions_ |
30+
| Martin Sievers | _German translation_ |
31+
| Jonathan P. Spratte | _Initial content discussions, tables lesson, German translation_ |
32+
| Fernando S. Delgado Trujillo | _Spanish translation_ |
33+
| Vivek Tripathi | _Hindi translation_ |
34+
| Moritz Wemheuer | _Bibtex and Biblatex documentation_ |
35+
| Joseph Wright | _Initial concept, Project lead_ |
36+
| Dung Vu | _Vietnamese translation_ |
37+
| Daniel Zhang | _Chinese translations_ (×2) |
38+
| Uwe Ziegenhagen | _Initial content discussions_ |
39+
| निरंजन | _Marathi translation_ |
40+
41+

assets/css/style-ja.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ iframe {
11381138
&__list-item {
11391139
display: inline-block;
11401140
line-height: 1rem;
1141-
margin: 0 1.2rem 1.2rem;
1141+
margin: 0 1.1rem 1.1rem;
11421142
padding: 0;
11431143
&:first-child {
11441144
padding: 0;

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ iframe {
11511151
&__list-item {
11521152
display: inline-block;
11531153
line-height: 1rem;
1154-
margin: 0 1.2rem 1.2rem;
1154+
margin: 0 1.1rem 1.1rem;
11551155
padding: 0;
11561156
&:first-child {
11571157
padding: 0;

ca/lesson-03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Podem afegir comentaris a un fitxer de LaTeX començant amb el caràcter `%`; an
6363

6464
```latex
6565
\documentclass[a4paper,12pt]{article} % La classe del document amb opcions
66+
% Select T1 font encoding: suitable for Western European Latin scripts
6667
\usepackage[T1]{fontenc}
6768
% Un comentari en el preàmbul
6869
\begin{document}

de/lesson-03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ voranstellen; wir können damit die Struktur eines Dokuments verdeutlichen:
108108

109109
```
110110
\documentclass[a4paper,12pt]{article} % Die Dokumentenklasse mit Optionen
111+
% Select T1 font encoding: suitable for Western European Latin scripts
111112
\usepackage[T1]{fontenc}
112113
\usepackage[ngerman]{babel}
113114
% Ein Kommentar in der Präambel

en/lesson-03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ that to show the structure:
100100

101101
```latex
102102
\documentclass[a4paper,12pt]{article} % The document class with options
103+
% select T1 font encoding: suitable for Western European Latin scripts
103104
\usepackage[T1]{fontenc}
104105
% A comment in the preamble
105106
\begin{document}

es/lesson-03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ para mostrar la estructura del documento:
9696

9797
```latex
9898
\documentclass[a4paper,12pt]{article} % El tipo de documento con las opciones
99+
% Select T1 font encoding: suitable for Western European Latin scripts
99100
\usepackage[T1]{fontenc}
100101
% Un comentario en el preámbulo
101102
\begin{document}

fr/lesson-03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ On peut ajouter des commentaires à un fichier LaTeX en les faisant commencer pa
106106

107107
```latex
108108
\documentclass[a4paper,12pt]{article} % La classe de document et ses options
109+
% Select T1 font encoding: suitable for Western European Latin scripts
109110
\usepackage[T1]{fontenc}
110111
% Un commentaire de le préambule
111112

hi/lesson-03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ LaTeX में अन्य `\begin{...}` टैग और `\end{...}` टै
7272

7373
```latex
7474
\documentclass[a4paper,12pt]{article} % The document class with options
75+
% Select T1 font encoding: suitable for Western European Latin scripts
7576
\usepackage[T1]{fontenc}
7677
% A comment in the preamble
7778
\begin{document}

it/lesson-03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ seguente:
144144

145145
```latex
146146
\documentclass[a4paper,12pt]{article} % Dichiarazione di classe con alcune opzioni
147+
% Select T1 font encoding: suitable for Western European Latin scripts
147148
\usepackage[T1]{fontenc}
148149
% Commento nel preambolo
149150

0 commit comments

Comments
 (0)