Information Technology Seminar II

2020年 9月23日

How to Make Slides with XHTML and Amaya

https://www.sw.it.aoyama.ac.jp/2020/Seminar2/XHTMLamaya.html

Martin J. Dürst

duerst@it.aoyama.ac.jp

AGU

© 2006-20 Martin J. Dürst 青山学院大学

Overview

 

Preparation: Download Amaya and Opera

Amaya: http://www.w3.org/Amaya/Distribution/amaya-WinXP-11.4.7.exe

Opera Opera 12.17 (or 12.18, not a later version!): Windows (Mac/Linux: ask me)

Download this presentation with stylesheets

 

HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC
 "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 ...
</html>

 

Elements (要素)

 

Attributes (属性)

[For XML basics, see also プログラミング基礎 I, lecture2]

 

HTML Structure

 

Visual vs. Structural Markup

 

Generic Markup

What to do when a desired element is not available in XHTML

[For more information on XHTML, see also プログラミング基礎 I, lectures 7-9]

 

How to Look Good

[For more information on CSS, see also プログラミング基礎 I, lectures 3-5]

 

Working by Hand

 

Amaya Basics

 

Amaya Overview

 

Amaya Hints and Tips

 

Slide Structure

 

Slide frameworks/systems

 

Colophon

(how this presentation was made)