Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fedora - Discover hidden gems in LibreOffice

#1
Discover hidden gems in LibreOffice

<div style="margin: 5px 5% 10px 5%;"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2018/06/discover-hidden-gems-in-libreoffice.png" width="300" height="109" title="" alt="" /></div><div><p>LibreOffice is the most popular free and open source office suite. It’s included by default in many Linux distributions, such as <a href="https://getfedora.org/workstation">Fedora Workstation</a>. Chances are that you use it fairly often, but how many of its features have you really explored? What hidden gems are there in LibreOffice that not so many people know about?</p>
<p>This article explores some lesser-known features in the suite, and shows you how to make the most of them. Then it wraps up with a quick look at the LibreOffice community, and how you can help to make the software even better.</p>
<p><span id="more-21561"></span></p>
<h2>Notebookbar</h2>
<p>Recent versions of LibreOffice have seen gradual improvements to the user interface, such as reorganized menus and additional toolbar buttons. However, the general layout hasn’t changed drastically since the software was born back in 2010. But now, a completely new (and optional!) user interface called the <a href="https://wiki.documentfoundation.org/Development/NotebookBar">Notebookbar</a> is under development, and it looks like this:</p>
<div id="attachment_21709" style="width: 610px" class="wp-caption alignnone"><img class="wp-image-21709" src="http://www.sickgaming.net/blog/wp-content/uploads/2018/06/discover-hidden-gems-in-libreoffice.png" alt="LibreOffice's (experimental) Notebookbar" width="600" height="218" /></p>
<p class="wp-caption-text">LibreOffice’s (experimental) Notebookbar</p>
</div>
<p>Yes, it’s substantially different to the current “traditional” design, and there are a few variants. Because LibreOffice’s design team is still working on the Notebookbar, it’s not available by default in current versions of the suite. Instead, it’s an experimental option.</p>
<p>To try it, make sure you’re running a recent release of LibreOffice, such as 5.4 or 6.0. (LibreOffice 6.x is already available in Fedora 28.) Then go to <em>Tools &gt; Options</em> in the menu. In the dialog box that appears, go to <em>Advanced</em> on the left-hand side. Tick the <em>Enable experimental features</em> box, click <em>OK</em>, and then you’ll be prompted to restart LibreOffice. Go ahead and do that.</p>
<p>Now, in Writer, Calc and Impress, go to <em>View &gt; Toolbar Layout</em> in the menu, and choose Notebookbar. You’ll see the new interface straight away. Remember that this is still experimental, though, and not ready for production use, so don’t be surprised if you see some bugs or glitches in places!</p>
<p>The default Notebookbar layout is called “tabbed”, and you can see tabs along the top of the window to display different sets of buttons. But if you go to <em>View &gt; Notebookbar</em> in the menu, you’ll see other variants of the design as well. Try them out! If you need to access the familiar menu bar, you’ll find an icon for it in the top-right of the window. And to revert back to the regular interface, just go to <em>View &gt; Toolbar Layout &gt; Default</em>.</p>
<h2>Command line tips and tricks</h2>
<p>Yes, you can even use LibreOffice from the Bash prompt. This is most useful if you want to perform batch operations on large numbers of files. For instance, let’s say you have 20 .odt (OpenDocument Text) files in a directory, and want to make PDFs of them. Via LibreOffice’s graphical user interface, you’d have to do a lot of clicking to achieve this. But at the command line, it’s simple:</p>
<pre>libreoffice --convert-to pdf *.odt</pre>
<p>Or take another example: you have a set of Microsoft Office documents, and you want to convert them all to ODT:</p>
<pre>libreoffice --convert-to odt *.docx</pre>
<p>Another useful batch operation is printing. If you have a bunch of documents and want to print them all in one fell swoop, without manually opening them and clicking on the printer icon, do this:</p>
<pre>libreoffice -p *.odt</pre>
<p>It’s also worth noting some of the other command line flags that LibreOffice uses. For instance, if you want to create a launcher in your program menu that starts Calc directly, instead of showing the opening screen, use:</p>
<pre>libreoffice --calc</pre>
<p>It’s also possible to launch Impress and jump straight into the first slide of a presentation, without showing the LibreOffice user interface:</p>
<pre>libreoffice --show presentation.odp</pre>
<h2>Extra goodies in Draw</h2>
<p>Writer, Calc and Impress are the most popular components of LibreOffice. But Draw is a capable tool as well for creating diagrams, leaflets and other materials. When you’re working with multiple objects, there are various tricks you can do to speed up your work.</p>
<p>For example, you probably know you can select multiple objects by clicking and dragging a selection area around them. But you can also select and deselect objects in the group by holding down the Shift key while clicking.</p>
<p>When moving individual shapes or groups of shapes, you can use keyboard modifiers to change the movement speed. Try it out: select a bunch of objects, then use the cursor keys to move them around. Now try holding Shift to move them in greater increments, or Alt for fine-tuning. (The Ctrl key comes in useful here too, for panning around inside a document without moving the shapes.)</p>
<p><a href="https://wiki.documentfoundation.org/ReleaseNotes/5.1">LibreOffice 5.1</a> added a useful feature to equalize the widths and heights of multiple shapes. Select them with the mouse, right-click on the selection, and then go to the <em>Shapes</em> part of the context menu. There you’ll see the <em>Equalize</em> options. This is good for making objects more consistent, and it works in Impress too!</p>
<div id="attachment_21708" style="width: 610px" class="wp-caption alignnone"><img class="wp-image-21708" src="http://www.sickgaming.net/blog/wp-content/uploads/2018/06/discover-hidden-gems-in-libreoffice-1.png" alt="Equalizing shape sizes in Draw" width="600" height="356" /></p>
<p class="wp-caption-text">Equalizing shape sizes in Draw</p>
</div>
<p>Lastly, here’s a shortcut for duplicating objects: the Ctrl key. Try clicking and dragging on an object, with Ctrl held down, and you’ll see that a copy of the object is made immediately. This is quicker and more elegant than using the <em>Duplicate</em> dialog box.</p>
<h2>Over to you!</h2>
<p>So those are some features and tricks in LibreOffice you can now use in your work. But there’s always room for improvement, and the LibreOffice community is working hard on the next release, <a href="https://wiki.documentfoundation.org/ReleaseNotes/6.1">LibreOffice 6.1</a>, which is due in early August. Give them a hand! You can help to test the beta releases, trying out new features and reporting bugs. Or <a href="https://www.libreoffice.org/community/get-involved/">get involved in other areas</a> such as design, marketing, documentation, translations and more.</p>
<hr />
<p>Photo by <a href="https://unsplash.com/photos/jrh5lAq-mIs?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">William Iven</a> on <a href="https://unsplash.com/search/photos/documents?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a>.</p>
</div>
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016