Skip to content

Commit 1920be5

Browse files
committed
next/latex: few more tweaks, newer side chat screenshot, mentioning AI and collab chat, make intro look consistent
1 parent 494fbea commit 1920be5

File tree

4 files changed

+75
-47
lines changed

4 files changed

+75
-47
lines changed

src/packages/next/components/landing/pitch.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default function Pitch(props: Props) {
3636
<Row
3737
gutter={20}
3838
style={{ maxWidth: MAX_WIDTH_LANDING, margin: "0 auto" }}
39+
align="top"
3940
>
4041
<Col lg={12}>{col1}</Col>
4142
<Col lg={12}>{col2}</Col>

src/packages/next/pages/features/latex-editor.tsx

Lines changed: 74 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import A from "components/misc/A";
2727
import { Customize } from "lib/customize";
2828
import withCustomize from "lib/with-customize";
2929

30-
import Sidechat from "public/features/cocalc-latex-side-chat-v2.png";
30+
import Sidechat from "public/features/latex-editor-side-chat-20251004.png";
3131
import Pythontex from "public/features/cocalc-pythontex.png";
3232
import Sagetex from "public/features/cocalc-sagetex.png";
3333
import AIFormula from "public/features/latex-ai-formula.png";
@@ -68,8 +68,16 @@ export default function LatexEditor({ customize }) {
6868
<Pitch
6969
col1={
7070
<>
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>
7381
</Title>
7482
<Paragraph>
7583
<List bordered size="small">
@@ -82,9 +90,9 @@ export default function LatexEditor({ customize }) {
8290
</List.Item>
8391
<List.Item>
8492
<strong>
85-
Periodically <a href="#a-backups">backups</a>
93+
<a href="#a-backups">Periodic backups</a>
8694
</strong>{" "}
87-
all your files
95+
of all your files
8896
</List.Item>
8997
<List.Item>
9098
<strong>
@@ -125,46 +133,58 @@ export default function LatexEditor({ customize }) {
125133
}
126134
col2={
127135
<>
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>
130146
</Title>
131147
<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>
142150
<strong>
143-
<a href="#a-realtimesync">Collaborate online</a>
151+
<a href="#a-realtimesync">Real-time collaboration</a>
144152
</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>
168188
</Paragraph>
169189
</>
170190
}
@@ -251,7 +271,7 @@ export default function LatexEditor({ customize }) {
251271
image={LatexDarkMode}
252272
>
253273
<Paragraph>
254-
If you like working in{" "}
274+
CoCalc fully supports{" "}
255275
<span
256276
style={{
257277
background: "black",
@@ -260,15 +280,16 @@ export default function LatexEditor({ customize }) {
260280
}}
261281
>
262282
Dark Mode
263-
</span>
264-
, feel welcome to CoCalc as well!
283+
</span>{" "}
284+
enthusiasts!
265285
</Paragraph>
266286
<Paragraph>
267287
{" "}
268288
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.{" "}
272293
</Paragraph>
273294
<Paragraph>
274295
There is also a button to quickly disable the PDF dark mode, to
@@ -593,6 +614,12 @@ export default function LatexEditor({ customize }) {
593614
collaborators or give feedback to your students while they are
594615
working on their assignments.
595616
</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>
596623
<Paragraph>
597624
Collaborators who are offline will be notified about new messages
598625
the next time they sign in. If you @mention them, they receive an
-380 KB
Binary file not shown.
313 KB
Loading

0 commit comments

Comments
 (0)