Skip to content

Both.org

News, Opinion, Tutorials, and Community for Linux Users and SysAdmins

Primary Menu
  • About Us
  • Computers 101
    • Hardware 101
    • Operating Systems 101
  • End of 10 Events
    • Wake Forest, NC, — 2025-09-20
  • Linux
    • Why I use Linux
    • The real reason we use Linux
  • My Linux Books
    • systemd for Linux SysAdmins
    • Using and Administering Linux – Zero to SysAdmin: 2nd Edition
    • The Linux Philosophy for SysAdmins
    • Linux for Small Business Owners
    • Errata
      • Errata for The Linux Philosophy for SysAdmins
      • Errata for Using and Administering Linux — 1st Edition
      • Errata for Using and Administering Linux — 2nd Edition
  • Open Source Resources
    • What is Open Source?
    • What is Linux?
    • What is Open Source Software?
    • The Open Source Way
  • Write for us
    • Submission and Style guide
    • Advertising statement
  • Downloads
  • Home
  • Teaching technical writing with open source
  • Open Source
  • Tools

Teaching technical writing with open source

Jim Hall January 8, 2024 5 minutes read
button_push_open_keyboard_file_organize
1

In addition to my work as a consultant, I also teach a few courses on technical writing. One of these is a course about writing with digital technologies, which provides students with hands-on experience with writing tools and technologies that are used across the technical writing field.

Modern technical writers can choose from a long list of tools and technologies to get the job done: word processors, plain text editors, web content management systems, markup languages, the list goes on. We have a limited time during a semester, and we cannot explore every writing tool and technology out there, so I need to choose what tools to explore. I try to focus on writing technologies that are foundational to technical writing, and provide a solid base from which students can continue to learn about other, similar systems later in their career.

And as it happens, I also choose open source tools and open standards. Here is how I teach technical writing using open source software:

Markup languages

I prefer to start with markup languages. Our first exploration is HTML, the hyper text markup language. HTML is used everywhere, in every website. And while working technical writers will likely use a web content management system to create web content, every technical writer will tell you that knowing a little HTML will get you a long way.

At some point, the web content system will mess up, and you’ll need to fix things without breaking the page further. And that’s what I teach my students.

We start with the basics of inline and block HTML elements. I provide a sample HTML document written only with <div> and <span> elements, and show how <div> is a block element that defines a “rectangle” and that <span> is an inline element that follows the text.

Every HTML tag is either a block element or inline element. Headings and paragraphs are typical examples of block elements, and you can define a background color to see that they fill a rectangle. Bold and italics tags are inline elements, and only follow the text they modify.

screenshot of sample HTML code in a text editor

With a solid understanding of HTML tags, we move on to XML. This is not a great leap, because XML and HTML are very similar. XML follows the same basic rules as HTML: the “document” is contained in a single parent data block. Further data is contained in matching pairs of tags. The key difference is that HTML is well defined; you have to work within the defined tags. But XML is extensible and you can define your own tags and data structure to do what you want within a document.

We study both “XML as data” and “XML as markup language.” We go into the basics of DocBook, which is just an XML document. With this understanding of XML markup, we also explore DITA (another XML markup system) and EPUB (a zip file container with XML metadata and HTML content).

Open source tools

Not all technical writing is done with markup systems. Often, technical writers need to use a visual tool to do the job. Much of today’s technical writing is still done with desktop word processors, so I teach students how to get the most out of those tools. We use LibreOffice Writer to create intricately formatted documents, relying heavily on styles. Styles are a power feature in word processing, and LibreOffice has mature support for paragraph styles, character styles, page styles, list styles, table styles, and frame styles.

For example, technical writers can modify a Heading 1 style to insert a page break before the heading, so a chapter or major section can start on a new page. Further, you can define that the new page is a “Right Page” (an odd-numbered page, which always appears on the right in a printed book) or that the heading should have a certain amount of space above or below it.

