Search found 56 matches

by Kris
Tue Feb 27, 2007 2:30 pm
Forum: General
Topic: Multiple file project via "\include" is not builing main fil
Replies: 3
Views: 4299

Re: Multiple file project via "\include" is not builing main fil

Hej!

That don't work ... \include just load the .tex code into the main
file and not build a dvi-file of the included section ... Sorry!

But You can build a project with Your mainfile as the "project-mainfile"
and use the "project-compile" buttons (F7 or Strg + F5)...

Regards
Kris
by Kris
Tue Feb 27, 2007 12:29 pm
Forum: General
Topic: bibliography --> references
Replies: 2
Views: 3741

bibliography --> references

Hey,

put this in Your preamble (right before \begin{document}):

\renewcommand{\bibname}{References}

like
\documentclass{book}
\renewcommand{\bibname}{References}
\begin{document}
\begin{thebibliography}{99}
\bibitem{JSmith} Smith, J. and Jones, C.,
{\bf Science Journal},
May 12, 1956 ...
by Kris
Sun Feb 25, 2007 12:19 pm
Forum: General
Topic: How to shade the background of a table + caption
Replies: 1
Views: 11114

How to shade the background of a table + caption

Hi bar_ba_dos!

here some tricky code for that ;)

\documentclass{article}
\usepackage[table]{xcolor}
\begin{document}
\begin{table}[h]
\centering
\colorbox{gray!20}{
\begin{minipage}{.5\textwidth}
\centering
\begin{tabular}{ccc}
test & test & test\\
test & test & test
\end{tabular}
\caption ...
by Kris
Fri Feb 23, 2007 10:33 am
Forum: General
Topic: LOG/error console is gone
Replies: 7
Views: 9569

LOG/error console is gone

Sorry, :( but it was worth the try...

So it seems You have to completely uninstall TeXnicCenter,
clean up the installation path and Your registry to get the full
installation (with the output-bar) again!

Regards
Kris
by Kris
Thu Feb 22, 2007 5:53 pm
Forum: General
Topic: LOG/error console is gone
Replies: 7
Views: 9569

Re: LOG/error console is gone

Okay, an other solution:

the output-bar can be hidden behind the taskbar!
(if You have moved it over the bottom of the TexnicCenter window)

=> unfix Your taskbar
=> move it to the top of the screen (click and move it with your mouse)
=> move output-bar back to TexnicCenter window...

Greetings ...
by Kris
Thu Feb 22, 2007 4:50 pm
Forum: General
Topic: LOG/error console is gone
Replies: 7
Views: 9569

Re: LOG/error console is gone

Hi Red Devil!

Have You tried to switch it on in the menu VIEW => OUTPUT-BAR ?

(And what about upgrading to TeXnicCenter 1 BETA 7.01?)

Regards
Kris
by Kris
Thu Feb 22, 2007 9:54 am
Forum: General
Topic: EPS images
Replies: 13
Views: 58389

EPS images

Hi Fra,

can You give us an example of the error-code
and Your compiling-route?

something like:

\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics{test}
\end{figure}
\end{document}

compiled via LaTeX => DVI ...

Remember, EPS only works ...
by Kris
Tue Feb 20, 2007 5:04 pm
Forum: General
Topic: alphabetical order of bibliography
Replies: 5
Views: 14058

alphabetical order of bibliography

Ordering based on the first name? That's very unusual...
I don't know if a bibstyle for such an ordering exists already,
but maybe You can build Your own one with Bib-It .
( http://bib-it.sourceforge.net/ ) or makebst.tex
http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=custom-bib

After ...
by Kris
Tue Feb 20, 2007 3:09 pm
Forum: General
Topic: alphabetical order of bibliography
Replies: 5
Views: 14058

alphabetical order of bibliography

Hi!

plain -style should sort Your entries alphabetically after the name of the first author...
so if it don't do it right there's maybe an error in Your bibliography-data-file (.bib) ...

Check it for example with jabref - e.g. if the author name(s) are correct like:

... author = {Miller, B.A ...
by Kris
Tue Feb 20, 2007 2:02 pm
Forum: General
Topic: alphabetical order of bibliography
Replies: 5
Views: 14058

Re: bibliography

Hi!

What happens if You remove \nocite{*} ?

Regards
Kris