Search found 13 matches
- Wed Mar 23, 2011 7:50 pm
- Forum: Graphics, Figures & Tables
- Topic: pst-tree won't compile
- Replies: 4
- Views: 2759
Re: pst-tree won't compile
Herbert, you're a genius! It did the trick. Thanks.
- Wed Mar 23, 2011 7:48 pm
- Forum: Graphics, Figures & Tables
- Topic: pst-tree won't compile
- Replies: 4
- Views: 2759
pst-tree won't compile
Unfortunately I'm using old MikTeX 2.7 which is no longer supported and hence can't update on-line via mpm.localghost wrote:Packages are usually installed by the package manager of your LaTeX distribution.
- Wed Mar 23, 2011 2:48 pm
- Forum: Graphics, Figures & Tables
- Topic: pst-tree won't compile
- Replies: 4
- Views: 2759
pst-tree won't compile
Hello guys,
Just installed pst-tree package from http://ctan.uni-altai.ru/graphics/pstricks/contrib/pst-tree/ into my local texmf tree (I'm using WinEdt). I put 'pst-tree.sty' into 'texmf\tex\latex\pstricks' and 'pst-tree.tex' into 'texmf\tex\generic\pstricks'. Then I ran 'mo.exe' and clicked ...
Just installed pst-tree package from http://ctan.uni-altai.ru/graphics/pstricks/contrib/pst-tree/ into my local texmf tree (I'm using WinEdt). I put 'pst-tree.sty' into 'texmf\tex\latex\pstricks' and 'pst-tree.tex' into 'texmf\tex\generic\pstricks'. Then I ran 'mo.exe' and clicked ...
- Tue Sep 14, 2010 12:32 pm
- Forum: Page Layout
- Topic: Incorrect page numbers position
- Replies: 8
- Views: 6394
Incorrect page numbers position
Perfect. meho_r, thanks for the follow-up.
For those who are searching for the answer:
For those who are searching for the answer:
Code: Select all
\makeatletter
\let\ps@plain\ps@fancy
\makeatother
- Tue Sep 14, 2010 7:41 am
- Forum: General
- Topic: Dashes disappear
- Replies: 0
- Views: 1743
Dashes disappear
When I zoom in/out my document in Yap (dvi) or Acrobat Reader (pdf) I sometimes see en-dashes (--) and sometimes don't. It happens for en-dashes in itemized lists, bibliography ranges (110-115) created by 'cite' package and probably all other cases. Same thing for em-dashes (---).
For instance ...
For instance ...
- Tue Sep 14, 2010 7:25 am
- Forum: Page Layout
- Topic: Incorrect page numbers position
- Replies: 8
- Views: 6394
Incorrect page numbers position
localghost, thank you for the tip. Am I understanding correctly that I should redefine plain style along with the default layout like this:
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhead[C]{\fontsize{14}{0 ...
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhead[C]{\fontsize{14}{0 ...
- Mon Sep 13, 2010 7:45 am
- Forum: Page Layout
- Topic: Incorrect page numbers position
- Replies: 8
- Views: 6394
Incorrect page numbers position
I use book documentclass and fancyhdr package to put page numbers top centered like this:
\documentclass[oneside]{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhead[C]{\fontsize{14}{0}\selectfont\thepage ...
\documentclass[oneside]{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhead[C]{\fontsize{14}{0}\selectfont\thepage ...
- Sun Sep 12, 2010 1:51 pm
- Forum: Graphics, Figures & Tables
- Topic: Underlined table caption
- Replies: 7
- Views: 5199
Re: Underlined table caption
localghost, I can't edit my first two messages. Dunno why.
- Sun Sep 12, 2010 1:36 pm
- Forum: Graphics, Figures & Tables
- Topic: Underlined table caption
- Replies: 7
- Views: 5199
Re: Underlined table caption
meho_r, thank you for the follow-up.
- Sun Sep 12, 2010 6:48 am
- Forum: Text Formatting
- Topic: Prevent hyphenation in TOC
- Replies: 2
- Views: 4202
Re: Prevent hyphenation in TOC
Perfect. Thank you.