130 likes | 411 Views
This is an example of a Long Presentation Title Flowing onto Multiple Lines. Presenter Name 1, Presenter Name 2, Presenter Name 3, Presenter Name 4. Basic Text. Emphasize with blue or green color from “ Theme Colors ” only Initial caps for titles and sentence case for bullets
E N D
This is an example of a Long Presentation Title Flowing onto Multiple Lines Presenter Name 1, Presenter Name 2, Presenter Name 3, Presenter Name 4
Basic Text • Emphasize with blue or green colorfrom “Theme Colors” only • Initial caps for titles and sentence case for bullets • Follow the guidance for bulleted lists on the following page
Example of a Bulleted List for Coding • This is the first level (20pt, bold) • This is a second level bullet (18pt) • This is a numbered second level • This is an unbulleted second level • This is a code second level (uses fixed width font, bold) • This is a privileged code second level (uses fixed width font, bold) • This is a third level bullet (14pt) • This is a numbered third level • This is a plain third level
Example of a Bulleted List with Area for Code Segments • First level 1 • First level 2 inherit kernel require recipes-kernel/linux/linux-yocto.inc KMACHINE = "yocto/standard/base" KBRANCH = ${KMACHINE} LINUX_VERSION ?= "3.0.18" SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8" SRCREV_meta ?= "b78a519841bd8b477cad599af8d38df6760445c1" PR = "r3" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;\ branch=${KBRANCH},meta;name=machine,meta" # Functionality flags KERNEL_FEATURES="features/netfilter" requirelinux-tools.inc