Search found 18 matches

by mirou
Tue May 21, 2013 1:13 am
Forum: General
Topic: Bibliography references cited on page xx incorrect
Replies: 1
Views: 3538

Bibliography references cited on page xx incorrect

Ok I found a good solution. The appendix pages shall be named Apdx # (or Anx if you are working on french for instance) and in the main file to define new page numbering you shall write this command before including each appendix file

\pagenumbering{arabic}\renewcommand{\thepage}{Anx.\arabic{page ...
by mirou
Mon May 13, 2013 6:14 pm
Forum: General
Topic: Bibliography references cited on page xx incorrect
Replies: 1
Views: 3538

Bibliography references cited on page xx incorrect

Hello,

I am finalizing my thesis and I have opted to do two volumes (the second dedicated for the appendixes) and the bibliography comes at the end of the first section.
As the appendix restarts page counter, the (cited on page xx) appearing in the bibliography next to each item has now indicated ...
by mirou
Sun Mar 24, 2013 12:52 am
Forum: Graphics, Figures & Tables
Topic: Arrows at cells intersections
Replies: 5
Views: 4273

Arrows at cells intersections

Thanx once more Stefan. I have tried posting the macro in both the formats and definitions file and compiling or in the thesis preambule and compiling (several times), but still it did not work

I am attaching my formats and definitions .tex file and here is a the thesis preambule

\documentclass ...
by mirou
Sat Mar 23, 2013 5:04 pm
Forum: Graphics, Figures & Tables
Topic: Arrows at cells intersections
Replies: 5
Views: 4273

Arrows at cells intersections

Thanxs Stephan,

Your code compiles perfectly on a stand alone .tex file and gives my requested results. However when I try with inside thesis it does not.
the line code \newcommand{\tikzmark}[2]{\tikz[remember picture,baseline=(#1.base)] \node (#1) {#2};} should be inserted in my FormatsAndDefs ...
by mirou
Sat Mar 23, 2013 11:24 am
Forum: Graphics, Figures & Tables
Topic: Arrows at cells intersections
Replies: 5
Views: 4273

Arrows at cells intersections

Hello there,

I have been looking for the following table to insert an arrow that links cell 13 with cell 16 and another that links cells 14 and 15 in the below table, so that these arrows come as a cross on cells intersections
\begin{table}[!ht]
\caption{Composantes }
\label{Composantes }
\begin ...
by mirou
Mon Nov 05, 2012 5:35 pm
Forum: Text Formatting
Topic: Input Encoding for Bibliography
Replies: 1
Views: 2958

Input Encoding for Bibliography

Hello everyone,

I am seeking help regarding my Thesis.bib file which has been behaving strangely ever since I started adding BibTeX items copied from academic journals.

I use TeXShop as an Editor and my preamble has the following: \documentclass[a4paper,12pt,twoside]{StyleThese}
\usepackage ...
by mirou
Sun Mar 11, 2012 11:16 pm
Forum: Graphics, Figures & Tables
Topic: Span a Figure over two Pages
Replies: 1
Views: 2849

Span a Figure over two Pages

Hello TeX friends,

I am using Latex and doing my thesis in memoir class.
I have been able to use the \twopagepicture to span a process map over tow opposite pages in my chapter. However, my figure is reproduced at the end of the chapter not under its relative section.

In my chapter here is the ...
by mirou
Sat Mar 26, 2011 3:12 pm
Forum: Graphics, Figures & Tables
Topic: Problem of itemize inside longtable
Replies: 2
Views: 4265

Problem of itemize inside longtable

Hello,

I am trying to place an itemized list inside a longtable but I am having trouble. Error message is cryptic to me.

Thank you for any help.

\documentclass[a4paper,11pt]{report}

\usepackage{multirow}
\usepackage{multicol}
\usepackage{longtable}

\begin{document}

\begin{center}
\begin ...
by mirou
Sun Dec 19, 2010 2:05 pm
Forum: Graphics, Figures & Tables
Topic: Problem of itemize inside longtable
Replies: 2
Views: 4265

Re: Problem of itemize inside longtable

Hello there,

As far as I know, the normal itemization doesn't work inside a longtable. I'm facing the same issue and trying to see online solutions for it. Somewhere, someone has suggested that he uses a compactitem inside a paralist environment!!! which I don't know much about but having a look at ...
by mirou
Sun Nov 28, 2010 9:11 pm
Forum: Graphics, Figures & Tables
Topic: ltxtable | Not so simple Example
Replies: 1
Views: 10260

ltxtable | Not so simple Example

Well I see that some people are viewing this thread for an answer to their tables problem, but no contribution till now...Hoping to see some contributions :)
-------------------------------------
Dear LaTex Community Friends,

For the sake of knowing how to "exactly" use the ltxtable package, I'm ...