-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.yaml
133 lines (133 loc) · 3.09 KB
/
index.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
tags:
calc:
name: Calculus
sage:
name: SageMath
r:
name: R Project
md:
name: Markdown
latex:
name: LaTeX
licenses:
gpl3: GNU General Public License 3.0
a20: Apache 2.0
---
id: sagemath-cocalc
title: SageMath in CoCalc
thumbnail: thumbs/sage-in-cocalc.png
description: >
Learn how to use [SageMath](http://www.sagemath.org) in CoCalc.
tags:
- sage
- math
- intro
src: sage/
license: a20
category: intro
---
id: r-cocalc
title: R Statistical Software in CoCalc
tags:
- r
- stats
- intro
src: r/
description: >
Learn how to get started with [R Statistical Software](http://www.r-project.org/) in CoCalc
license: a20
category: intro
thumbnail: thumbs/r-in-cocalc.png
---
id: julia-cocalc
title: Julia in CoCalc
tags:
- intro
- julia
src: julia/
description: >
Learn how to get started with [Julia](https://www.julialang.org/) in CoCalc.
license: a20
category: intro
thumbnail: julia/julia-logo-325-by-225.png
---
id: rmarkdown
title: RMarkdown in CoCalc
tags:
- intro
- r
src: RMarkdown/
description: >
Various examples of [RMarkdown](https://rmarkdown.rstudio.com/) documents in CoCalc.
thumbnail: thumbs/rmd.png
category: intro
license: a20
---
id: md-cocalc
title: Markdown in CoCalc
description: >
Quick introduction and reference guide for working with Markdown text formatting in CoCalc.
tags:
- md
- intro
license: a20
src: markdown/
thumbnail: thumbs/markdown-in-cocalc.png
category: intro
---
id: sagetex-cocalc
title: SageTeX in CoCalc
description: >
SageTex enables LaTeX to evaluate Sage-code right inside the document – e.g. `$\sage{1+1}$` produces the formula `$2$`
and `\sageplot{...}` calculates and draws a graphic.
CoCalc fully manages the compilation process behind the scenes for you.
website: https://ctan.org/pkg/sagetex?lang=en
src: latex/sagetex/
license: a20
thumbnail: thumbs/sagetex-in-cocalc.png
tags:
- intro
- math
- sage
- latex
category: latex
---
id: pythontex
title: PythonTeX in CoCalc
src: latex/pythontex/
license: a20
description: >
[PythonTeX]() enhances LaTeX documents to insert and run Python code from within the document itself.
E.g. `\py{2*3}` inserts `5`, more advanced mathematics via `sympy` blocks,
and you can insert dynamically create plots.
CoCalc fully manages the compilation process behind the scenes for you.
thumbnail: thumbs/pythontex.png
tags:
- intro
- latex
- math
category: latex
---
id: latex-beamer-cocalc
title: Minimal LaTeX beamer presentation
description: >
This is a quick minimal beamer presentation template.
website: https://en.wikipedia.org/wiki/Beamer_(LaTeX)
license: a20
thumbnail: thumbs/latex-beamer-in-cocalc.png
src: latex/presentation/
category: latex
tags:
- latex
---
id: latex-multiple-files-cocalc
title: Multiple source files in CoCalc
description: >
This template explains and demonstrates how to work with multiple source files in LaTeX on CoCalc.
It allows you to edit each individual part with preview, and then combines all parts into one master document.
license: a20
src: latex/multiple-files/
thumbnail: thumbs/latex-multiple-documents.png
category: latex
tags:
- latex