With styles, it’s easy to keep a long document looking consistent throughout. And you can update a style later, and the word processor updates the entire document to match. For example, I never use direct formatting to make bold text or italic text; I use the Emphasis character style for italic text and Strong Emphasis for bold text. During the draft stage, I define both of these to use a blue text color, so I can more easily see how I’m using these styles across my document. When I’m ready for publication, I update these styles to make the text black, and LibreOffice Writer applies the style throughout my entire document automatically.

screenshot of LibreOffice Writer

But sometimes a desktop word processor isn’t enough. Some technical writers also must create print-ready material, such as fliers, posters, and information cards. A word processor isn’t up to this task, so technical writers need to use a desktop publishing system.

Scribus is an outstanding open source desktop publishing package. With Scribus, or any desktop publisher, you can define a bleed area for a document that will have edge-to-edge color such as a flier. With a bleed area, you print the document to be a little larger than you need, then trim it. After cutting, the colors will go right to the edge of the document. This PDF, exported from Scribus, shows how shapes extend into the bleed area; the lines in the margins show the cut marks.

screenshot of a print-ready document from Scribus

Technical writing with open source

My students enjoy learning about technical writing using open source software. Their feedback on this course has been consistently high, commenting particularly about learning LibreOffice and HTML. With the writing tools and technologies that we learn in this course, students are very well prepared for careers in technical writing. Whether they use open source tools or a proprietary system, the concepts and foundations are the same.

Tags: Technical Writing

Post navigation

Previous: Liquid Cooling Failure
Next: How I used journalctl to Determine the Source of an Electrical Problem

Related Stories

browser_web_internet_website
  • Open Source
  • Web Browser

Brave: The Open-Source Alternative You Should Be Using

Don Watkins April 13, 2026
A Black femail working on a computer in an office.
  • Linux
  • Moving to Linux
  • Open Source
  • Opinion

Why choose Linux?

Don Watkins April 10, 2026
LAW_fedora_cla
  • Open Source
  • Opinion

California’s age verification law is bad for open source

Jim Hall March 10, 2026

System upgrades this Sunday, May 3

Tools illustrationFedora 44 was released this week and I’ve upgraded all my systems except for the two that directly affect Both.org. I’ll be upgrading the hosts for my server and firewall to Fedora 44 this Sunday afternoon, May 3.

Both.org will be down for most of the afternoon for these upgrades.

Thanks for your patience.

Random Quote

If a program is useful, it will have to be changed.

— Laws of Computer Programming

Why I’ve Never Used Windows

On February 12 I gave a presentation at the Triangle Linux Users Group (TriLUG) about why I use Linux and why I’ve never used Windows.

Here’s the link to the video: https://www.youtube.com/live/uCK_haOXPFM 

Why there’s no such thing as AI

Last October at All Things Open (ATO) I was interviewed by Jason Hibbits of We Love Open Source. It’s posted in the article “Why today’s AI isn’t intelligent (yet)“.

Technically We Write — Our Partner Site

Our partner site, Technically We Write, has published a number of articles from several contributors to Both.org. Check them out.

Technically We Write is a community of technical writers, technical editors, copyeditors, web content writers, and all other roles in technical communication.

Subscribe to Both.org

To comment on articles, you must have an account.

Send your desired user ID, first and last name, and an email address for login (this must be the same email address used to register) to subscribe@both.org with “Subscribe” as the subject line.

You’ll receive a confirmation of your subscription with your initial password as soon as we are able to process it.

Administration

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

License and AI Statements

Both.org aims to publish everything under a Creative Commons Attribution ShareAlike license. Some items may be published under a different license. You are responsible to verify permissions before reusing content from this website.

The opinions expressed are those of the individual authors, not Both.org.

You may not use this content to train AI.

 

Advertising Statement

Both.org does not sell advertising on this website.


Advertising may keep most websites running—but at Both.org, we’re committed to keeping our corner of the web ad-free. Both.org does not sell advertising on the website. Nor do we offer sponsored articles at this time. We’ll update this page if our position on sponsorships changes.

We want to be open about how the website is funded. Both.org is supported entirely by David Both and a few other dedicated individuals.

 

 

Copyright © All rights reserved. | MoreNews by AF themes.