Search found 7 matches

by koszta5
Thu Nov 24, 2011 2:21 am
Forum: Text Formatting
Topic: Script-generated Output vs. manually created Output
Replies: 0
Views: 1201

Script-generated Output vs. manually created Output

Hi,

I am having a really weird problem - when I run PDFLaTeX within my Perl script the PDF file doesn't get generated properly ...

I run
pdflatex -output-directory /tmp /tmp/perl.tex
When I run it like that I get this in the log file:

[1{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map ...
by koszta5
Tue Mar 08, 2011 7:12 pm
Forum: Text Formatting
Topic: tabbing and footnote
Replies: 1
Views: 2607

tabbing and footnote

Hi, I am using tabbing environment and I want to use \footnote from within it... Well it doesnt work! It works outside of tabbing but not in ?! How can I fix this ? :) thnx
by koszta5
Thu Feb 24, 2011 11:40 am
Forum: Text Formatting
Topic: no hyphentation for one word
Replies: 5
Views: 5231

Re: no hyphentation for one word

thank you all :)
by koszta5
Wed Feb 23, 2011 10:57 pm
Forum: Text Formatting
Topic: no hyphentation for one word
Replies: 5
Views: 5231

no hyphentation for one word

Hi latex folk,

I am using hyphenation for my document but I need to turn it off for some particular words (like POSIX or openVPN). I want to use it for the rest of the document but I want POSIX or openVPN to always "stick together". How can I achieve that?

thanks
by koszta5
Wed Feb 23, 2011 10:54 pm
Forum: Texmaker and TeXstudio
Topic: TeXmaker keyboard shortcuts
Replies: 4
Views: 19739

Re: TeXmaker keyboard shortcuts

Yeah I dont like the predefined shortcuts => I am using that now but I was hoping there was a way for me to define my own shortcuts..

It could be a good idea for the future guys :)
by koszta5
Sat Feb 19, 2011 6:11 pm
Forum: Texmaker and TeXstudio
Topic: TeXmaker keyboard shortcuts
Replies: 4
Views: 19739

TeXmaker keyboard shortcuts

Hi there,

Is there a way for me how to remap (or map) keyboard shortcuts to different actions? I know I can assign a command to a specific key or change that. But how to I assign shortcut to my own command?

e.g. have my own sty file with definitions and need to have a shortcut for
e.g. \machine ...
by koszta5
Sat Jan 15, 2011 8:55 pm
Forum: Text Formatting
Topic: tabs in enumeration
Replies: 2
Views: 6058

tabs in enumeration

Hey,
this might be a really dumb question but I cant figure it out... Is there a way for me to create tabs after a number in enumeration environment... what i tried is
\begin{tabbing}
\begin{enumerate}
\item \> first thing\\
\item \> second thing
\end{enumerate}
\end{tabbing}

But it didnt work ...