Search found 13 matches

by daviddoji
Thu Jul 23, 2015 7:37 pm
Forum: Page Layout
Topic: chapter inherits style from a previous one?
Replies: 1
Views: 2662

chapter inherits style from a previous one?

I'm composing the final version of my PhD thesis for storage in the University. I have a small problem with the abstracts. I wrote them in English and French.

When I print the references for the english abstract, the french abstract takes its headers writing in all the pages "References", as it is ...
by daviddoji
Mon Mar 09, 2015 8:32 pm
Forum: Fonts & Character Sets
Topic: error compiling with LuaLaTeX
Replies: 1
Views: 10452

error compiling with LuaLaTeX

I have a weird problem when I try to compile an append to my CV with LuaLaTeX. The output says something related with MiriadPro fonts, which are installed on my computer. Actually, I installed them to compile the document few months ago, but now it's not working anymore!

I'm using ArchLinux and I ...
by daviddoji
Tue Feb 17, 2015 9:42 pm
Forum: Page Layout
Topic: Remove headers in Bibliography section
Replies: 5
Views: 16268

Re: Remove headers in Bibliography section

It's getting better each time thanks to you!
Just a few remarks:
- How to add a line underneath the headings (as with the fancyhdr package)?

EDIT: adding the option "headsepline" to the scrlayer-scrpage package

- How to put the page number in the bottom of the page??

EDIT: using \cfoot[\pagemark ...
by daviddoji
Tue Feb 17, 2015 12:32 pm
Forum: Page Layout
Topic: Remove headers in Bibliography section
Replies: 5
Views: 16268

Remove headers in Bibliography section

Thanks for the reply Johannes_B.
In writelatex, it still appears headers on the bibliography section.

Tested with this MWE:

\begin{filecontents}{\jobname.bib}
@article{piazzon2010characterization,
author = {Piazzon, N and Rosenthal, M and Bondar, A and Spitzer, D and Ivanov, DA},
journal ...
by daviddoji
Mon Feb 16, 2015 10:03 pm
Forum: Page Layout
Topic: Remove headers in Bibliography section
Replies: 5
Views: 16268

Remove headers in Bibliography section

How to get rid of the headers in the bibliography section?
I'm writing my PhD manuscript and each chapter has its bibliography section. But I don't want headers to appear in the bibliography section.

This is my MWE

Main.tex
\documentclass[12pt,a4paper,twoside]{report}
\usepackage[T1]{fontenc ...
by daviddoji
Mon Feb 16, 2015 6:33 pm
Forum: BibTeX, biblatex and biber
Topic: [SOLVED] Missing headers only after compilation
Replies: 3
Views: 6097

[SOLVED] Missing headers only after compilation

Thanks for the fast reply Johannes_B.

Apparently the problem is with the bibliography. As I said, I've divided my manuscript in chapters. At the end of each chapter I call:

\bibliographystyle{unsrtnat}
\bibliography{biblio}

in order to print it. If I comment this two lines, everything works ...
by daviddoji
Mon Feb 16, 2015 4:54 pm
Forum: BibTeX, biblatex and biber
Topic: [SOLVED] Missing headers only after compilation
Replies: 3
Views: 6097

[SOLVED] Missing headers only after compilation

Hi guys!
I'm getting a weird problem with my main.tex document. I'm compiling my PhD manuscript which is divided into chapters to handle them better.
When I compile for the first time my main.tex with pdflatex, it throws some warnings because of the bibliography and \hbox. But everything is ...
by daviddoji
Sun Jun 02, 2013 5:48 pm
Forum: BibTeX, biblatex and biber
Topic: How to link Kbibtex and TeXmaker?
Replies: 2
Views: 3406

How to link Kbibtex and TeXmaker?

Hi guys,

I'm using TeXmaker as editor and KbibTeX for manage my bibliography.
On KbibTeX there is an option to export directly citations to LyX through a pipe server (I don't know what it is!).
Should be possible to link KbibTeX with TeXmaker through a pipe, like with LyX?
by daviddoji
Fri Dec 21, 2012 9:06 pm
Forum: Text Formatting
Topic: how can I stop subscript?
Replies: 2
Views: 9096

Re: how can I stop subscript?

Vielen Dank Stefan_K!
by daviddoji
Fri Dec 21, 2012 8:33 pm
Forum: Text Formatting
Topic: how can I stop subscript?
Replies: 2
Views: 9096

how can I stop subscript?

\documentclass[a4paper,12pt]{article}
\usepackage{color}

\usepackage[english]{babel}
\usepackage[latin1]{inputenc}

\begin{document}

Note: If you see \textcolor{red}{broken!} in the R_{htr}, the value

\end{document}

After R_{htr}, I need to write again normal text, not subscripted.

How can ...