Search found 20 matches

by ignasi
Tue Mar 17, 2015 12:04 pm
Forum: Graphics, Figures & Tables
Topic: arranging a lot of pictures
Replies: 4
Views: 7911

arranging a lot of pictures

I'm not sure to understand the problem. If you know how many figures you want to place on a page and you know page space, you can adjust all figures to have an specific size in \includegraphics (or \tcbincludegrpahics) options.

In any case I've made some adjustments to previous code (I've include ...
by ignasi
Tue Mar 10, 2015 6:47 pm
Forum: General
Topic: Dimensions in Diagrams TIKZ CLASS
Replies: 1
Views: 4939

Dimensions in Diagrams TIKZ CLASS

By default Tikz uses `cm` as unit. Therefore, (1,2) means a point 1cm to the right and 2cm up from origin. You can use `mm` as units with
\begin{tikzpicture}[x unit=1mm, y unit=1mm]
With this code (1,2) means a point 1mm right and 2mm up from origin.

You can also change units when you want. If ...
by ignasi
Tue Mar 10, 2015 6:23 pm
Forum: Graphics, Figures & Tables
Topic: arranging a lot of pictures
Replies: 4
Views: 7911

arranging a lot of pictures

tcolorbox package provides a tcbraster environment which solves this problem. Author just need to include a list of images with \tcbincludegraphics command and tcolorbox will adjust their size and organize them into a rectangular array. It uses as many pages are needed to include all desired images ...
by ignasi
Wed Mar 04, 2015 1:09 pm
Forum: General
Topic: newcommand # for arguments produces error
Replies: 2
Views: 4965

newcommand # for arguments produces error

I think the problems come from a wrong placed }.
Does

Code: Select all

\newcommand{\mpout}[2]{\begin{center}\color{blue}{#1}\end{center}{\vspace{-25pt}{\hfill {\bf{#2}}} \\}}
what you want?
by ignasi
Wed Mar 04, 2015 12:11 pm
Forum: Announcements
Topic: Get the "LaTeX Beginner's Guide" ebook for free
Replies: 34
Views: 125103

Re: Get the "LaTeX Beginner's Guide" ebook for free

Thank you very much.
by ignasi
Thu Dec 27, 2012 10:42 pm
Forum: Graphics, Figures & Tables
Topic: Rectangles around Table Cells
Replies: 8
Views: 14519

Rectangles around Table Cells

I think that the line which marks negate or not negate variables is not necessary if you uses 0 and 1 to label rows and columns, but, in any case, I've made some changes to the code and something similar to wanted lines and labels are shown now.

I hope you could adapt the code to your needs ...
by ignasi
Fri Dec 21, 2012 9:49 am
Forum: Graphics, Figures & Tables
Topic: Rectangles around Table Cells
Replies: 8
Views: 14519

Re: Rectangles around Table Cells

Have you tested the code I posted in my previous answer?

Ignasi
by ignasi
Wed May 25, 2011 12:50 pm
Forum: Graphics, Figures & Tables
Topic: Rectangles around Table Cells
Replies: 8
Views: 14519

Rectangles around Table Cells

I've found my tikz code for Karnaugh maps. Command names are in catalan, but I've added some comments in English. I hope you could understand them. You only need tikz. Next you'll find the code with two examples using it.

Best regards,

Ignasi

\documentclass{article}
\usepackage{tikz ...
by ignasi
Wed May 25, 2011 9:27 am
Forum: Graphics, Figures & Tables
Topic: Rectangles around Table Cells
Replies: 8
Views: 14519

Rectangles around Table Cells

Do you know the karnaugh package on CTAN?

I used it long time ago. More recently, but still some years ago I made some Karnaugh maps with TikZ. If you are interested I can send you some example.

Ignasi
by ignasi
Thu Nov 18, 2010 6:36 pm
Forum: Page Layout
Topic: thesis headings
Replies: 4
Views: 3067

Re: thesis headings

Memoir class declares sectioning commands with three parameters like

\chapter[toc title][heading title]{title}

Ignasi