Search found 13 matches

by jimkaip
Fri Jul 01, 2022 7:06 am
Forum: Graphics, Figures & Tables
Topic: How i can stop text at right?
Replies: 3
Views: 1581

How i can stop text at right?

After i use \AddEverypageHook the text is on every page.
I can not stop it for some pages and after.

\documentclass{article}
\usepackage[top=15mm, bottom=15mm, left=15mm, right=15mm,textwidth=210mm,textheight=297mm]{geometry}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra ...
by jimkaip
Wed Jun 29, 2022 10:14 pm
Forum: Graphics, Figures & Tables
Topic: How i can stop text at right?
Replies: 3
Views: 1581

How i can stop text at right?

Hello.
I have at every page ...
\AddEverypageHook{\begin{tikzpicture}[remember picture, overlay]
\node[draw,minimum width=50mm,rotate=-90,fill=orange,text=blue,font=\LARGE]
at ($(current page.north east) + (-5mm,-25mm)$) {\fontspec[Scale=1.3]{KSAntigone-Bold}THE PAGE};
\end{tikzpicture}}

How i ...
by jimkaip
Sun Dec 05, 2021 7:17 pm
Forum: Text Formatting
Topic: Can we make a press paper like old one?
Replies: 2
Views: 1679

Can we make a press paper like old one?

Thank you, i must go to Scribus.
And i like so much Latex ...
Thank you
Jim.
by jimkaip
Sat Dec 04, 2021 10:35 pm
Forum: Text Formatting
Topic: Can we make a press paper like old one?
Replies: 2
Views: 1679

Can we make a press paper like old one?

Hello.
I am trying to make a press page like old one, i have upload a picture.
Is that possible with Latex to do this, or i might need a dtp program like Scribus for example?
Thank you
Jim
by jimkaip
Sat Dec 04, 2021 8:31 pm
Forum: General
Topic: Null pages
Replies: 5
Views: 4331

Null pages

Thank you.
I just update Live-Tex to version 2019 and everything works fine.
Thank you
Jim.
by jimkaip
Tue Nov 16, 2021 8:28 pm
Forum: General
Topic: Null pages
Replies: 5
Views: 4331

Null pages

Thank you for the answer, just run minimal.
Same condition.
I am attach 1.tex and 1.log files and the produced 1.pdf
Thank you
Jim
by jimkaip
Tue Nov 16, 2021 3:07 pm
Forum: General
Topic: Null pages
Replies: 5
Views: 4331

Null pages

When i am include this pdf the pages are blank.
I am using Linux Mint and TexStudio.

\includepdf[fitpaper=true,pages={-}]{../pdfs/mRNA-1273-VX-Patent-Landscape.pdf}

Thank you
Jim
by jimkaip
Tue Apr 20, 2021 6:10 pm
Forum: General
Topic: \includepdf shows blank pages on some pdf files
Replies: 0
Views: 2697

\includepdf shows blank pages on some pdf files

Hello.
I am using XeLaTeX as my main page editor, on Linux Mint.
I have 3 pdf files to include to main pdf.
\includepdf[fitpaper= true,pages={-}]{../pdfs/ΕΛΕΥΘΕΡΗ-ΩΡΑ-ΕΝΘΕΤΟ-ΤΡΙΤΗΣ-2-ΜΑΡΤΙΟΥ-ΔΗΜΟΣΙΕΥΣΗ-ΜΕΛΕΤΗΣ-ΓΙΑ-COVID-19}
\includepdf[fitpaper= true,pages={-}]{../pdfs/ΕΛΕΥΘΕΡΗ-ΩΡΑ-ΕΝΘΕΤΟ-ΤΡΙΤΗΣ-9 ...
by jimkaip
Sun Dec 08, 2019 11:50 pm
Forum: Text Formatting
Topic: How do not procces mapping control in a sequence of characters
Replies: 1
Views: 1274

How do not procces mapping control in a sequence of characters

37.png 36.png

For example 37.png is the first character but in seeing the last as i can see at 36.png image.

The real codepoints sequence of chars are ...

67694,960,959,67434,74109,71784,67532,956,949

The 67694 char is th 37.png

How i can change that behaviour of mapping?
Here is in visual ...
by jimkaip
Sat Dec 07, 2019 1:37 am
Forum: Text Formatting
Topic: How do not procces mapping control in a sequence of characters
Replies: 1
Views: 1274

How do not procces mapping control in a sequence of characters

Hello.
I have made a wchar_t characters text from many codepoints of my font. All that characters are more than 30000. When see those characters in a sequence there is not seeing wheel because of Unicode mapping. So to represent all that sequences i must use an environment that each character is in ...