Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 09 Jan intro and clients | lecture | labs
  2. 16 Jan servers and command line | lecture | labs
  3. 23 Jan networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 30 Jan structural layer | lecture | labs
  2. 06 Feb presentational layer | lecture | labs
  3. 13 Feb using a structure | lecture | labs
  4. 20 Feb behavioral layer | lecture | labs
Document Markup | sessions 08-09
  1. 27 Feb control objects and display | lecture | labs
  2. 05 Mar tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1.  26 Mar  formulas, functions, vectors | lecture | labs
  2.  02 Apr  data display | lecture | labs
  3.  09 Apr  manipulate data sets | lecture | labs
  4.  16 Apr  relational data bases | lecture | labs
Presentation | session 14
  1.  23 Apr  designing and delivering a presentation | lecture | labs


What is a document markup language and how do object manipulation tools work with the language?

What is a "markup language"?

markup logo

A markup language identifies pieces of a document so that another application can do something with those pieces. All document creation tools have a markup language.

In early days of text processing, some markup tools used to let you see and edit their markup code; Word and MacWrite usually didn't. The following image shows an example of how WordPerfect showed you the markup in the text.


All formatters need to distinguish the text to be printed from instructions about how to print
these instructions are called markup.

example of the WordPerfect markup language view, from https://lorelle.wordpress.com/
  • procedural markup tells the software what to do (space down, invoke a macro)
  • generic markup describes the thing to be printed (heading, cross-reference, etc.).

back to top

Examples of markup languages

Markup has a long history. But one can understand markup by thinking about some markup languages that you are already familiar with.

HTML, the HyperText Markup Language, is an example of SGML - Standard Generalized Markup Language.

XML, the eXtensible Markup Language is much more robust, and Microsoft has embedded a lot of XML in MSWord

And some you may not have yet encountered

back to top

Word Processing Markup Languages

WordStar was one of the earlier ones. Since there was no graphical user interface at that time, it had to show you in text what it was doing with its markup, much as the UNIX text editors do.

WordStar screen view

WordPerfect was very good for text-centric documents and was thus embraced by folks creating legal documents. The ability to see and control the text markup was critical.

There have been a lot of markup tools brought to market over the years.

alternatives over the years

But Microsoft's Word soon became the dominant markup tool.

There are a lot of possibilities out there. LibreOffice Writer may eventually become a competitor to MSWord because it is based on XML and on the Open Document standard and has most of the same features as MSWord. It may well be the best choice for many. But, for now, although not everyone likes it, MSWord is a very powerful tool.

But are MSWord and LibreOffice Writer simply word processors? And what is the difference between a text editor and a word processor?

Are they something more? Perhaps an object manipulator?

back to top

Other options

MSWord is not the only tool out there, but it is a business standard.

You might not need to use MSWord and if that is the case, there are lots of alternatives. Consider your needs:

back to top

Which program to use?

We will use MSWord to discuss effective formatting of text documents, but knowing that one can also use LibreOffice Writer as an alternative way of applying the same principles

First, let's consider some of the structural elements:

  • Pages
  • Paragraphs
  • Text

To do so, we'll open The Thirty-nine Steps, by John Buchan from Project Gutenberg. We'll copy it all, then paste it into an MSWord document (with a .docx file extension) so we can work with it.

Other resources

back to top