Skip to content

Commit 4049413

Browse files
committed
updated ca files from pr #177 resolved locally
1 parent 0755f3b commit 4049413

4 files changed

Lines changed: 23 additions & 33 deletions

File tree

ca/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Malauradament no tenim recursos per oferir ajuda individual als problemes de LaT
1313

1414
## L'equip del lloc web
1515

16-
El [codi font d'aquest web](https://github.com/learnlatex/learnlatex.github.io/) és a [GitHub](https://github.com/learnlatex/), pots veure [CONTRIBUTING](../CONTRIBUTING) i [LICENSE](../LICENSE) per a més detalls.
16+
El [codi font d'aquest web](https://github.com/learnlatex/learnlatex.github.io/) és a [GitHub](https://github.com/learnlatex/), pots veure [CONTRIBUTING](../CONTRIBUTING) i [LICENSE](../LICENSE) per a més detalls. Els canvis recents es llisten al [Change Log](../CHANGELOG).
1717

1818
També pots [obrir un issue al GitHub](https://github.com/learnlatex/learnlatex.github.io/issues) o escriure un [correu](mailto:[email protected]) per a suggerències.
1919

ca/help.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ afegint l'opció `-x` o `-l` si s'especifica XeLaTeX o LuaLaTeX.
138138

139139
Quan executem localment també són possibles altres configuracions. Veure el [manual de make4ht](https://texdoc.org/pkg/make4ht).
140140

141-
For `LaTeXML` to run locally, you would need to install LaTeXML (it is not part of TeX Live or MiKTeX)
142-
and use
141+
Per executar `LaTeXML` localment, hauràs d'instal·lar LaTeXML (que no és part de TeX Live o MiKTeX) i utilitzar les comandes
143142

144143
```
145144
latexml document.tex > document.xml
@@ -149,13 +148,10 @@ latexmlpost --format=html5 \
149148
```
150149
{: .noedit :}
151150

152-
Many other LaTeXML configurations are possible,
153-
[as described in the manual](https://dlmf.nist.gov/LaTeXML/manual/).
151+
També hi ha d'altres configuracions de LaTeXML possibles, [com es descriu en el manual](https://dlmf.nist.gov/LaTeXML/manual/).
154152

155153

156-
The `lwarp` configuration is not documented here, it is somewhat experimental and subject to change.
157-
The current version can be seen at the
158-
[source repository](https://github.com/davidcarlisle/latexcgi/blob/main/lwarp/latexcgilwarp).
154+
Aquí no documentem la configuració `lwarp`, doncs és bastant experimental i segurament canviarà. La versió actual es pot veure al [repositori font](https://github.com/davidcarlisle/latexcgi/blob/main/lwarp/latexcgilwarp).
159155

160156

161157
---

ca/language-01.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
---
22
layout: "lesson"
33
lang: "ca"
4-
title: "Language-specifics for English"
5-
description: "This lesson shows language-specific details for typesetting with LaTeX in English. The focus is on hyphenation, where UK and US traditions are different."
4+
title: "Específic per a l'idioma anglès"
5+
description: "Aquesta lliçó explica detalls específics referents a escriure documents LaTeX amb idioma anglès. Ens referim a la separació de guions, on les tradicions angleses i americanes són diferents."
66
next: "extra-01"
7-
toc-anchor-text: "English Language-specifics"
8-
toc-description: "Typesetting with LaTeX in English."
7+
toc-anchor-text: "Específic per a l'idioma anglès"
8+
toc-description: "Escriure amb LaTeX en anglès."
99
---
1010

11-
# Language-specifics for English
11+
# Específic per a l'idioma anglès
1212

1313
<span
14-
class="summary">This lesson shows language-specific details for typesetting with LaTeX in English with a focus on hyphenation, where UK and US traditions are different.</span>
14+
class="summary">Aquesta lliçó explica detalls específics referents a escriure documents LaTeX amb idioma anglès. Ens referim a la separació de guions, on les tradicions angleses i americanes són diferents.</span>
1515

16-
## Hyphenation
16+
## Separació de guions
1717

18-
LaTeX was written for use with English, and so there are very few
19-
language-specific issues facing authors in English. The main one
20-
is hyphenation: UK and US traditions are different. LaTeX starts out
21-
using US English patterns, but you can switch to UK ones using `babel`.
18+
LaTeX es va escriure pensant en l'idioma anglès, i per tant hi ha molts pocs assumptes problemàtics específics a aquest idioma. El principal és la separació de guions: les tradicions anglesa i americana són diferents. LaTeX va començar fent servir els patrons americans, però es pot canviar a la manera britància utilitzant `babel`.
2219

2320
```latex
2421
\documentclass{article}

ca/settings.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,36 @@
11
---
22
layout: "page"
33
lang: "ca"
4-
title: Site Settings
4+
title: Configuracions del lloc
55
permalink: /ca/settings
66
---
7-
# Site Settings (User Preferences)
7+
# Configuracions del lloc (Preferències d'Usuari)
88

9-
## Accept or Delete Cookies
9+
## Acceptar o Esborrar Cookies
1010

11-
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+
Les cookies són informació de poc tamany que emmagatzema el teu navegador web. Per defecte, aquest lloc web no utilitza cookies, exceptuant algunes opcions relacionades amb la configuració.
1412

15-
Accept cookies here to enable the use of cookies on this site and to
16-
enable the menu options below.
13+
Pots acceptar les cookies aquí si vols habilitar l'ús de cookies i habilitar el menú d'opcions d'aquí sota.
1714

1815

1916
{% include settings-accept.html
2017
accept="Accept Cookies"
2118
reset= "Reset: Delete All Cookies"
2219
%}
2320

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.
21+
## Retorn per defecte
22+
El paràmetre `retorn` que utilitzarà TeXLive.net en absència de la configuració `% !TeX` en l'exemple.
2623

2724
{% include settings-return.html %}
2825

2926

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.)
27+
## Motor per defecte
28+
El paràmetre `motor` que utilitzarà TeXLive.net o Overleaf en absència de la configuració `% !TeX` en l'exemple. (les opcions `-dev` i `context` no s'han d'utilitzar a Overleaf.)
3229

3330
{% include settings-engine.html %}
3431

3532

36-
## Editor Theme
37-
The theme used by the embedded ACE editor.
33+
## Tema de l'editor
34+
El tema que utilitza l'editor ACE que utilitza el lloc web.
3835

3936
{% include settings-acetheme.html %}

0 commit comments

Comments
 (0)