Search found 15 matches

by ziselos
Sun Sep 16, 2018 12:22 pm
Forum: Graphics, Figures & Tables
Topic: list of figures
Replies: 6
Views: 4101

list of figures

Thank you Stefan, i agree with you. I run the file as you said and the export is what i want.
Thanks again for your help.
by ziselos
Sun Sep 16, 2018 8:42 am
Forum: Graphics, Figures & Tables
Topic: list of figures
Replies: 6
Views: 4101

list of figures

Ok i opened the lof file and saw its content. It is something like this:
\select@language {english}
\addvspace {10\p@ }
\addvspace {10\p@ }
\contentsline {figure}{\numberline {2.1}{\ignorespaces A test}}{7}{figure.2.1}
\addvspace {10\p@ }
\contentsline {figure}{\numberline {3.1}{\ignorespaces A ...
by ziselos
Sat Sep 15, 2018 11:33 pm
Forum: Graphics, Figures & Tables
Topic: list of figures
Replies: 6
Views: 4101

list of figures

Yes I can see it each time I export PDF again. So is there a way to edit it? Open it and see its format?
by ziselos
Sat Sep 15, 2018 5:48 pm
Forum: Graphics, Figures & Tables
Topic: list of figures
Replies: 6
Views: 4101

list of figures

I would like to ask if there is a way to export the list of figures to a separate file (CSV, pdf or any other)? Just as it is produced in the pdf file :

Figure label page number
figure 1 10
figure 2 20

My purpose is to be able to have a file with figures and page number of them, every time I make ...
by ziselos
Thu Apr 12, 2018 7:40 pm
Forum: Text Formatting
Topic: page number format
Replies: 2
Views: 4837

page number format

I just tested your code and works fine. It is exactly what i wanted.
Thanks a lot.
by ziselos
Wed Apr 11, 2018 10:39 am
Forum: Text Formatting
Topic: page number format
Replies: 2
Views: 4837

page number format

Hello,
I am trying using XeLaTex to get page number in a format like below (number into brackets):
(1), (2), (3) etc. and in bigger font size (24pt).I want to place the page number on Top and Right of my page.
I wrote this using fancyhdr package:

\documentclass[12pt]{report}
\usepackage{fancyhdr ...
by ziselos
Wed Apr 11, 2018 7:59 am
Forum: General
Topic: From multiple md files to one tex
Replies: 2
Views: 4231

From multiple md files to one tex

Removing -s (standalone) from Makefile solve my problem. Without -s i get only the content of each tex file and then i can include them in main tex file.
by ziselos
Tue Apr 10, 2018 5:29 pm
Forum: General
Topic: From multiple md files to one tex
Replies: 2
Views: 4231

From multiple md files to one tex

Hello,
During my thesis I have multiple md (markdown) files in a git repository. All these md files are chapters of a final book pdf that I want to generate. I would like to use XeLatex so I am thinking of converting all md files to tex files (using pandoc) and then include them in final book.tex ...
by ziselos
Thu Mar 15, 2018 9:57 pm
Forum: General
Topic: Align three supervisors text in same row
Replies: 3
Views: 5024

Align three supervisors text in same row

That was exactly what i wanted. Thank you both!
by ziselos
Mon Mar 12, 2018 7:28 pm
Forum: General
Topic: Align three supervisors text in same row
Replies: 3
Views: 5024

Align three supervisors text in same row

Hello,
I use the code below (in XeLatex) in order to import three thesis supervisors signature, name and title.
\documentclass[a4paper]{report}
\begin{document}

Supervisors\\[12pt]
\newcommand\Sigline[4][t]{%
\parbox[#1]{.333\linewidth}{\raggedright#2}%
\parbox[#1]{.333\linewidth}{\raggedright#3 ...