@@ -27,7 +27,7 @@ import A from "components/misc/A";
27
27
import { Customize } from "lib/customize" ;
28
28
import withCustomize from "lib/with-customize" ;
29
29
30
- import Sidechat from "public/features/cocalc- latex-side-chat-v2 .png" ;
30
+ import Sidechat from "public/features/latex-editor- side-chat-20251004 .png" ;
31
31
import Pythontex from "public/features/cocalc-pythontex.png" ;
32
32
import Sagetex from "public/features/cocalc-sagetex.png" ;
33
33
import AIFormula from "public/features/latex-ai-formula.png" ;
@@ -68,8 +68,16 @@ export default function LatexEditor({ customize }) {
68
68
< Pitch
69
69
col1 = {
70
70
< >
71
- < Title level = { 2 } >
72
- No software install required: < small > 100% online</ small >
71
+ < Title
72
+ level = { 2 }
73
+ style = { {
74
+ minHeight : "60px" ,
75
+ display : "flex" ,
76
+ alignItems : "center" ,
77
+ flexWrap : "wrap" ,
78
+ } }
79
+ >
80
+ < span > No software install required: < small > 100% online</ small > </ span >
73
81
</ Title >
74
82
< Paragraph >
75
83
< List bordered size = "small" >
@@ -82,9 +90,9 @@ export default function LatexEditor({ customize }) {
82
90
</ List . Item >
83
91
< List . Item >
84
92
< strong >
85
- Periodically < a href = "#a-backups" > backups</ a >
93
+ < a href = "#a-backups" > Periodic backups</ a >
86
94
</ strong > { " " }
87
- all your files
95
+ of all your files
88
96
</ List . Item >
89
97
< List . Item >
90
98
< strong >
@@ -125,46 +133,58 @@ export default function LatexEditor({ customize }) {
125
133
}
126
134
col2 = {
127
135
< >
128
- < Title level = { 2 } >
129
- Working with < LaTeX /> made easy
136
+ < Title
137
+ level = { 2 }
138
+ style = { {
139
+ minHeight : "60px" ,
140
+ display : "flex" ,
141
+ alignItems : "center" ,
142
+ flexWrap : "wrap" ,
143
+ } }
144
+ >
145
+ < span > Working with < LaTeX /> made easy</ span >
130
146
</ Title >
131
147
< Paragraph >
132
- < Descriptions
133
- layout = "vertical"
134
- bordered
135
- column = { 1 }
136
- size = { "small" }
137
- >
138
- < Descriptions . Item
139
- label = "Tired of sending changes back and forth with your
140
- colleagues?"
141
- >
148
+ < List bordered size = "small" >
149
+ < List . Item >
142
150
< strong >
143
- < a href = "#a-realtimesync" > Collaborate online </ a >
151
+ < a href = "#a-realtimesync" > Real-time collaboration </ a >
144
152
</ strong > { " " }
145
- without any limits!
146
- </ Descriptions . Item >
147
-
148
- < Descriptions . Item label = "Scared of breaking a document?" >
149
- Revert recent changes using{ " " }
150
- < a href = "#a-timetravel" > TimeTravel</ a > .
151
- </ Descriptions . Item >
152
-
153
- < Descriptions . Item
154
- label = {
155
- < >
156
- Worried about maintaining your < LaTeX /> environment?
157
- </ >
158
- }
159
- >
160
- CoCalc takes care of everything.
161
- </ Descriptions . Item >
162
-
163
- < Descriptions . Item label = "Want to work from anywhere?" >
164
- You only need a web browser and Internet access, or you
165
- can < A href = "/pricing/onprem" > run your own server.</ A >
166
- </ Descriptions . Item >
167
- </ Descriptions >
153
+ with unlimited collaborators
154
+ </ List . Item >
155
+ < List . Item >
156
+ < strong >
157
+ < a href = "#a-chat" > Side-by-side chat</ a >
158
+ </ strong > { " " }
159
+ to discuss documents with collaborators and AI
160
+ </ List . Item >
161
+ < List . Item >
162
+ < strong >
163
+ < a href = "#a-timetravel" > Complete revision history</ a >
164
+ </ strong > { " " }
165
+ to revert any changes
166
+ </ List . Item >
167
+ < List . Item >
168
+ < strong > Fully managed < LaTeX /> environment</ strong > with
169
+ automatic updates
170
+ </ List . Item >
171
+ < List . Item >
172
+ < strong > Cloud-based platform</ strong > accessible from any
173
+ browser
174
+ </ List . Item >
175
+ < List . Item >
176
+ < strong > Professional typesetting</ strong > with PDF LaTeX,
177
+ XeLaTeX, and LuaTeX
178
+ </ List . Item >
179
+ < List . Item >
180
+ < strong > Academic writing optimized</ strong > for research
181
+ papers and theses
182
+ </ List . Item >
183
+ < List . Item >
184
+ < strong > Integrated computational tools</ strong > for
185
+ reproducible research
186
+ </ List . Item >
187
+ </ List >
168
188
</ Paragraph >
169
189
</ >
170
190
}
@@ -251,7 +271,7 @@ export default function LatexEditor({ customize }) {
251
271
image = { LatexDarkMode }
252
272
>
253
273
< Paragraph >
254
- If you like working in { " " }
274
+ CoCalc fully supports { " " }
255
275
< span
256
276
style = { {
257
277
background : "black" ,
@@ -260,15 +280,16 @@ export default function LatexEditor({ customize }) {
260
280
} }
261
281
>
262
282
Dark Mode
263
- </ span >
264
- , feel welcome to CoCalc as well !
283
+ </ span > { " " }
284
+ enthusiasts !
265
285
</ Paragraph >
266
286
< Paragraph >
267
287
{ " " }
268
288
The < LaTeX /> editor not only supports the usual dark mode
269
- funcionality, but also styling the PDF. This means despite that
270
- your resulting PDF will be on a white page, you see it with a dark
271
- page and bright font characters.{ " " }
289
+ functionality, but also styles the PDF viewer. This means that even
290
+ though your final PDF will have a white background, you can view
291
+ and edit it with a dark background and bright text for comfortable
292
+ night-time work.{ " " }
272
293
</ Paragraph >
273
294
< Paragraph >
274
295
There is also a button to quickly disable the PDF dark mode, to
@@ -593,6 +614,12 @@ export default function LatexEditor({ customize }) {
593
614
collaborators or give feedback to your students while they are
594
615
working on their assignments.
595
616
</ Paragraph >
617
+ < Paragraph >
618
+ < strong > Query AI language models</ strong > directly in the chat to
619
+ get help with your document. Ask questions about LaTeX syntax,
620
+ request suggestions for improving your writing, or discuss the
621
+ content of your document with AI assistants.
622
+ </ Paragraph >
596
623
< Paragraph >
597
624
Collaborators who are offline will be notified about new messages
598
625
the next time they sign in. If you @mention them, they receive an
0 commit comments