All files in attachment. As seen in pdf: Graph 0.1: Sample
the red text is another font and while displaying big it got pixelised.
PDF viewer: foxit reader
Creator: MikTeX 1.4
\documentclass[a4paper,11pt,oneside,fleqn]{book}
%\usepackage[bold]{bookmark}
\usepackage[a4paper,top=3cm,left=4cm,right ...
Search found 12 matches
- Sat Apr 03, 2010 12:03 pm
- Forum: General
- Topic: New float, font problem
- Replies: 2
- Views: 2255
- Sat Apr 03, 2010 10:32 am
- Forum: General
- Topic: New float, font problem
- Replies: 2
- Views: 2255
New float, font problem
I created a new float for graphs. (Maybe there's a package for?)
I'm using this code:
\floatstyle{plain}
\newfloat{graph}{thpb}{logr}[chapter]
\floatname{graph}{Graph}
\newcommand{\listofgraphs}{\listof{graph}{List of Graphs}}
There seems to be something wrong. I declared also this ...
I'm using this code:
\floatstyle{plain}
\newfloat{graph}{thpb}{logr}[chapter]
\floatname{graph}{Graph}
\newcommand{\listofgraphs}{\listof{graph}{List of Graphs}}
There seems to be something wrong. I declared also this ...
- Fri Mar 19, 2010 9:30 pm
- Forum: General
- Topic: Hyperref + apacite
- Replies: 0
- Views: 1058
Hyperref + apacite
Hyperref and apacite goes wrong. It seems to be a known issue. Can I force hyperref to stop linking the bibliographic references?
- Fri Mar 19, 2010 9:27 pm
- Forum: General
- Topic: separate list of tables for appendix
- Replies: 1
- Views: 2373
Re: separate list of tables for appendix
I think you can define a new float table2 and use that in the appendix. See the float package for details.
\floatstyle{plain}
\newfloat{table2}{thpb}{tab2}[chapter]
\floatname{table2}{Table}
\newcommand{\listoftable2}{\listof{table2}{List of tables}}
\floatstyle{plain}
\newfloat{table2}{thpb}{tab2}[chapter]
\floatname{table2}{Table}
\newcommand{\listoftable2}{\listof{table2}{List of tables}}
- Fri Mar 19, 2010 9:24 pm
- Forum: Document Classes
- Topic: Change book for sections/chapter marks
- Replies: 8
- Views: 6456
Change book for sections/chapter marks
Another question. I need to change the section and subsections in this was.
1.2.3 Test Section
where Test would be aligned left to the margin. (1.2.3 is in the margin)
Just for the community. I solved my problem with titlesec (which caused layout problems) :
%BEGIN: hanging section numbers ...
- Sun Mar 14, 2010 9:24 pm
- Forum: General
- Topic: Caption and footnote
- Replies: 2
- Views: 1764
Re: Caption and footnote
Thanks. I'll try it out. I found also difficulties with long footnotes, continued on the next page. Is there a way to change the maximum footnote length?
- Sat Mar 13, 2010 10:46 am
- Forum: General
- Topic: Caption and footnote
- Replies: 2
- Views: 1764
Caption and footnote
I need to have a footnote in a caption.
I have something like this:
Table is displaced on page 8 and footnote on page 7. What causes this problem?
I have something like this:
Code: Select all
\begin{table}[t]
<cutted useless text>
\caption{Foo\protect\footnotemark }
\end{table}
\footnotetext{Bar}
- Tue Jan 12, 2010 11:37 am
- Forum: Document Classes
- Topic: Change book for sections/chapter marks
- Replies: 8
- Views: 6456
Change book for sections/chapter marks
I have some problems with the spacing. Adding a tabbing environment in the title headings adds space before and after that environment. Is there a way to set the space before and after to 0 points so I can use the \titlespacing*{\subsection}{0pt}{0pt}{14pt} as a normal spacing?
PS: I solved my ...
PS: I solved my ...
- Mon Jan 11, 2010 2:33 pm
- Forum: Document Classes
- Topic: Change book for sections/chapter marks
- Replies: 8
- Views: 6456
Change book for sections/chapter marks
I found it here: C:\MiKTeX 2.8\tex\latex\ltxmisc\section.sty
Seems very difficult to change that. I ll keep the titlesec solution. For the titlesec solution I have one more question:
\titleformat{\chapter}[block]
{\normalfont\sffamily} %format
{\begin{tabbing} \=\= \kill \> \thechapter \' \> #1 ...
Seems very difficult to change that. I ll keep the titlesec solution. For the titlesec solution I have one more question:
\titleformat{\chapter}[block]
{\normalfont\sffamily} %format
{\begin{tabbing} \=\= \kill \> \thechapter \' \> #1 ...
- Sun Jan 10, 2010 8:58 pm
- Forum: Document Classes
- Topic: Change book for sections/chapter marks
- Replies: 8
- Views: 6456
Change book for sections/chapter marks
Thx, that works. Any idea why titlesec won't do that? For the moment I need to change chapters in that way en the sections with titlesec. If I want to change the sections without titlesec I suppose change must be made in the \@sectionstart command. In which file can I find that command?