Search found 5 matches

by zr0iq
Mon Dec 05, 2011 4:15 pm
Forum: Fonts & Character Sets
Topic: fontinst, generation of maps & encoding files not working?
Replies: 0
Views: 1539

fontinst, generation of maps & encoding files not working?

Hi.

I think I am using the most up to date version of fontinst, on a linux machine and fontmsc won't generate any mapfile... I don't know of encoding files yet.

I first thought it might be a mistake on my account, but then I used a texfile for fontinst, that was reported working.

So then, let's ...
by zr0iq
Sat Apr 02, 2011 9:37 pm
Forum: Text Formatting
Topic: Underline Problem - font specific?
Replies: 2
Views: 1914

Underline Problem - font specific?

I fixed it.

Doing it like that, gives perfectly sane underlines for me.

Code: Select all

\usepackage[normalem]{ulem}
\renewcommand\underline{\bgroup\markoverwith{{\rule[-0.2ex]{2pt}{0.4pt}}}\ULon}
Anything wrong with that?
by zr0iq
Sat Apr 02, 2011 7:19 pm
Forum: Text Formatting
Topic: Underline Problem - font specific?
Replies: 2
Views: 1914

Underline Problem - font specific?

I want the first underline be on the same level as the second underline, thus crossing through the y,j and g and whatever else would create such a displacement.

\documentclass[a4paper,10pt]{article}

\begin{document}

\underline{are you jelly?} ... \underline{is it real?}

\end{document}

How to ...
by zr0iq
Thu Mar 17, 2011 9:09 am
Forum: Document Classes
Topic: Floating Chapterheads
Replies: 2
Views: 1867

Re: Floating Chapterheads

well, if you substitute section 2 with chapter-title, and remove section 1, then it is exactly the design I look for.

I want the chapterhead be parskipped into the chapter itself, so that some lines, well something like the first 10th [29mm or so] is displayed above the chapter stuff.

edit:
well ...
by zr0iq
Wed Mar 16, 2011 8:06 pm
Forum: Document Classes
Topic: Floating Chapterheads
Replies: 2
Views: 1867

Floating Chapterheads

I recently dabbled into modifing document classes and writing my own, rather insuccessfully, but I managed to do one or other thing by patching and altering stuff together, and it worked, I think even without errors once I remove the fontspec stuff and go back to latex, but that is another story ...