diff --git a/published/20230822 LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More.md b/published/20230822 LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More.md new file mode 100644 index 0000000000..fb85d786ea --- /dev/null +++ b/published/20230822 LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More.md @@ -0,0 +1,146 @@ +[#]: subject: "LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More" +[#]: via: "https://news.itsfoss.com/libreoffice-7-6/" +[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/" +[#]: collector: "lujun9972" +[#]: translator: "ChatGPT" +[#]: reviewer: "wxy" +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-16123-1.html" + +LibreOffice 7.6 发布,下一个版本 24.2 +===== + +![][0] + +> LibreOffice 7.6 版本已经到来,这个版本为我们带来了众多优秀的改进。 + +LibreOffice 7.6 是这款优秀的开源办公套件的最新重要升级。 + +在其上一次的 [LibreOffice 7.5 版本发布][1] 中,开发者们发布了新的应用图标和一系列的功能提升。而这一次,它为我们带来了一套全新的功能组合。 + +> 📋 从 **2024** 年开始,文档基金会将实行基于日历的版本编号,意即,计划于 2024 年 2 月发布的下一个版本将以 **LibreOffice 24.2** 的形式呈现给大家。 + +让我们看一下这次发布的新版本有哪些新添的亮点。 + +### LibreOffice 7.6:有哪些亮点? + +保持一贯的预期,所有工具都带来了显著的改良,对 Writer、Calc 和 Impress 的改进更是明显,包括以下几点: + + * 对文档主题的全面支持 + * 对帮助功能的升级改进 + * 在兼容性上进行的改善 + * 新的页码向导功能(Writer) + * 幻灯片的导航面板功能(Impress) + * 色彩排序的自动过滤器支持(Calc) + +#### 对于 Writer 的优化 + +此次更新中的主要亮点是提供了对文档主题的支持。简单来说,当需要的时候,你可以为你的文档标题、正文和副标题挑选一套预设的颜色搭配。 + +![][2] + +你可以通过菜单 “格式Format主题Themes” 来找到这项功能。 + +一个细微但重大的改进是在 “插入Insert” 菜单中新增了一个向导,可以使用它在页眉/页脚添加页码。 + +新增了一个选项,使你能够通过聚光灯功能在文本中高亮显示段落样式或直接格式。 + +![][3] + +在面向用户体验的改进方面,你在编辑文档时可以从侧边栏方便快捷地找 到 “无障碍检查Accesbility Check” 选项。 + +![][4] + +其他改动包括: + + * 依靠段落样式,现可以更加灵活地创建图表了 + * 现在能够直接在关联表格中编辑参考文献条目了 + * 如果你无意间试图删除文档中的隐藏部分,Writer 会发出警告提醒 + * Writer 现在接受用于短语检查的自定义词典了 + +#### Calc 的改进 + +![][5] + +新的颜色排序功能使得排序变得更为容易。 + +除此之外,还有一个用于数据透视表的紧凑的新布局。其他细微和技术层面的改进包括: + + * 复制到另一个文件的电子表格保留了用户定义的打印范围 + * 可以自定义新注释的默认外观 + * 会保存求解器设置 + * 如果表格为空,则在删除时不会显示确认 + * 超链接格式已经进行改善,使其看起来更为醒目 + +#### Impress 与 Draw 的改进 + +现在,当你播放一个演示文稿时,会出现便于快速浏览的导航按钮。这是个小改动,但是应该可以帮助你轻松地在幻灯片之间进行导航。 + +其他的改进包括: + + * 增加了对多图片 tiff 文件的支持 + * 可以在导航器中按照从前到后的顺序列出对象 + +#### 其他变化 + +![][6] + +除了之前的亮点,你还可以得到一个已有所改进的 “帮助Help” 部分。这里将展示关于改变布局或快速完成许多任务所需的命令/快捷键信息。 + +如果你想深入了解, 可以查阅 [LibreOffice 7.6 发行备注][7]。 + +### 如何升级/安装? + +对于大部分用户来说,LibreOffice 可能已经预安装好了。如果是这样的话,你应该等待来自你的系统仓库、LibreOffice 的 PPA,或者 Flathub 的更新。这通常需要几天时间。 + +> 🚧 你也可以选择从你的系统中卸载 LibreOffice,并通过以下步骤获取新版本。但如果你能等待,我们建议你等待。 + +如果你还没有安装它并想要获取新版本,只需要根据你的需求(DEB/RPM)简单地 [下载 tar 包][8]。 + +![][9] + +接下来,解压这个包,并在 `DEBS` 或 `RPMS` 文件夹下找到所有 .deb/.rpm 文件。 + +![][10] + +当你进入这个文件夹,在终端中使用右键菜单打开它(如图所示)并根据你的包输入以下命令之一(适用于 Fedora 和基于 Debian 的发行版): + +![][11] + +``` +sudo dnf install *.rpm +sudo dpkg -i *.deb +``` + +💬 你对最新的 LibreOffice 发行版本有什么想法?请在下方的评论区分享你的看法。 + +*(题图:MJ/1afe80f6-a7dd-4e9e-ac77-f8581492b08a)* + +-------------------------------------------------------------------------------- + +via: https://news.itsfoss.com/libreoffice-7-6/ + +作者:[Ankush Das][a] +选题:[lujun9972][b] +译者:ChatGPT +校对:[wxy](https://github.com/wxy) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://news.itsfoss.com/author/ankush/ +[b]: https://github.com/lujun9972 +[1]: https://news.itsfoss.com/libreoffice-7-5-release/ +[2]: https://news.itsfoss.com/content/images/2023/08/document-themes.png +[3]: https://news.itsfoss.com/content/images/2023/08/highlighting-spotlight.png +[4]: https://news.itsfoss.com/content/images/2023/08/accessibility-check-writer.jpg +[5]: https://news.itsfoss.com/content/images/2023/08/sort-by-color.png +[6]: https://news.itsfoss.com/content/images/2023/08/HelpCommands.png +[7]: https://wiki.documentfoundation.org/ReleaseNotes/7.6 +[8]: https://www.libreoffice.org/download/download-libreoffice/ +[9]: https://news.itsfoss.com/content/images/2023/08/extracted-libreoffice.png +[10]: https://news.itsfoss.com/content/images/2023/08/terminal-libreoffice.png +[11]: https://news.itsfoss.com/content/images/2023/08/libreoffice-terminal.png +[12]: https://linuxhandbook.com/tag/bash-beginner/ +[13]: https://itsfoss.community/ +[14]: https://itsfoss.com/newsletter/ +[0]: https://img.linux.net.cn/data/attachment/album/202308/24/115300zf7jjse8k7hjdbm8.jpg \ No newline at end of file diff --git a/sources/news/20230822 LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More.md b/sources/news/20230822 LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More.md deleted file mode 100644 index 203c013cdf..0000000000 --- a/sources/news/20230822 LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More.md +++ /dev/null @@ -1,164 +0,0 @@ -[#]: subject: "LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More" -[#]: via: "https://news.itsfoss.com/libreoffice-7-6/" -[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/" -[#]: collector: "lujun9972" -[#]: translator: " " -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -LibreOffice 7.6 Releases With Document Themes, Navigation Panel for Slides, and More -====== -LibreOffice 7.6 is here with plenty of good improvements. -LibreOffice 7.6 is the next major upgrade for the open-source office suite. - -With its previous [LibreOffice 7.5 release][1], the developers unveiled new app icons and feature upgrades. And, this time, it includes a good set of new abilities. - -📋 - -Starting in **2024** , The Document Foundation will follow calendar-based numbering, i.e., the next version scheduled for Feb 2024 will be identified as **LibreOffice** **24.2.** - -Let us take a look at what's new with the release. - -### LibreOffice 7.6: What's New? - -As expected, there are refinements across all the tools, with highlights for the Writer, Calc, and Impress; they are: - - * **Support for document themes** - * **Improvements to Help** - * **Compatibility improvements** - * **New Page Number Wizard (Writer)** - * **Navigation panel for slides (Impress)** - * **Auto-filter support for sorting by color (Calc)** - - - -#### Writer Improvements - -The highlight feature update is the support for document themes. In other words, when needed, you can select a preset of color combinations for your document's title, text, and subheadings. - -![][2] - -You can find the option via **Format → Themes**. - -A subtle but significant addition is adding a page number to the header/footer using a new wizard under the **Insert** menu. - -You also get a new option to enable the spotlight for the paragraph styles or direct formatting in text. - -![][3] - -For a UX-focused improvement, you can find the " **Accesbility Check** " from the sidebar for quick access while editing a document. - -![][4] - -Other changes include: - - * Table of figures can now be generated more flexibly using a paragraph-based style - * Bibliography entries can now be directly edited from its tables - * Writer warns if you try accidentally to delete a hidden section from your document - * Custom dictionaries for phrase checking are accepted - - - -#### Calc Improvements - -![][5] - -Sorting has been made easy with the new ability to sort things by color. - -In addition to this, you get a compact new layout for pivot tables. Other subtle and technical refinements include: - - * Spreadsheets copied to another file retain a user-defined print range - * Ability to customize the default look of new comments - * Solver settings are saved - * If the sheet is empty, no confirmation is shown to delete it - * Hyperlink formatting has been improved to make it look distinct - - - -#### Impress & Draw Improvements - -When you play a presentation now, you will get navigation buttons to go through them quickly. It is a small addition, but it should help you easily navigate through the slides. - -Other refinements include: - - * Added support for multi-image tiff files - * Objects can be listed in front-to-back order in the navigator - - - -#### Other Changes - -![][6] - -Along with the highlights, you also get an improved " **Help** " section, which displays information about commands/shortcuts you need to change layout or do many things quicker. - -To dive in deeper, you can check out [LibreOffice 7.6 release notes][7]. - -### How to Upgrade/Install? - -LibreOffice should already be pre-installed for most users. If so, you should wait for the update from your system repository, LibreOffice's PPA, or Flathub. It should take a few days. - -🚧 - -You can also choose to uninstall LibreOffice from your system and get the new version by following the steps below. We recommend you to wait if you can. - -If you do not have it installed and want to get the new version, simply [download the tar package][8] as per your requirements (DEB/RPM). - -![][9] - -Next, extract the package, and find all the .deb/.rpm files under a "DEBS" or "RPMS" folder. - -![][10] - -Once you are in that folder, use the right-click menu to open it in the terminal (as shown in the image above) and type one of the following commands as per the package (Fedora and Debian-based distros): - -![][11] - -``` - - sudo dnf install *.rpm - - sudo dpkg -i *.deb - -``` - -_💬 What do you think about the latest LibreOffice release? Let us know your thoughts in the comments down below._ - -* * * - -### More from It's FOSS... - - * Learn Bash scripting for FREE with this [Bash Tutorial series][12]. - * Join our [community forum][13]. - * 📩 Stay updated with the latest on Linux and Open Source. Get our [weekly Newsletter][14]. - - - --------------------------------------------------------------------------------- - -via: https://news.itsfoss.com/libreoffice-7-6/ - -作者:[Ankush Das][a] -选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://news.itsfoss.com/author/ankush/ -[b]: https://github.com/lujun9972 -[1]: https://news.itsfoss.com/libreoffice-7-5-release/ -[2]: https://news.itsfoss.com/content/images/2023/08/document-themes.png -[3]: https://news.itsfoss.com/content/images/2023/08/highlighting-spotlight.png -[4]: https://news.itsfoss.com/content/images/2023/08/accessibility-check-writer.jpg -[5]: https://news.itsfoss.com/content/images/2023/08/sort-by-color.png -[6]: https://news.itsfoss.com/content/images/2023/08/HelpCommands.png -[7]: https://wiki.documentfoundation.org/ReleaseNotes/7.6?ref=news.itsfoss.com -[8]: https://www.libreoffice.org/download/download-libreoffice/?ref=news.itsfoss.com -[9]: https://news.itsfoss.com/content/images/2023/08/extracted-libreoffice.png -[10]: https://news.itsfoss.com/content/images/2023/08/terminal-libreoffice.png -[11]: https://news.itsfoss.com/content/images/2023/08/libreoffice-terminal.png -[12]: https://linuxhandbook.com/tag/bash-beginner/ -[13]: https://itsfoss.community/ -[14]: https://itsfoss.com/newsletter/