diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index 143e038..a212154 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -2,35 +2,46 @@ import { sidebar } from "vuepress-theme-hope"; export default sidebar({ "/reference/": [ + { + text: "美编参考文档", + link: 'README.md', + icon: "book" + }, { text: "ChapterNo1 美编的开始", prefix: "ChapterNo1", children: "structure", + collapsible: true }, { text: "ChapterNo2 排版的基本知识", prefix: "ChapterNo2", children: "structure", + collapsible: true }, { text: "ChapterNo3 InDesign 软件", prefix: "ChapterNo3", children: "structure", + collapsible: true }, { text: "ChapterNo4 图片处理", prefix: "ChapterNo4", children: "structure", + collapsible: true }, { text: "ChapterNo5 素材管理", prefix: "ChapterNo5", children: "structure", + collapsible: true }, { text: "ChapterNo6 大功告成", prefix: "ChapterNo6", children: "structure", + collapsible: true }, { text: "Appendix 附录", @@ -39,18 +50,26 @@ export default sidebar({ 'question.md', 'vscode.md' ], + collapsible: true } ], "/spbook/": [ + { + text: "高三特刊参考文档", + link: 'README.md', + icon: "book" + }, { text: "ChapterNo1 刊物规格", prefix: "Cpt1", children: "structure", + collapsible: true }, { text: "ChapterNo2 收集和打稿", prefix: "Cpt2", - children: "structure" + children: "structure", + collapsible: true } ] }); diff --git a/src/reference/Appendix/question.md b/src/reference/Appendix/question.md index cb93431..d239fcc 100644 --- a/src/reference/Appendix/question.md +++ b/src/reference/Appendix/question.md @@ -4,6 +4,16 @@ index: false category: - 附录 --- +## 高版本文档向下兼容 +将 InDesign 文档存储为 IDML 格式可以实现**在低版本中打开高版本文档**: +1. 点击上方菜单栏中 文件->存储为 +2. 在**保存类型**中选择 **InDesign CS4 或更高版本(IDML)**![](../assets/image/question-1710519181300.jpeg) +3. 点击保存按钮进行保存 +4. 在低版本的 InDesign 中直接打开方才保存的 IDML 文件即可 + +::: warning IDML 仅作为备选方案 +存储为 IDML 格式仅作为一种向低版本兼容的解决方法,正常使用时请将文件保存为 **Indd 格式** +::: ## 图片的清晰度 diff --git a/src/reference/ChapterNo3/3.1.md b/src/reference/ChapterNo3/3.1.md index 099467a..05f4509 100644 --- a/src/reference/ChapterNo3/3.1.md +++ b/src/reference/ChapterNo3/3.1.md @@ -93,10 +93,6 @@ tag: 3. 点击**继续**按钮,开始安装 InDesign。![](../assets/image/Pastedimage20230422015103.jpg) 4. 等待进度条完成即安装完成 -::: info 版本 -以下内容均基于 InDesign 2022 17.4 版本编写,不同版本会存在差异 -::: - ## InDesign 软件配置 点击菜单栏中的**编辑->首选项->常规**,即可打开首选项设置。 ### 常规 diff --git a/src/reference/ChapterNo3/3.2.md b/src/reference/ChapterNo3/3.2.md index 12c90bb..d1c0164 100644 --- a/src/reference/ChapterNo3/3.2.md +++ b/src/reference/ChapterNo3/3.2.md @@ -18,6 +18,12 @@ tag: ![](../assets/image/Pastedimage20230501165030.jpg) 在页面中按住并拖动即可创建一个文本框。 +## InDesign 的文件类型 +InDesign 中有三种项目文档格式: +- Indd:以二进制形式存储的项目文档,通常情况下都存储为该格式 +- Indt:项目模板,通常不会使用 +- IDML:使用 InDesign 标记语言存储的项目,通常用于向下兼容(详见[附录:高版本文档向下兼容](../Appendix/question.md#高版本文档向下兼容)) + ## 串接文本框架 在文字内容过多,文本框区域无法完全显示时,我们可以使用**串接文本框架**来解决这个问题。使用串接的文本框可以在多个文本框内连续排文,这样在框架内选择/修改文本时,可以直接选择多个文本框内的文字,为长文的排版省下很多的时间。 @@ -36,6 +42,12 @@ tag: 如果需要查看文本框架的串接情况。可以选择软件上方菜单栏中的 **视图->其他->显示文本串接**,然后选中需要查看的文本框架即可 ::: +对于两个(多个)未串接的文本框可以按照以下步骤进行串接: +1. 选中第一个需要串接的文本框 +2. 点击文本框右下角的小方块![](../assets/image/3.2-1710516359503.jpeg) +3. 点击第二个需要串接的文本框即可 +4. 重复以上操作即可串接多个文本框 + ## 移动页面 - **放大/缩小页面**:按住`alt`键,同时滑动鼠标滚轮或使用组合键`Ctrl`+`+(加号)`或`Ctrl`+`-(减号)` - **自由移动页面**:在未选择任何内容的情况下,按住`空格键`,等待光标变成手型后,使用鼠标左键拖动页面 diff --git a/src/reference/README.md b/src/reference/README.md index 488e4ab..52f6707 100644 --- a/src/reference/README.md +++ b/src/reference/README.md @@ -4,13 +4,28 @@ index: false icon: book --- -![GitHub top language](https://img.shields.io/github/languages/top/szhhwh/jingji_TSreference_vue)![GitHub](https://img.shields.io/github/license/szhhwh/jingji_TSreference_vue)![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/szhhwh/jingji_TSreference_vue) - 美编的一切从这里开始 +::: info 版本声明 +文档内容均基于 InDesign 2022 17.4 版本编写,不同版本会存在一定差异 +::: + --- +## 阅读指南 +### 手机端 +- 点击左上角的按钮可以打开文档目录![](assets/recording.gif) +- 点击目录中的标题可以跳转到对应的页面 + +### PC 端 +- 左侧为文档目录,右侧为本页内容的导航,点击即可跳转到对应的页面或位置![](assets/image/README-1710520319220.jpeg) + ## 近期更新 +### 2024.3.16 +- 美编文档 README -> 新增阅读指南/调整了 InDesign 版本声明的位置/删除 shields +- 美编文档 [附录](Appendix/question.md#高版本文档向下兼容) -> 新增高版本文档向下兼容的方法 +- 美编文档 [3.2 基本操作](ChapterNo3/3.2.md) -> 新增 InDesign 的文件类型/两个(多个)未串接的文本框的串接方法 +- 为左侧导航栏添加可折叠属性 ### 2024.3.3 - 美编文档 [4.1 搜寻图片素材](ChapterNo4/4.1.md) 补充使用与正文内容相匹配的素材的提醒 ### 2024.2.9 diff --git a/src/reference/assets/image/3.2-1710516359503.jpeg b/src/reference/assets/image/3.2-1710516359503.jpeg new file mode 100644 index 0000000..1aa4ca5 Binary files /dev/null and b/src/reference/assets/image/3.2-1710516359503.jpeg differ diff --git a/src/reference/assets/image/README-1710520319220.jpeg b/src/reference/assets/image/README-1710520319220.jpeg new file mode 100644 index 0000000..d68169e Binary files /dev/null and b/src/reference/assets/image/README-1710520319220.jpeg differ diff --git a/src/reference/assets/image/question-1710519181300.jpeg b/src/reference/assets/image/question-1710519181300.jpeg new file mode 100644 index 0000000..a8b7622 Binary files /dev/null and b/src/reference/assets/image/question-1710519181300.jpeg differ diff --git a/src/reference/assets/recording.gif b/src/reference/assets/recording.gif new file mode 100644 index 0000000..e22db43 Binary files /dev/null and b/src/reference/assets/recording.gif differ diff --git a/src/spbook/README.md b/src/spbook/README.md index 4d15ac9..aeec558 100644 --- a/src/spbook/README.md +++ b/src/spbook/README.md @@ -4,11 +4,11 @@ index: false icon: lightbulb --- -![GitHub top language](https://img.shields.io/github/languages/top/szhhwh/jingji_TSreference_vue)![GitHub](https://img.shields.io/github/license/szhhwh/jingji_TSreference_vue)![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/szhhwh/jingji_TSreference_vue) - 荆棘鸟文学社高三特刊制作参考文档 ## 近期更新 +### 2024.3.16 +- 为左侧导航栏添加可折叠属性 ### 2024.3.3 - 更新高三特刊 2.2 节 -> 修复了数学公式错误 ### 2024.2.24