Search found 12 matches

by renato07
Thu Mar 21, 2024 6:55 pm
Forum: Graphics, Figures & Tables
Topic: fancyhdr question
Replies: 1
Views: 1106

fancyhdr question

Hi,
I would add an header on my page, made by 3 images: 1 left. 1 center, one right.
One people tells me to use this code that I add on my .tex file in this way:
\documentclass{article}
\usepackage{graphicx} % Required for inserting images
\usepackage{fancyhdr}
\fancyhead[C]{}
\fancyhead[L ...
by renato07
Tue Mar 12, 2024 11:44 am
Forum: Text Formatting
Topic: how to obtain specific header on different page
Replies: 1
Views: 3321

how to obtain specific header on different page

ok, It seems that this works: \thispagestyle{special}
at the top of the page ("special" is the name of my fancyhdr style), but the sequents commands:

\thispagestyle{special}
\vspace{55cm}
\begin{multicols}{3}
\vspace{5cm}
\begin{center}
\textbf{MANIFESTO DEI VALORI}
\end{center}
\vspace{5mm ...
by renato07
Tue Mar 12, 2024 10:29 am
Forum: Text Formatting
Topic: how to obtain specific header on different page
Replies: 1
Views: 3321

how to obtain specific header on different page

Hi,
I would obtain two different header on different page of my Latex newspaper. I've already ask that on a different forum, and they suggest me to use fancyhdr package.I've created two different fancy headers, this:
-------------------------------------------

%--------costruisce l'intest ...
by renato07
Sun Mar 10, 2024 2:02 pm
Forum: Page Layout
Topic: is it possible to insert text on my \fancyhead header?
Replies: 0
Views: 4248

is it possible to insert text on my \fancyhead header?

Hi,
I have this two header on my .tex:

\documentclass[a3paper,12pt,portrait]{article}
\usepackage[italian]{babel} %--setta regole lingua italiana
\usepackage[ddmmyyyy]{datetime} %--setta data formato IT
\usepackage{graphicx}
\usepackage[document]{ragged2e} %--per allineamento testo a dx, sx o ...
by renato07
Mon Feb 27, 2023 2:17 pm
Forum: Text Formatting
Topic: how to use industrie font
Replies: 1
Views: 1747

how to use industrie font

Hi,
I need to use a particular font on my article (industrie).
I don't remember how I've to set it.

Can someone help me to solve this stupid issue?

Thank you

Renato
by renato07
Sat Dec 12, 2015 10:52 pm
Forum: General
Topic: Flowchart with TikZ
Replies: 8
Views: 9815

Re: tikz problem

yes Stefan, it works! In a great way! I think to be on the right way for my work.

Really thank you!

Renato

ps
i STILL do not close the thread :roll:
by renato07
Sat Dec 12, 2015 6:26 pm
Forum: General
Topic: Flowchart with TikZ
Replies: 8
Views: 9815

Flowchart with TikZ

ok,
I've simplified the code:
\documentclass[x11names]{article}
\usepackage{tikz}
\usepackage{verbatim}
\usepackage[active,tightpage]{preview}
\usepackage[latin1]{inputenc} %----permette l' uso dei caratteri accentati
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{5mm ...
by renato07
Sat Dec 12, 2015 4:45 pm
Forum: General
Topic: Flowchart with TikZ
Replies: 8
Views: 9815

Flowchart with TikZ

Hi,
I am upset :?
I can't find the prob on this code

\documentclass[x11names]{article}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,chains}
%%%<
\usepackage{verbatim}
\usepackage[active,tightpage]{preview}
\usepackage[latin1]{inputenc} %----permette l' uso dei caratteri accentati ...
by renato07
Fri Dec 11, 2015 11:11 am
Forum: General
Topic: Flowchart with TikZ
Replies: 8
Views: 9815

Flowchart with TikZ

Hi Stefan,
I read your answer, but had no time to answer you :(
I've tried the example that you sudgest to me, added a single raw (with the join parameter) but I receive an error. Maybe the prob could reside in the chain syntax
\documentclass[x11names]{article}
\usepackage{tikz}
\usetikzlibrary ...
by renato07
Mon Nov 30, 2015 11:15 pm
Forum: General
Topic: Flowchart with TikZ
Replies: 8
Views: 9815

Flowchart with TikZ

Hi,
I'm trying to use thi powerfull library, to create a simple flow-chart.
I've seen this beautifull example http://www.texample.net/tikz/examples/flexible-flow-chart/
and now, I'm trying to reproduce it, with some variantion.
I would use the comfortable parameter join to connect block. I don't ...