- 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".
- 后稀缺:自動化與未來工作
- 大數據導論:思維、技術與應用
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- Visual FoxPro 6.0數據庫與程序設計
- Learning Apache Spark 2
- Cloud Analytics with Microsoft Azure
- 腦動力:PHP函數速查效率手冊
- Hands-On Machine Learning with TensorFlow.js
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- 新手學電腦快速入門
- Visual C++編程全能詞典
- 信息物理系統(CPS)測試與評價技術
- INSTANT Munin Plugin Starter
- Mastering MongoDB 3.x
- Unreal Development Kit Game Design Cookbook