Search found 9 matches

by apollo_el
Thu Dec 15, 2011 1:02 am
Forum: Others
Topic: Does PCTeX have proper e-TeX support?
Replies: 4
Views: 31435

Re: Does PCTeX have proper e-TeX support?

I confirm that the steps, described above, solve the problem with PCTeX. It will also ask you for a number of files to download (which it requires in order to compile); this is ok.
In my case, it gave me an error :
"missing xargs.sty"

Just download it from:

http://ctan.mackichan.com/macros ...
by apollo_el
Sat Dec 10, 2011 9:24 pm
Forum: General
Topic: hyperref | Ampersand Problem in URL
Replies: 6
Views: 13713

hyperref | Ampersand Problem in URL

Today, I figured this out, thus I'm replying to this post, for any future readers. The problem was with PCTeX 6.1, which was using an old (2007) version of the hyperref package. I downloaded the latest one from http://www.tug.org/applications/hyperref/ (the TDS format), and copied pasted the files ...
by apollo_el
Sun Sep 25, 2011 3:45 pm
Forum: Others
Topic: Does PCTeX have proper e-TeX support?
Replies: 4
Views: 31435

Does PCTeX have proper e-TeX support?

Greetings,

I have the exact same problem with PCTex (same version). Here's what my log reads:
This is pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2c 7.5.3)
Source specials enabled.
%&-line parsing enabled.
output format initialized to PDF
(./test.tex
LaTeX2e <2005/12/01>
(c:/Program Files (x86 ...
by apollo_el
Thu Sep 22, 2011 10:15 pm
Forum: General
Topic: hyperref | Ampersand Problem in URL
Replies: 6
Views: 13713

Re: hyperref | Ampersand Problem in URL

No Sir. I beg to differ. This aint the problem.
I actually included the \hyperref just to put things on the same footing, compared to your previous example.
Dropping it makes no difference, at least in my case.

Speaking of listening to the compiler, now and then, this is what it gives me ...
by apollo_el
Thu Sep 22, 2011 7:53 pm
Forum: General
Topic: hyperref | Ampersand Problem in URL
Replies: 6
Views: 13713

hyperref | Ampersand Problem in URL

Thank you for your prompt reply. What you suggest above works for me, as well. Hence, I followed your advice. I minimized my code, for obvious reasons:


\documentclass[11pt,a4paper]{moderncv}
% character encoding
\usepackage[utf8]{inputenc}

\usepackage{hyperref}

% moderncv themes ...
by apollo_el
Thu Sep 22, 2011 5:15 pm
Forum: General
Topic: hyperref | Ampersand Problem in URL
Replies: 6
Views: 13713

hyperref | Ampersand Problem in URL

Greetings,

I need to have an ampersand (&) in my url. I have to escape it by \& to be able to compile my latex code. When I produce the .pdf file with the clickable hyperlink, in the url the whole \& is shown and destroys the link.
Anybody knows a workaround?

i.e. I would like to have: \href ...
by apollo_el
Sun Sep 18, 2011 11:27 pm
Forum: Page Layout
Topic: Different Headers/Footers per Page
Replies: 5
Views: 25496

Different Headers/Footers per Page

This code snippet is useless, thus represents no solution. It uses self-defined stuff and commands from other packages. A full example would be best to comprehend what you did. Finally your are not only writing here for yourself, but also for others.


I could respond to this comment in many ways ...
by apollo_el
Sun Sep 18, 2011 1:11 pm
Forum: Page Layout
Topic: Different Headers/Footers per Page
Replies: 5
Views: 25496

Different Headers/Footers per Page

Thank you for your help. The manual was not quite clear to me, at least, however I figured it out, based on what you said. For future reference, if anybody comes across this, here's what I did:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PAGES 2-END ...
by apollo_el
Sat Sep 17, 2011 12:30 am
Forum: Page Layout
Topic: Different Headers/Footers per Page
Replies: 5
Views: 25496

Different Headers/Footers per Page

Hello all,

First of all, I'd like to say that I have been trying to solve this for the last 2 days, w/o any success. I would like to be able to have a header at my first page (centered with the line underneath) and a footer at the same page (centered). For all other pages, I would like to have just ...