- Building Impressive Presentations with Impress.js
- Rakhitha Nimesh Ratnayake
- 214字
- 2021-07-27 18:13:13
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can use the data-rotate-x
attribute to rotate elements around the x axis."
A block of code is set as follows:
$(document).ready(function(){ document.addEventListener ("impress:stepenter", function (event) { // Code for step enter }, false); document.addEventListener ("impress:stepleave", function (event) { // Code for step leave }, false); });
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
$(document).ready(function(){ document.addEventListener ("impress:stepenter", function (event) { // Code for step enter }, false); document.addEventListener ("impress:stepleave", function (event) { // Code for step leave }, false); });
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "We can go to the overview of the presentation using the Overview button".
- GNU-Linux Rapid Embedded Programming
- 樂高機器人:WeDo編程與搭建指南
- 精通MATLAB神經網絡
- Visual C# 2008開發技術詳解
- Associations and Correlations
- C語言寶典
- 工業機器人應用案例集錦
- 項目管理成功利器Project 2007全程解析
- INSTANT Drools Starter
- 云原生架構進階實戰
- 實用網絡流量分析技術
- Red Hat Enterprise Linux 5.0服務器構建與故障排除
- Python語言從入門到精通
- x86/x64體系探索及編程
- Hands-On Generative Adversarial Networks with Keras