Geoff-Hart.com: Editing, Writing, and Translation

Home Services Books Articles Resources Fiction Contact me Français

 

You are here: Books --> Effective onscreen editing --> Errata/additions in the 4th (2019) edition

Vous êtes ici : Livres --> Effective onscreen editing --> Errata/additions in the 4th (2019) edition

Errata in and additions to the 4th (2019) edition of Effective Onscreen Editing

All corrections and additions to the book will appear on this page. If you find an error or problem that isn't included in this list, please report the problem to me so I can fix it. Comments and suggestions for improvement (including new material) are also welcome!

This page contains the following topics:

Miscellaneous points

Chapter 1: Goal of this book

Chapter 2: Writing and editing are human endeavours

Chapter 3: Personalizing your software

Chapter 4: Moving around and selecting things

Chapter 5: Using revision tracking

Chapter 6: Inserting text, deleting text, and commenting

Chapter 7: Using the search tools

Chapter 8: Developing style sheets

Chapter 9: Spelling and grammar checkers

Chapter 10: Automating your edits

Chapter 11: Special situations

Chapter 12: Alternatives to revision tracking

Chapter 13: Internet research

Chapter 14: Developing safeguards

Chapter 15: Proofreading

Appendix I: Backups

Appendix II: Protecting yourself

Appendix III: Troubleshooting Word

Appendix IV: Keyboard shortcuts

Miscellaneous points

Chapter 1: Goal of this book

Chapter 2: Writing and editing are human endeavours

Chapter 3: Personalizing your software

Sub ListKeyAssignments()
Dim kbLoop As KeyBinding
Dim aTemp As template
For Each aTemp In Templates
If LCase(aTemp.Name) = "Normal.dotm" Then
'You can also use the name of a different template here.
CustomizationContext = aTemp
For Each kbLoop In KeyBindings
selection.InsertAfter kbLoop.Command & vbTab & kbLoop.KeyString & vbCr
selection.Collapse Direction:=wdCollapseEnd
Next kbLoop
End If
Next aTemp
End Sub

Chapter 4: Moving around and selecting things

Chapter 5: Using revision tracking

Chapter 6: Inserting text, deleting text, and commenting

Chapter 7: Using the search tools

Chapter 8: Developing style sheets

Chapter 9: Spelling and grammar checkers

Chapter 10: Automating your edits

Chapter 11: Special situations

Chapter 12: Alternatives to revision tracking

Chapter 13: Internet research

Chapter 14: Developing safeguards

Chapter 15: Proofreading

Appendix I: Backups

Appendix II: Protecting yourself

Appendix III: Troubleshooting Word

Appendix IV: Keyboard shortcuts


©2004–2024 Geoffrey Hart. All rights reserved.