The Okular Handbook
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Here Comes Number Two
LATEX Documents ALATEX source file is an ordinary text file with interspersed typography markup. It may be created with any text editor (Notepad, Textedit, A gedit, emacs, vim) or with a dedicated LATEX editor with syntax LTEX highlighting (Texstudio, Texmaker). This text file will then be processed by a T X engine: Leif Andersson E latex, pdflatex, lualatex, xelatex The result is a .pdf file, which may be printed or read on screen. The Environment A Short Document The most fundamental LATEX component is the Environment. Inside an environment the text gets a special layout and/or special commands are defined. \documentclass{article} \usepackage{fourier} This is a paragraph with some This is a paragraph with some \usepackage[swedish]{babel} surrounding text. \begin{document} surrounding text. \begin{itemize} H¨ar kommer texten till mitt banbrytande dokument. \item This is the first point. This is the first point. \end{document} \item And here comes number two. • And here comes number two. \begin{enumerate} • The part between \documentclass and \begin{document} is \item Multiple levels are possible 1. Multiple levels are possible called the preamble, and may contain definitions special to this \item They get automatically 2. They get automatically document. In particular it may call on packages with the indented and enumerated. indented and enumerated. \end{enumerate} \usepackage command. \item The last point The last point • There are also style options \end{itemize} We also have some text after the \documentclass[a4paper,12pt]{article} We also have some text after different items. the different items. Documentclasses Special Characters To get Write Used for A Standard LTEX: $ \$ Start and end of math article report book letter memoir beamer % \% Comment to end of line Journals and conferences often have their own classes. -
Kde-Guide-De-Developpement.Web.Pdf
KDE Published : 2017-06-26 License : GPLv2+ 1 KDE DU POINT DE VUE D'UN DÉVELOPPEUR 1. AVEZ-VOUS BESOIN DE CE LIVRE ? 2. LA PHILOSOPHIE DE KDE 3. COMMENT OBTENIR DE L'AIDE 2 1. AVEZ-VOUS BESOIN DE CE LIVRE ? Vous devriez lire ce livre si vous voulez développer pour KDE. Nous utilisons le terme développement très largement pour couvrir tout ce qui peut conduire à un changement dans le code source, ce qui inclut : Soumettre une correction de bogue Écrire une nouvelle application optimisée par la technologie KDE Contribuer à un projet existant Ajouter de la fonctionnalité aux bibliothèques de développement de KDE Dans ce livre, nous vous livrerons les bases dont vous avez besoin pour être un développeur productif. Nous décrirons les outils que vous devrez installer, montrer comment lire la documentation (et écrire la vôtre propre, une fois que vous aurez créé la nouvelle fonctionnalité !) et comment obtenir de l'aide par d'autres moyens. Nous vous présenterons la communauté KDE, qui est essentielle pour comprendre KDE parce que nous sommes un projet « open source », libre (gratuit). Les utilisateurs finaux du logiciel n'ont PAS besoin de ce livre ! Cependant, ils pourraient le trouver intéressant pour les aider à comprendre comment les logiciels complexes et riches en fonctionnalités qu'ils utilisent ont vu le jour. 3 2. LA PHILOSOPHIE DE KDE Le succès de KDE repose sur une vue globale, que nous avons trouvée à la fois pratique et motivante. Les éléments de cette philosophie de développement comprennent : L'utilisation des outils disponibles plutôt que de ré-inventer ceux existants : beaucoup des bases dont vous avez besoin pour travailler font déjà partie de KDE, comme les bibliothèques principales ou les « Kparts », et sont tout à fait au point. -
Rkward: a Comprehensive Graphical User Interface and Integrated Development Environment for Statistical Analysis with R
JSS Journal of Statistical Software June 2012, Volume 49, Issue 9. http://www.jstatsoft.org/ RKWard: A Comprehensive Graphical User Interface and Integrated Development Environment for Statistical Analysis with R Stefan R¨odiger Thomas Friedrichsmeier Charit´e-Universit¨atsmedizin Berlin Ruhr-University Bochum Prasenjit Kapat Meik Michalke The Ohio State University Heinrich Heine University Dusseldorf¨ Abstract R is a free open-source implementation of the S statistical computing language and programming environment. The current status of R is a command line driven interface with no advanced cross-platform graphical user interface (GUI), but it includes tools for building such. Over the past years, proprietary and non-proprietary GUI solutions have emerged, based on internal or external tool kits, with different scopes and technological concepts. For example, Rgui.exe and Rgui.app have become the de facto GUI on the Microsoft Windows and Mac OS X platforms, respectively, for most users. In this paper we discuss RKWard which aims to be both a comprehensive GUI and an integrated devel- opment environment for R. RKWard is based on the KDE software libraries. Statistical procedures and plots are implemented using an extendable plugin architecture based on ECMAScript (JavaScript), R, and XML. RKWard provides an excellent tool to manage different types of data objects; even allowing for seamless editing of certain types. The objective of RKWard is to provide a portable and extensible R interface for both basic and advanced statistical and graphical analysis, while not compromising on flexibility and modularity of the R programming environment itself. Keywords: GUI, integrated development environment, plugin, R. -
Tlaunch: a Launcher for a TEX Live System
TLaunch: a launcher for a TEX Live system Siep Kroonenberg June 29, 2017 This manual is for tlaunch, the TEX Live Launcher, version 0.5.3. Copyright © 2017 Siep Kroonenberg. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. Contents 1 The launcher5 1.1 Introduction............................5 1.1.1 Localization........................6 1.2 Modes...............................6 1.2.1 Normal mode.......................6 1.2.2 Initializing.........................6 1.2.3 Forgetting.........................6 1.3 Using scripts............................7 1.4 The ini file.............................7 1.4.1 Location..........................7 1.4.2 Encoding..........................7 1.4.3 Syntax...........................7 1.4.4 The Strings section....................9 1.4.5 Sections for filetype associations (FTAs)........9 1.4.6 Sections for utility scripts................ 10 1.4.7 The built-in functions.................. 10 1.4.8 Menus and buttons.................... 11 1.4.9 The General section.................... 12 1.5 Editor choice............................ 12 1.6 Launcher-based installations................... 13 1.6.1 The tlaunchmode script................. 14 1.6.2 TEX Live Manager..................... 14 2 The launcher at the RUG 15 2.1 Historical.............................. 15 2.2 RES desktops........................... 16 2.3 Components of the rug TEX installation............ 16 2.4 Directory organization...................... 17 2.5 Fixes for add-ons......................... 17 2.5.1 TeXnicCenter....................... 17 2.5.2 TeXstudio......................... 18 2.5.3 SumatraPDF........................ 18 2.5.4 LyX............................. 18 3 CONTENTS 4 2.6 Moving the XeTEX font cache................. -
The Gsemthesis Class∗
The gsemthesis class∗ Emmanuel Rousseaux [email protected] February 9, 2015 Abstract This article introduces the gsemthesis class for LATEX. The gsemthesis class is a PhD thesis template for the Geneva School of Economics and Management (GSEM), University of Geneva, Switzerland. The class provides utilities to easily set up the cover page, the front matter pages, the pages headers, etc. with respect to the official guidelines of the GSEM Faculty for writing PhD dissertations. This class is released under the LaTeX Project Public License version 1.3c. ∗This document corresponds to gsemthesis v0.9.4, dated 2015/02/09. 1 Contents 1 Introduction3 2 Usage 3 2.1 Requirements..................................3 2.2 Getting started.................................3 2.3 Configuring your editor to store files in UTF-8...............4 2.4 Writing the dissertation in French......................4 2.5 Configuring and printing the cover page...................4 2.6 Configuring and printing the front matter pages...............4 2.7 Introduction and conclusion..........................5 2.8 Bibliography..................................5 2.8.1 Configure TeXstudio to run biber...................5 2.8.2 Configure Texmaker to run biber...................5 2.8.3 Configure Rstudio/knitr to run biber.................5 2.8.4 Basic commands............................6 2.8.5 Using you own bibliography management configuration......6 2.9 Draft mode...................................6 2.10 Miscellaneous..................................6 3 Minimal working example7 4 Implementation8 4.1 Document properties..............................8 4.2 Colors......................................8 4.3 Graphics.....................................8 4.4 Link management................................9 4.5 Maths......................................9 4.6 Page headers management...........................9 4.7 Bibliography management........................... 10 4.8 Cover page.................................. -
The New Books - Electronic and Portable Tihomir Stefanov1, Milena Stefanova2
The New Books - Electronic and Portable Tihomir Stefanov1, Milena Stefanova2 Abstract –The report presents the status and prospects of A. Advantages: development of the book. A research study on current formats and devices for publishing, reading and exchange of electronic - Lower contents price: no printable technologies required books has been carried out. for its production; - Space economy – small size and weight irrespective of the Keywords – Books, Electronic Books, Digital Rights book volume; Management, Tablet. - Unlimited quantity –- the reader can carry about 17 000 headings at a time; I. INTRODUCTION - Unlimited circulation – no extra charges on additional issues, no old stock quantities of printed books; The electronic book is an electronic version of the - The electronic books are not liable to natural wear and traditional printed books. It can be read on a personal tear; computer, a mobile device or a specialized electronic reading - Nature conservation – it is a lot nicer to read an electronic device. The e-Book (electronic book) as a concept is also used book under the shade of a tree, rather than have it printed out to signify an electronic reading device for books in an of wood-fibre. electronic format. - Interactive approach – the possibility of combining text 1965 is considered to be the year when the development of with graphics, animation, sound, as well as book search; electronic publishing took off, and Theodor Nelson laid the - Possible content update without the need of replacing the foundations of the hypertext, which was later on established book. as a basic format for online text saving. Launched in 1963, In reference to e-Book advantages, the analysis specialist Theodor Nelson developed a model for creation, and by using Michael Ashley published an article in Gizmodo, where he the linked content he coined the terms "hypertext" and pointed out the five most important reasons why authors will "hypermedia" (first published reference 1965[2]). -
Free As in Freedom
Daily Diet Free as in freedom ... • The freedom to run the program, for any purpose (freedom 0). Application Seen elsewhere Free Software Choices • The freedom to study how the program works, and adapt it to Text editor Wordpad Kate / Gedit/Vi/ Emacs your needs (freedom 1). Access to the source code is a precondition for this. Office Suite Microsoft Office KOffice / Open Office • The freedom to redistribute copies so you can help your Word Processor Microsoft Word Kword / Writer Presentation PowerPoint KPresenter / Impress neighbor (freedom 2). Spreadsheet Excel Kexl / Calc • The freedom to improve the program, and release your Mail & Info Manager Outlook Thunderbird / Evolution improvements to the public, so that the whole community benefits (freedom 3). Access to the source code is a Browser Safari, IE Konqueror / Firefox precondition for this. Chat client MSN, Yahoo, Gtalk, Kopete / Gaim IRC mIRC Xchat Non-Kernel parts = GNU (GNU is Not Unix) [gnu.org] Netmeeting Ekiga Kernel = Linux [kernel.org] PDF reader Acrobat Reader Kpdf / Xpdf/ Evince GNU Operating Syetem = GNU/Linux or GNU+Linux CD - burning Nero K3b / Gnome Toaster Distro – A flavor [distribution] of GNU/Linux os Music, video Winamp, Media XMMS, mplayer, xine, player rythmbox, totem Binaries ± Executable Terminal>shell>command line – interface to type in command Partition tool Partition Magic Gparted root – the superuser, administrator Graphics and Design Photoshop, GIMP, Image Magick & Corel Draw Karbon14,Skencil,MultiGIF The File system Animation Flash Splash Flash, f4l, Blender Complete list- linuxrsp.ru/win-lin-soft/table-eng.html, linuxeq.com/ Set up Broadband Ubuntu – set up- in terminal sudo pppoeconf. -
More Latex and Julia and How to Use It to Prepare a Homework
Numerical and Scientific Computing with Applications David F. Gleich CS 314, Purdue By the end of this class, August 31, 2016 • Understand what LaTeX is More LaTeX and Julia and how to use it to prepare a homework. • See functions in Julia and Next class how they help make code HOMEWORK DUE! easy and reusable. Intro to floating point arithmetic • Your last questions about G&C - Chapter 5 Julia! Next next class • Go over common mistakes on the quiz. Labor day! Take a day off Logistics 1. Final exam We will have the final EARLY (December 2) based on the results of the poll which overwhelmingly picked this option. Course Survey Matlab only 33 Numpy/Scipy only 5 Both 16 Latex 9 Taylor series 23 Topics Monte Carlo, ODEs, Matrices Stuff Julia & Mandelbrot sets! Quiz Results … at end of class ... LaTeX • A document typesetting system designed for beautiful mathematical documents. • TeX was designed by Donald Knuth • LaTeX was designed by Leslie Lamport • Both won Turing awards - Nobel prize of CS • You need to “compile” your documents. pdflatex myfile.tex # produces myfile.pdf Recommended packages + editors Windows • MiKTex and TexStudio Mac • MacTex and TexStudio or TexMaker Linux • TeXLive (or apt-get / yum package) + Kile or TexStudio Online • Overleaf • Juliabox Notebooks Making a simple document \documentclass{article} \usepackage[margin=1in]{geometry} \title{My document} \author{David and Collaborators} \begin{document} \maketitle \section{Problem 1} \section*{Solution} \section{Problem 1} \section*{Solution} \end{document} demo Editing a homework demo Back to Julia! . -
The Kate Handbook
The Kate Handbook Anders Lund Seth Rothberg Dominik Haumann T.C. Hollingsworth The Kate Handbook 2 Contents 1 Introduction 10 2 The Fundamentals 11 2.1 Starting Kate . 11 2.1.1 From the Menu . 11 2.1.2 From the Command Line . 11 2.1.2.1 Command Line Options . 12 2.1.3 Drag and Drop . 13 2.2 Working with Kate . 13 2.2.1 Quick Start . 13 2.2.2 Shortcuts . 13 2.3 Working With the KateMDI . 14 2.3.1 Overview . 14 2.3.1.1 The Main Window . 14 2.3.2 The Editor area . 14 2.4 Using Sessions . 15 2.5 Getting Help . 15 2.5.1 With Kate . 15 2.5.2 With Your Text Files . 16 2.5.3 Articles on Kate . 16 3 Working with the Kate Editor 17 4 Working with Plugins 18 4.1 Kate Application Plugins . 18 4.2 External Tools . 19 4.2.1 Configuring External Tools . 19 4.2.2 Variable Expansion . 20 4.2.3 List of Default Tools . 22 4.3 Backtrace Browser Plugin . 25 4.3.1 Using the Backtrace Browser Plugin . 25 4.3.2 Configuration . 26 4.4 Build Plugin . 26 The Kate Handbook 4.4.1 Introduction . 26 4.4.2 Using the Build Plugin . 26 4.4.2.1 Target Settings tab . 27 4.4.2.2 Output tab . 28 4.4.3 Menu Structure . 28 4.4.4 Thanks and Acknowledgments . 28 4.5 Close Except/Like Plugin . 28 4.5.1 Introduction . 28 4.5.2 Using the Close Except/Like Plugin . -
KDE 4 and Programming Tips
KDE 4 and Programming Tips Linux Workshop February 25, 2009 Jeremy Stephens Computer Systems Analyst II What is KDE? What does it all mean? Terminology Linux distribution - a suite of packaged together software that is designed to run on a Linux kernel X window system (aka X or X11) - the software system that provides a graphical user interface (GUI) in Linux systems Desktop environment - software system that provides window management, icons, menus, and mouse interaction (WIMP); in Linux, these run on top of the X window system What is Ubuntu? Ubuntu Variants So, what's this about KDE 4? Beginning with their April 2008 release, Kubuntu began providing KDE version 4 as an optional package. From their October release on, KDE 4 is the default desktop environment. Why should you care? KDE 3 : Kmenu KDE 4 : Kmenu KDE 4 : Kmenu (cont.) KDE 3 : Krunner KDE 4 : Krunner KDE 4 : Other Features Kate now has a shortcut key to switch from editor to terminal Dolphin supports SFTP KRDC is easier to use Kmail is much improved Okular is KPDF evolved See more at http://introducingkde4.blogspot.com/ KDE 4 : Eye Candy KDE 4 Caveats Kprinter is gone :( Some applications are buggy (but they're working on it) Programming Tips Floating Point Arithmetic > 1 - 0.8 == 0.2 [1] FALSE Floating Points (cont.) Floating Points (cont.) > 1 - 0.8 - 0.2 [1] -5.551115e-17 Just like a decimal number can't exactly represent some fractions, floating points can't exactly represent some numbers. (Ex. 1/3 =~ 0.333333333) Floating Points (cont.) So how do I fix this? Generally, don't worry about it Don't use floating points for comparisons (or compare using an epsilon) Don't use floating points for storing monetary values. -
Tools and Methodologies for Developing Interactive Electronic Books
Tools and Methodologies for Developing Interactive Electronic Books Case Study: A Physics Textbook for High School Students MARTINA BRAJKOVIĆ FACULTAD DE INFORMÁTICA UNIVERSIDAD COMPLUTENSE DE MADRID Proyecto de Sistemas Informáticos Ingeniería Informática ERASMUS program June 2014 Advisor: Prof. Federico Peinado Co-advisor: doc.dr.sc. Lidija Mandić I would like to thank my advisor Federico Peinado and co-advisor Lidija Mandić for their help and support throughout this work. Martina Brajkovć autoriza a la Universidad Complutense a difundir y utilizar con fines académicos, no comerciales mencionando expresamente a su autor, tanto la propia memoria, como él código, los contenidos audiovisuales incluso si incluyen imágenes de los autores, la documentación y/o el prototipo desarrollado. Martina Brajković ABSTRACT Electronic books are electronic copy of a book or a book-length digital publication. In the past decade they have become very popular and widely used. Each day more and more publishers digitalize their textbooks and more and more devices are suitable for reading of the electronic books. Huge changes in human communication happened in the late 20th and early 21st century. Due to invention of Internet, information became widely available which changed every segment of human life, especially education. One of the most important applications of electronic books is electronic learning. Electronic learning includes various types of media, such as video, audio, text, images and animations. Interactivity of an electronic book can increase the attention in the classroom and result with better educational performance In this work the process of creation of an interactive electronic book is researched and analyzed. The process includes use of popular Adobe software: InDesign, Photoshop, Illustrator, Captivate and Edge Animate. -
Manual Do Konqueror
Manual do Konqueror Pamela Roberts Desenvolvedores: A equipe do KDE Tradução: Marcus Gama Tradução: André Marcelo Alvarenga Manual do Konqueror 2 Conteúdo 1 Visão Geral 7 2 Fundamentos do Konqueror8 2.1 Iniciando o Konqueror . .8 2.2 As Partes do Konqueror . .9 2.3 Dicas e ’O que é isto?’ . 10 2.4 Ações do Botão Esquerdo e do Meio do Mouse . 10 2.5 Menus do Botão Direito do Mouse . 11 2.6 Vendo Ajuda, Manual e Páginas de Informação . 12 3 O gerenciador de arquivos Konqueror 13 3.1 Pastas e Caminhos . 13 3.2 Modos de exibição . 13 3.2.1 Informações de Dica do Arquivo . 15 3.2.2 Pré-visualizações de Arquivo . 15 3.2.3 Informações na área de exibição . 15 3.3 Propriedades de exibição das pastas . 15 3.3.1 Caixa de diálogo Propriedades de exibição . 16 3.4 Navegação . 16 3.4.1 Encontrando Arquivos e Pastas . 17 3.4.2 Dispositivos removíveis . 17 3.5 Excluindo Arquivos e Pastas . 18 3.6 Movendo e Copiando . 19 3.6.1 Usando Arrastar e Soltar . 19 3.6.2 Nomes de arquivo ou pastas duplicados . 20 3.7 Seleção de itens na área de exibição . 21 3.7.1 Seleção de itens usando o mouse . 21 3.7.2 Seleção de itens usando o teclado . 21 3.7.3 Selecionar itens com o menu . 21 3.8 Criar Novo . 22 3.9 Mudando Nomes e Permissões . 23 3.9.1 Copiar e Renomear . 23 3.10 Configurando as Associações de Arquivos .