Skip to content

Commit

Permalink
[5_26] Doc: screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Mar 27, 2024
1 parent f9c7eb7 commit 5cd1071
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 13 deletions.
18 changes: 5 additions & 13 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,11 @@ function navZh() {
function sidebarGuide() {
return [
{
text: 'Introduction',
text: 'Getting Started',
items: [
{ text: 'What is Mogan?', link: '/guide/what-is-mogan' },
{ text: 'Major Features', link: '/guide/Feature' },
]
},
{
text: 'Getting Started',
items: [
{ text: 'Screenshots', link: '/guide/Screenshots'},
{
text: 'Install',
link: '/guide/Install'
Expand Down Expand Up @@ -217,7 +213,7 @@ function sidebarGuide() {
],
},
{
text: "Get Involved",
text: "Getting Involved",
collapsed: true,
items: [
{
Expand Down Expand Up @@ -294,15 +290,11 @@ function sidebarGuide() {
function sidebarGuideZh() {
return [
{
text: '简介',
text: '入门',
items: [
{ text: '墨干', link: '/zh/guide/what-is-mogan' },
{ text: '主要功能', link: '/zh/guide/Feature' },
]
},
{
text: '如何入门',
items: [
{ text: '截图', link: '/zh/guide/Screenshots'},
{
text: '如何安装?',
link: '/zh/guide/Install'
Expand Down
18 changes: 18 additions & 0 deletions docs/guide/Screenshots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Screenshots
## Math mode:several equations
![](../images/mogan_equation.png)

## Text mode: section 1.2.2 of the 《Interactive SICP》
![](../images/mogan_structured_text.png)

## Graphics mode: a cube
![](../images/mogan_cube.png)

## Beamer style: slides for SICP Open Course 05
![](../images/mogan_slides.png)

## Maxima plugin: example session for computer algebra sysem
![](../images/mogan_maxima.png)

## Exam: first page for 2022年浙江省高考数学试卷
![](../images/mogan_exam.png)
Binary file added docs/images/mogan_cube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/mogan_equation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/mogan_exam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/mogan_maxima.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/mogan_slides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/mogan_structured_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/zh/guide/Screenshots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 截图
## 数学模式:多行公式
![](../../images/mogan_equation.png)

## 文本模式:《交互式SICP》的第1.2.2小节
![](../../images/mogan_structured_text.png)

## 绘图模式: 立方几何示例
![](../../images/mogan_cube.png)

## 幻灯片: 零基础SICP第五课的幻灯片全景
![](../../images/mogan_slides.png)

## Maxima插件: 计算机代数系统的集成示例
![](../../images/mogan_maxima.png)

## 试卷: 2022年浙江省高考数学试卷的第一页
![](../../images/mogan_exam.png)

0 comments on commit 5cd1071

Please sign in to comment.