Search found 19 matches

by GenisToii
Mon Apr 01, 2013 5:38 pm
Forum: Graphics, Figures & Tables
Topic: Working TikZ and Pgf figures as a graphic?
Replies: 7
Views: 7517

Re: Working TikZ and Pgf figures as a graphic?

Mmmmm... I feel kind of stupid xd But I think there was a sintax of tikz that gave me errors with wrapfigure. Well, thank you Stefan_K and sorry for that silly question then. If I find again with some syntax problem I would ask directly.
by GenisToii
Sun Mar 31, 2013 3:04 pm
Forum: Graphics, Figures & Tables
Topic: Working TikZ and Pgf figures as a graphic?
Replies: 7
Views: 7517

Working TikZ and Pgf figures as a graphic?

Here it is:

\documentclass{article}
\usepackage[top=1.00cm]{geometry}
\usepackage{tikz}
\usepackage{wrapfig}

\begin{document}
\begin{figure}
\centering
\includegraphics[width=0.1\linewidth,height=0.1\textheight]{images.jpg}
\end{figure}

\begin{flushleft}
\includegraphics[width=0.1\linewidth ...
by GenisToii
Sat Mar 30, 2013 10:39 pm
Forum: Graphics, Figures & Tables
Topic: Working TikZ and Pgf figures as a graphic?
Replies: 7
Views: 7517

Re: Working TikZ and Pgf figures as a graphic?

First for Localgosht, I created a basic pdf document with the same image in different places (it's attached to the reply). I would like to know how to make the same but with a tikz figures, to control the place where would be shown perfectly.

Second, thanks to Stefan_K. I hadn't got time to ...
by GenisToii
Wed Mar 27, 2013 9:00 pm
Forum: Graphics, Figures & Tables
Topic: Working TikZ and Pgf figures as a graphic?
Replies: 7
Views: 7517

Working TikZ and Pgf figures as a graphic?

Hi everyone!

These days I'm entering in the world of the TikZ and PGF and I have one doubt: it's wonderful to could create figures with commands by your own and that but...

How can I control the PLACE where it would appear? I mean like when you have \includegraphics and you can specify at right ...
by GenisToii
Tue Jun 19, 2012 5:08 pm
Forum: Fonts & Character Sets
Topic: Combine different Fonts in one Document
Replies: 1
Views: 3902

Combine different Fonts in one Document

Hi everyone!

I searched a lot in Internet and I found this website where there are a lot of different font styles for the normal text and math mode text.

http://mirror.ctan.org/info/Free_Math_Font_Survey/en/survey.html

Then the next question is: how I could combine them? I mean, I know that one ...
by GenisToii
Sat Jan 07, 2012 1:30 am
Forum: Page Layout
Topic: Header with Chapter*
Replies: 3
Views: 2523

Header with Chapter*


precise is very good! Perhaps show a small compilable code example, with document class and packages and settings you use, so we can precisely solve it.

I can't put all my .tex but I will present my preamble:


\documentclass[11pt]{report}

\usepackage[catalan]{babel}
\usepackage[utf8]{inputenx ...
by GenisToii
Sat Jan 07, 2012 12:04 am
Forum: Page Layout
Topic: Header with Chapter*
Replies: 3
Views: 2523

Header with Chapter*

Hi!

I'll wanna ask some things about pagestyle{fancy}, precisly about the headings.

I'll would like to know how to make a heading with the title of each chapter and chapter* whitout "Chapter 1. NAME OF THE CHAPTER" only with "NAME OF THE CHAPTER". I think it can does changing the command \leftmark ...
by GenisToii
Wed Jan 04, 2012 4:56 pm
Forum: Text Formatting
Topic: Changes the space between texts and equations
Replies: 2
Views: 2412

Re: Changes the space between texts and equations

Oh they are the best! Thanks a lot Stefan!

Over all the third one, i'lll recommend to everyone :D
by GenisToii
Wed Jan 04, 2012 3:27 pm
Forum: Text Formatting
Topic: Changes the space between texts and equations
Replies: 2
Views: 2412

Changes the space between texts and equations

Hi!

I wanna know how to modify the space between text and equation (above and below) but I can't find anything usefull in internet.

I find this topic http://www.latex-community.org/forum/viewtopic.php?f=5&p=15679 but I'll tried the example in that topic and \abovedisplayskip and ...
by GenisToii
Wed Jan 04, 2012 3:19 pm
Forum: Text Formatting
Topic: Command to write "usual" text in LaTeX
Replies: 7
Views: 4750

Re: Command to write "usual" text in LaTeX

It had been solved. I had the both packages (verbatim and spverbatim) and it makes the errors, now it's ok.