4/14/2011

LaTeX: Beginner’s Guide - Free DownLoad

Book Description
LaTeX is high-quality Open Source typesetting software that produces professional prints and PDF files. However, as LaTeX is a powerful and complex tool, getting started can be intimidating. There is no official support and certain aspects such as layout modifications can seem rather complicated. It may seem more straightforward to use Word or other WYSIWG programs, but once you've become acquainted, LaTeX's capabilities far outweigh any initial difficulties. This book guides you through these challenges and makes beginning with LaTeX easy. If you are writing Mathematical, Scientific, or Business papers, or have a thesis to write, then this is the perfect book for you.

LaTeX Beginner's Guide offers you a practical introduction to LaTeX with plenty of step-by-step examples. Beginning with the installation and basic usage, you will learn to typeset documents containing tables, figures, formulas, and common book elements like bibliographies, glossaries, and indexes and go on to managing complex documents and using modern PDF features. It's easy to use LaTeX, when you have LaTeX Beginner's Guide to hand.

This practical book will guide you through the essential steps of LaTeX, from installing LaTeX, formatting, and justification to page design. Right from the beginning, you will learn to use macros and styles to maintain a consistent document structure while saving typing work. You will learn to fine-tune text and page layout, create professional looking tables as well as include figures and write complex mathematical formulas. You will see how to generate bibliographies and indexes with ease. Finally you will learn how to manage complex documents and how to benefit from modern PDF features. Detailed information about online resources like software archives, web forums, and online compilers completes this introductory guide. It's easy to use LaTeX, when you have LaTeX Beginner's Guide to hand.

Create professional-looking texts, articles, and books for Business and Science

What you will learn from this book :

  • Install LaTeX and use the TeXworks editor to compile documents
  • Design the page layout; create dynamic headers and footers
  • Fine-tune appearances and the space of words, symbols, and lines
  • Apply intelligent justification and customized hyphenation to achieve fine text design
  • Typeset professional-looking tables and create bulleted and enumerated lists
  • Write sophisticated math formulas, from in-text expressions to complex multi-line equations with various alignments
  • Cross-reference objects such as figures, tables, and equations
  • Load fonts and vary their shape and style; choose between thousands of LaTeX symbols from specialized fonts
  • Use macros to save time and effort; load packages to extend LaTeX's capabilities
  • Generate an index, cite books, and create bibliographies
  • Use external pictures, color, PDF bookmarks, and hyperlinks
  • Structure and manage large documents by splitting the input
  • Manage large documents containing lists, index, and bibliography

Approach
Packed with fully explained examples, LaTeX Beginner's Guide is a hands-on introduction quickly leading a novice user to professional-quality results.

Who this book is written for
If you are about to write mathematical or scientific papers, seminar handouts, or even plan to write a thesis, then this book offers you a fast-paced and practical introduction. Particularly during studying in school and university you will benefit much, as a mathematician or physicist as well as an engineer or a humanist. Everybody with high expectations who plans to write a paper or a book will be delighted by this stable software.

Book Details

  • Paperback: 336 pages
  • Publisher: Packt Publishing (March, 2011)
  • Language: English
  • ISBN-10: 1847199860
  • ISBN-13: 978-1847199867
  • File Size: 9.0 MiB
  • Hits: 885 times
Download Link

Science Teaching with Moodle 2.0 - Free DownLoad

Book Description
Moodle is an open source virtual learning environment that is becoming increasingly popular in schools worldwide due to its ease of use and flexibility. Science is the perfect subject to benefit from the features of Moodle as students will find it easier to learn with the help of interactive content, rather than reading ancient textbooks.

Science Teaching with Moodle 2.0 will give you lots of tips and tricks for teaching science using Moodle. This book will make learning more fun for your students and explain complicated concepts with ease with the help of images, diagrams, and interactive quizzes. It will teach you how to create quizzes, start forum discussions, embed videos, and much more, all while keeping the students' performance at the front of your mind, which is easily monitored using the Gradebook function.

