Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

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