Table of Contents

Computer Tips

OS X

Keyboard Shortcuts

Editing
Backspace Delete Delete (add Fn for forward, add for whole word)
Page Break +Return
Move an object slowly +Arrows
Emojis Control++Space
Desktop
Command Center. Control+
Screenshot Area Shift++4
Invert Colours Control+++8
Cycle Through Apps +Tab (add Shift to reverse).
Drag Window1) Control+ + Mouse Grab
Files:
Copy a File Mouse+
Create a File Link Mouse++
Send File to Trash +Delete

LibreOffice

Installing

Formatting

When printing large documents that will be kept in a duo-tang or binder, set alternating margins:

$\LaTeX{}$ Plugin

LibreOffice has a formula editor to typeset math, but the $\LaTeX{}$ plugin is much more user friendly and powerful. The syntax is also ubiquitous and used on many other platforms. The downside is that a full install of $\LaTeX{}$ must also be installed on the computer.

Saving and Version Control

Add your name as a document author / editor:

To save a version:

Track Changes (see here):

Comment:

1)
  • To activate Drag Window, open Terminal and paste:
    defaults write -g NSWindowShouldDragOnGesture -bool true
  • To Deactivate:
    defaults delete -g NSWindowShouldDragOnGesture
  • Restart Computer
See https://superuser.com/questions/125164/use-option-to-drag-windows-mac-os