Use Moodle to create quizzes, forums, activities, and much more, to make your science lessons more interactive

What you will learn from this book :

  • Use scientific notation, mathematical functions, and display molecules to make your students understand difficult concepts more easily
  • Use the DragMath Equation editor to teach about kinetic energy and momentum
  • Set up surveys to enable your students to help one another and improve the course with their suggestions
  • Create databases to classify elements, materials, and structures
  • Embed videos and images that students can access from home
  • Monitor your students with Gradebook
  • Set up quizzes and collect the results to see how your students are progressing
  • Easily explain difficult concepts such as light and sound waves using animations
  • Theme your site to make it more science-centric

Approach
Packed with lots of practical examples, each chapter takes you through a different aspect of teaching using Moodle. All examples are based around a sample science course, which you can see growing throughout the book.

Who this book is written for
This book is for science teachers who would like to enhance their lessons using Moodle. It doesn't matter if you haven't used Moodle before; as long as someone has set it up for you, you can get started with the exercises in the book straightaway.

Book Details

  • Paperback: 296 pages
  • Publisher: Packt Publishing (April 30, 2011)
  • Language: English
  • ISBN-10: 1849511489
  • ISBN-13: 978-1849511483
  • File Size: 17.5 MiB
  • Hits: 534 times
Download Link

Sphinx Search: Beginner’s Guide - Free DownLoad

Book Description
Sphinx is an open-source full-text search server, designed from the ground up with a focus on performance, relevance, and integration simplicity. With Sphinx, you can either batch index and search data stored in an SQL database, NoSQL storage, or just files quickly and easily — or index and search data on the fly, working with Sphinx pretty much as a database server.

Sphinx Search Beginner's Guide serves as a guide to everything you need to know about running a Sphinx Search Engine. In today's world, search is an integral part of any application and having a reliable search engine like Sphinx Search can be the difference between running a successful and unsuccessful business. What good is being on the Web if no one knows you are there? It is easy to build a proficient search engine with Sphinx Search Beginner's Guide to hand.

This practical guide provides insight into one of the most popular open source search engines, Sphinx. You will learn how to set up Sphinx on your own server, with the basics of how a search engine works explained in brief. You will learn how to create an index using Sphinx and then perform a search on that index using the client API, as well as learning how to configure Sphinx to get the most out of it. You will also be shown how Sphinx gives quality search results by relevance ranking. The book will help a beginner in all possible ways to create both simple and complex search forms in their applications. It's easy to use Sphinx Search engine, when you have the Sphinx Search Beginner's Guide to hand.

What you will learn from this book :

  • Install Sphinx on your system
  • Create indexes in Sphinx by using Sphinx's indexer utility
  • Use the Sphinx API to issue search queries from your PHP applications
  • Filter your search results using different attributes
  • Create a functional application in PHP that will use the Sphinx search engine as the backend to serve search queries
  • Use PHP to create an application that fetches different feeds and stores the feed item data in a Sphinx index
  • Create an advanced search form that implements lots of filters, as well as a search form for geodistance searches
  • Explore the different configuration options available in the Sphinx configuration file that tailor Sphinx according to your needs

Approach
This book is a step-by-step guide for an absolute beginner. It covers everything, from installing to configuring, to get you started quickly. It has numerous code examples that the reader can try on their own and learn while doing so. It has two full-fledged applications as examples that readers can follow. This book is specifically focused on the Search feature of web applications.

Who this book is written for
This book is for developers who are new to Sphinx Search. All code examples use PHP but the logic is same for any other web scripting languages as well.

Book Details

  • Paperback: 244 pages
  • Publisher: Packt Publishing (March, 2011)
  • Language: English
  • ISBN-10: 184951254X
  • ISBN-13: 978-1849512541
  • File Size: 5.5 MiB
  • Hits: 615 times
Download Link