Search found 5 matches

by Uspenskaya
Fri Dec 25, 2009 5:53 pm
Forum: General
Topic: Problems by using a package: \usepackage
Replies: 4
Views: 2288

Re: Problems by using a package: \usepackage

hier is the example:


\documentclass{article}
%\usepackage{setspace} %\onehalfspacing
\usepackage[pdftex]{graphicx}

\usepackage[pdftex]{scrhack}
\usepackage[pdftex]{caption}
\usepackage[pdftex]{listings}
%\vspace{1.6}


\begin{document}\begin{center}


\textbf{{\Huge Test}}\\[1.5cm]

\end{center ...
by Uspenskaya
Fri Dec 25, 2009 3:03 pm
Forum: General
Topic: Problems by using a package: \usepackage
Replies: 4
Views: 2288

Re: Problems by using a package: \usepackage

I have to say that the using this package:

\usepackage[pdftex]{graphicx}

is working fine. This was automatically added to my file when I used a picture in my file.
by Uspenskaya
Fri Dec 25, 2009 2:58 pm
Forum: General
Topic: Problems by using a package: \usepackage
Replies: 4
Views: 2288

Problems by using a package: \usepackage

Hi,
I am having a problem by using packages. I tried to use many packages in my file but each time I try to use it my code doesn't give me an output as pdf file. Maybe someone could help me.
This is the top part of my file,where I add this packages. I tried both with:
\usepackage[pdftex]{...} and ...
by Uspenskaya
Fri Dec 25, 2009 2:47 pm
Forum: Text Formatting
Topic: Source code formatting
Replies: 2
Views: 1879

Re: Source code formatting

tnx for help
by Uspenskaya
Fri Dec 25, 2009 1:14 am
Forum: Text Formatting
Topic: Source code formatting
Replies: 2
Views: 1879

Source code formatting

Hi,

I have a program code written in C++ program language and I want to include it in my work written in Latex. Is there some type of syntax or I should do a screenshot of my source code? Thanks for any help.