Search found 11 matches

by Void
Tue Mar 20, 2007 10:45 am
Forum: General
Topic: Too long lines with fancyvrb and Verbatim frame
Replies: 7
Views: 17607

Too long lines with fancyvrb and Verbatim frame



\hline is used where ever you want to have a horizontal line. […]

Could you please give me a working example outside the tabular environment? Or what do you mean with "where ever"?


It seems, you're right and I was wrong. \hrule is the right way to draw a line. Excuse me for any ...
by Void
Sat Mar 17, 2007 8:39 pm
Forum: General
Topic: Too long lines with fancyvrb and Verbatim frame
Replies: 7
Views: 17607

Too long lines with fancyvrb and Verbatim frame

\hline is used where ever you want to have a horizontal line. If you append a number in {} you can specify the length of that line.

By the way, I used

\newcommand{\prog}[1]{\texttt{#1}}

in the header and in the text

\prog{some text}

to show code syntax.

In your case perhaps instead of ...
by Void
Wed Mar 14, 2007 5:16 pm
Forum: LyX
Topic: Export to Open Office
Replies: 4
Views: 8759

Re: Export to Open Office

The savest way in my opinion is to export as html and import the file in OpenOffice.org.

This way works fine for me even to other text processers like M$ Word.
by Void
Wed Mar 14, 2007 5:06 pm
Forum: Feature Suggestions
Topic: Automatic backup of tex file.
Replies: 1
Views: 8281

Re: Automatic backup of tex file.

You should meanwhile think seriously about using a version control system like cvs or subversion (svn). Subversion is provided for many OSes, I'm not sure, if cvs is.
by Void
Wed Mar 14, 2007 4:45 pm
Forum: General
Topic: Re: TeXnicCenter build crashes and disrupt other programs.
Replies: 4
Views: 4860

Re: TeXnicCenter build crashes and disrupt other programs.

By closing TC you kill the calling process to (pdf)latex, and then that loses its "home". That's IMHO just one reason for your experienced problem. I'm sure, that there are some (much?) other "things" that make your system such unstable.
by Void
Wed Mar 14, 2007 2:52 pm
Forum: General
Topic: Re: TeXnicCenter build crashes and disrupt other programs.
Replies: 4
Views: 4860

Re: TeXnicCenter build crashes and disrupt other programs.

It would be very helpful to know more (almost all) about your OS, your hardware, the build number of your TC and such things (e.g. wtf you use MS Outlook ;) ).

A (perhaps) helpful hint: Make less errors :lol:

Seriously, I want to help you, but you provide not enough information.
by Void
Wed Mar 14, 2007 2:40 pm
Forum: General
Topic: a newbie header question (disappearing text)
Replies: 5
Views: 6083

a newbie header question (disappearing text)

fancyheadings sucks in my opinion. Use KOMA-Script instead. Read the scrguide.pdf (google it) and your fine.

If there is any question left, that's not answered by reading twice the manual, feel free to ask.
by Void
Wed Mar 14, 2007 2:30 pm
Forum: General
Topic: Too long lines with fancyvrb and Verbatim frame
Replies: 7
Views: 17607

Re: using fancyvrb

why not using \hline{...} before and after verbatim instead...
by Void
Mon Mar 12, 2007 3:46 pm
Forum: General
Topic: Can't recover from crash!
Replies: 4
Views: 5181

Re: Can't recover from crash!

Is it possible that you closed TC with an project opened, moved that project to nirvana or somewhere else and try now to open TC? If it is so, then, open any project (.tcp) close it, but let TC open and then close TC.
by Void
Mon Mar 12, 2007 3:42 pm
Forum: General
Topic: "Generate Output" crashes when using \\ in caption
Replies: 2
Views: 3242

"Generate Output" crashes when using \\ in caption


c) What do the project files (.aux, .bbl, .blf, .blf,...) contain ? Which ones are safe to delete, which ones should be kept ?

Dirk


There is a very nice feature in TeXnicCenter, that cleans up your project/folder. You don't have to think about, what to delete, it'll all be done for you.

Look ...