Search found 16 matches

by 0.8.15
Thu Feb 09, 2012 4:18 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: No usual Sub-entry Order
Replies: 2
Views: 6782

No usual Sub-entry Order

I changed the following option in my "gind.ist":

Code: Select all

%actual '='
quote '+'     % ! does not work in "makeindex" in combination with -g
%level '>'
now it works fine... :lol:
by 0.8.15
Wed Feb 08, 2012 8:46 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Customizing Index
Replies: 1
Views: 3445

Customizing Index

try this .ist code:
actual '='
quote '!'
level '>'
preamble "\\begin{theindex}\n
\\makeatletter\\scan@allowedfalse\n"
postamble
"\n\n \\end{theindex}\n"
headings_flag 1 heading_prefix "{\\bfseries\\normalsize\\hfill{}" %heading_suffix "\\hfill{}}\\nopagebreak\n"
symhead_positive "Symbole"
delim_0 ...
by 0.8.15
Wed Feb 08, 2012 8:34 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: "Couldn't find input index file" error using TeXnicCenter
Replies: 9
Views: 110536

"Couldn't find input index file" error using TeXnicCenter

What "mariamelansary" means is that you can work with:

Code: Select all

\usepackage{makeidx}
\makeindex
instead of the package glossary, I guess
by 0.8.15
Wed Feb 08, 2012 5:57 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: No usual Sub-entry Order
Replies: 2
Views: 6782

No usual Sub-entry Order

Hello,
my Index (Stichwortverzeichnis) is showing no subtext like:
"text".............
"subtext"........
"subsubtext"...
it is showing:
"text".............
"text""subtext"........
"text""subtext""subsubtext"...

\documentclass[12pt,
a4paper,
titlepage,
]{article}
\usepackage{setspace ...
by 0.8.15
Mon Nov 23, 2009 2:01 pm
Forum: Graphics, Figures & Tables
Topic: counter modification of "listoftables"...
Replies: 2
Views: 3424

Re: counter modification of "listoftables"...

I solved my problem:

\usepackage[bf]{caption2}
\renewcommand{\captionfont}{\small\slshape}
\renewcommand{\thefigure}{\arabic{section}.\arabic{figure}}
\makeatletter \@addtoreset{figure}{section} \makeatother
\renewcommand{\thetable}{\arabic{section}.\arabic{table}}
\makeatletter \@addtoreset{table ...
by 0.8.15
Wed Nov 18, 2009 6:52 pm
Forum: Graphics, Figures & Tables
Topic: counter modification of "listoftables"...
Replies: 2
Views: 3424

counter modification of "listoftables"...

hi ya all,
how can i change the "listoftables" and "listoffigures" counter.
i want to generate them separately in the "tableofcontents" like:

Abb."2.Kapitel" and "erstes Bild/Tabelle in diesem Kapitel"
for instance:
Abb.2-1 or Tab.2-1

i am already able to generate:
Abb. and Tab ...
by 0.8.15
Wed Sep 17, 2008 2:59 pm
Forum: MiKTeX and proTeXt
Topic: eps to pdf
Replies: 9
Views: 10045

Re: eps to pdf

thank^s localghost but i am going to leave this experiments.
i don^t know how i can use this latex-ps-pdf.tco file. i guess it^s to complicated to explain via text messages.
by 0.8.15
Tue Sep 16, 2008 6:47 pm
Forum: MiKTeX and proTeXt
Topic: eps to pdf
Replies: 9
Views: 10045

eps to pdf

thanks, but i tryed this also:

at first i have made an update of the file pdftex.ini ;)

then i wrote EnableWrite18=t into it with 2 ; :

;;; DO NOT EDIT THIS FILE!
[ft.tex]
extensions=
extensions; ; EnableWrite18=t ; =.tex
extensions;=.src

blablabla

but i reseived the message that write18 is ...
by 0.8.15
Tue Sep 16, 2008 6:01 pm
Forum: MiKTeX and proTeXt
Topic: eps to pdf
Replies: 9
Views: 10045

eps to pdf

\documentclass[12pt,a4paper,headsepline]{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{latexsym}
\usepackage[percent]{overpic}
\usepackage{hhline}
\usepackage{longtable}
\usepackage{tabularx}
\usepackage{array}
\usepackage{makeidx}
\usepackage{ntheorem}
\usepackage{textcomp ...
by 0.8.15
Sat Sep 13, 2008 3:16 pm
Forum: MiKTeX and proTeXt
Topic: eps to pdf
Replies: 9
Views: 10045

eps to pdf

hi,

i want to convert .eps pictures with MikTEX into the pdf format.
the packages "epstopdf" or "epspdfconversions" in combination with "graphicx" or "graphics" are supporting that.

after the compilation i always see in the pdf dockument no picture. but ther is just a frame instead.

for security ...