Giter VIP home page Giter VIP logo

the-little-mongodb-book's Introduction

Acerca

El pequeño libro MongoDB es un libro gratuito introductorio a MongoDB.

El libro fue creado poco después de la creación del tutorial interactivo de MongoDB. De esta forma los dos pueden ser vistos como complementos.

El libro fue escrito por Karl Seguin, con la asistencia de Perry Neal.

Licencia

El libro es distribuido gratuitamente bajo la licencia Reconocimiento-NoComercial 3.0 Unported (CC BY-NC 3.0).

Formatos

El libro esta escrito en markdown y convertido a PDF usando PanDoc. Algunos comandos específicos de LaTex fueron usados en el archivo markdown para ayudar a la generación del pdf (para la pagina pequeña y los saltos de pagina entre capítulos).

Las plantillas LaTex usan el Resaltado javscript de Lena Herrmann.

Formatos Kindle y ePub creados usando PanDoc. Corre make en/mongodb.mobi para generarlo.

Generando el PDF

He usado una variacion de https://github.com/claes/pandoc-templates para generar el pdf:

#!/bin/sh
paper=a4paper
hmargin=3cm
vmargin=3cm
fontsize=11pt

mainfont=Verdana
sansfont=Tahoma
monofont="Courier New"
language=english
nohyphenation=false
columns=onecolumn
geometry=portrait
nohyphenation=true


markdown2pdf --xetex --template=template/xetex.template \
-V paper=$paper -V hmargin=$hmargin -V vmargin=$vmargin \
-V mainfont="$mainfont" -V sansfont="$sansfont" -V monofont="$monofont" \
-V geometry=$geometry -V alignment=$alignment -V columns=$columns \
-V fontsize=$fontsize -V nohyphenation=$nohyphenation \
-V toc=$toc --listings es/mongodb.markdown -o mongodb.pdf 

Imagen de Titulo

Se ha incluido un PSD de la imagen. La fuente usada es Comfortaa.

the-little-mongodb-book's People

Contributors

uokesita avatar robduncan avatar ivanacostarubio avatar olt avatar csterritt avatar jcborras avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.