Search found 38 matches

by anta40
Tue Jul 19, 2016 4:22 am
Forum: General
Topic: Looking for a LaTeX photobook template
Replies: 4
Views: 11017

Looking for a LaTeX photobook template

Hello all,

Sorry for the late reply.

Using the same template linked in my first post, I still couldn't built the PDF. And no, I didn't touch the Makefile :)

If I understand the Makefile properly, a "make book-web" or "make book-blurb" is sufficient for my case. But running them doesn't produce ...
by anta40
Sun Jun 05, 2016 12:52 pm
Forum: General
Topic: Looking for a LaTeX photobook template
Replies: 4
Views: 11017

Looking for a LaTeX photobook template

Ah, I forgot the tell you the template I'm actually editing is available on this page .
It's inspired by the template linked on the first post.

@Johannes_B
I'm not at home. Will upload my modifications as soon as I get home.

@Stefan_K
Of course I'll prefer customizable photos and text layout ...
by anta40
Sat Jun 04, 2016 6:24 pm
Forum: General
Topic: Looking for a LaTeX photobook template
Replies: 4
Views: 11017

Looking for a LaTeX photobook template

I and several photography enthusiasts are working on a hobby (non-commercial) project, and we decide to make a photobook. Currently, we use Adobe InDesign for that goal. Yet somehow I'm curious to build the book myself using LaTeX.

A quick Google search pointed me to: LATEX TEMPLATES FOR POD ...
by anta40
Fri Jan 31, 2014 5:41 am
Forum: Text Formatting
Topic: Adjusting text in family tree nodes
Replies: 1
Views: 5549

Adjusting text in family tree nodes

Let's say we have this hypothetical family tree
\documentclass{beamer}
\usepackage{tikz}
\usepackage{verbatim}
%\usepackage[active,tightpage]{preview}
%\PreviewEnvironment{tikzpicture}
%\setlength\PreviewBorder{15pt}%
\usetheme{default}
\usetikzlibrary{trees}
\begin{document}


\begin{frame}{Hello ...
by anta40
Fri Jan 31, 2014 5:25 am
Forum: Graphics, Figures & Tables
Topic: Making family tree presentation slide
Replies: 2
Views: 5184

Re: Making family tree presentation slide

Ah that works. Thank you
by anta40
Sat Jan 25, 2014 11:38 am
Forum: Graphics, Figures & Tables
Topic: Making family tree presentation slide
Replies: 2
Views: 5184

Making family tree presentation slide

I was asked to make presentation slides that depicted our family tree.
And then I decided to try beamer for that purpose.

Based on these 2 examples, I made my first attempt:
http://www.texample.net/media/tikz/examples/TEX/family-tree.tex
http://www.math.umbc.edu/~rouben/beamer/quickstart-Z-H-3.html ...
by anta40
Fri Dec 30, 2011 11:56 am
Forum: General
Topic: Drawing a Family Tree
Replies: 3
Views: 16733

Drawing a Family Tree

Is there any LaTeX package that can be used to draw family tree (hopefully it's relatively easy)?
Something like this:

The rectangle means men, and rounded rectangle means women.
Oh the left, there are numbers which are meant to indicate the number of the generation.
by anta40
Sun Nov 06, 2011 3:59 pm
Forum: Texmaker and TeXstudio
Topic: Projects View
Replies: 0
Views: 2013

Projects View

Now I'm using Texmaker, because it's a good cross platform LaTeX IDE (previously using WinShell). One feature from WinShell that I think missing in Texmaker is the Project Viewer.

Does Texmaker have it? It's nice to manage LaTeX projects which contains multiple source files, images, etc.
by anta40
Mon Sep 26, 2011 2:33 pm
Forum: General
Topic: Comprehensive browsable LaTeX Documentation
Replies: 1
Views: 1783

Comprehensive browsable LaTeX Documentation

I'm looking for comprehensive browsable LaTeX manual, something like http://download.oracle.com/javase/6/docs/api/ or http://php.net/manual/en/index.php. Is such thing available?
by anta40
Sat Jul 17, 2010 5:03 pm
Forum: Text Formatting
Topic: Uppercased character after a lettrine?
Replies: 1
Views: 2436

Uppercased character after a lettrine?

Here is a paragraph I made involving lettrine.

\documentclass[a4paper]{article}
\usepackage{lettrine}

\begin{document}

\lettrine{T}he American Kennel Club (AKC) breed standard calls for a natural range of size, with a desired freighting size of 23 inches (584 mm) and 75 pounds (34 kg) for ...