notes-20160804: Manually generating the equivalent of a PowerPoint slide

Manually generating the equivalent of slide 2 from my course IK2554 - just the text and the bottom of the slide.

IK2554-slide2-20160804.png

Produces:


Module 1: Introduction

Lecture notes of G. Q. Maguire Jr.

For use in conjunction with:

Henry Sinnreich and Alan B. Johnston, “Internet Communications Using SIP: Delivering VoIP and Multimedia Services with Session Initiation Protocol”, 2nd Edition, Wiley, August 2006, ISBN: 0-471-77657-2.


Note that one cannot output the bottom edge of a KTH slide (called here a bottomsquigle) kth-bottom-squigle-20160804-1.pngusing svg:

<div id="bottomsquiggle">
<svg width="842" height="79" viewBox="0 0 842 79">
<g fill="none">
<g>
<path fill="#1954a6" d="M125.259,0 H842 V22.786 V28.508 V70.107 V76.637 V78.488 H834.742 C834.119,78.767 833.434,78.841 832.731,78.841 H115.99 V78.488 H0 V76.637 V28.508 V27.243 H83.003 H94.506 H109.982 C112.885,27.243 115.319,25.356 115.865,22.786 H115.99 V22.203 L116.156,21.425 V7.956 C116.45,3.491 116.036,0 125.259,0 Z" fill-rule="evenodd"/>
</g>
</g>
</svg>
</div>

Tiny MCE removes all of the svg and replaces the above by:

<div id="bottomsquiggle"></div>