Search found 9 matches

by Akexandre
Tue Apr 07, 2020 12:28 pm
Forum: Graphics, Figures & Tables
Topic: Questions about TikZ with position ("at" and "anchor")
Replies: 6
Views: 25930

Questions about TikZ with position ("at" and "anchor")

For other people, I found this code on internet which is explaining easily the logic about anchor and at

\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning,shapes.arrows}
\definecolor{myblue}{rgb}{0.29,0.5,0.74}
\definecolor{myred}{rgb}{0.73,0.32,0.3}
\definecolor{mygreen ...
by Akexandre
Sat Apr 04, 2020 8:22 pm
Forum: Graphics, Figures & Tables
Topic: Questions about TikZ with position ("at" and "anchor")
Replies: 6
Views: 25930

Questions about TikZ with position ("at" and "anchor")

Thank you Rais for your answer

Indeed it makes things clearer - I have to admit that the logic behind is "somehow" strange in compare to other GUI language

I'm going to play with your explanation and try to move forward.

Thx for your help, it was excatly what I was looking for.

Have a very good ...
by Akexandre
Fri Apr 03, 2020 5:29 pm
Forum: Graphics, Figures & Tables
Topic: Questions about TikZ with position ("at" and "anchor")
Replies: 6
Views: 25930

Questions about TikZ with position ("at" and "anchor")

Thank you for your answer Bartman but it's increasing my comprehension (Path / box.west / box.center) but thx for missing braces - realy good point :)

But I woud like help on my original questions to take the benefits on this instead of having a new example adding complexicity (even if it sounds ...
by Akexandre
Fri Apr 03, 2020 4:41 pm
Forum: Graphics, Figures & Tables
Topic: Questions about TikZ with position ("at" and "anchor")
Replies: 6
Views: 25930

Questions about TikZ with position ("at" and "anchor")

I try again to request your help because I did not have an answer from community and I'm stuck from the first post.

Even a small hint could be very helpful for me :)

Thank you very much for helping me - I would be very nice ;)
by Akexandre
Tue Mar 31, 2020 11:38 am
Forum: Graphics, Figures & Tables
Topic: Questions about TikZ with position ("at" and "anchor")
Replies: 6
Views: 25930

Questions about TikZ with position ("at" and "anchor")

Hello guys

I'm requesting your help because after trying to understand this according to TikZ handbook and many example on internet, I feel lost.

I would like a fancy header with Picture (photo) with a rectangle on top of the page width inside a photo left center inside the box and Name center ...
by Akexandre
Sun Mar 29, 2020 12:58 am
Forum: Graphics, Figures & Tables
Topic: Longtable : Cell jumps current page and exceeds the page after
Replies: 5
Views: 6476

Longtable : Cell jumps current page and exceeds the page after

Hello Ijon Tichy

This is absolutely perfect. The example you gave to me cover exactly the expected result and your additional information gaves me opportunity to reach the next level of my CV (with newenv).

I would like to thank you for your help

Have a very good evening :)
by Akexandre
Thu Mar 26, 2020 8:05 pm
Forum: Graphics, Figures & Tables
Topic: Longtable : Cell jumps current page and exceeds the page after
Replies: 5
Views: 6476

Longtable : Cell jumps current page and exceeds the page after

Hello

May I ask you a quick question related to the useful example you provide ? (with labeling)
I'm going to use it mutlitple time but I would like to have the same size on multiple instance

Here my question : do we have something like variable where I can set a size and I'll use it each time ...
by Akexandre
Thu Mar 26, 2020 2:55 pm
Forum: Graphics, Figures & Tables
Topic: Longtable : Cell jumps current page and exceeds the page after
Replies: 5
Views: 6476

Longtable : Cell jumps current page and exceeds the page after

Thank you very much for responding so quickly :shock:

I like the first approach and It sounds to fit the expected layout I'm looking for ;)

So I'm going to play with labelling and scrextend

Have a very good day and take care of you (especially during this period)
by Akexandre
Thu Mar 26, 2020 4:15 am
Forum: Graphics, Figures & Tables
Topic: Longtable : Cell jumps current page and exceeds the page after
Replies: 5
Views: 6476

Longtable : Cell jumps current page and exceeds the page after

Hello guys

I'm a beginner and I'm using Overleaf for making a CV 8-)

Here my issue :
I want something like an array with Column left date and Colomn right the related tasks (and over things inside like List / custom parbox / etc : so containt is really big).

It appears by using this approach ...