Search found 13 matches

by teletubijs1
Thu Dec 30, 2010 12:42 pm
Forum: Text Formatting
Topic: inserting code
Replies: 3
Views: 1875

Re: inserting code

Program R
by teletubijs1
Wed Dec 29, 2010 1:50 pm
Forum: Text Formatting
Topic: justifies last line
Replies: 1
Views: 1195

justifies last line

After i use \linebreak last line in output gets justified, even when there are only 2 words in line. What can i do?
by teletubijs1
Wed Dec 29, 2010 1:12 pm
Forum: Text Formatting
Topic: inserting code
Replies: 3
Views: 1875

inserting code

When i copy pase code e.g. n<-length(mtcars$mpg)
r<-n/5;r
kvant<-qnorm(1:(r-1)/r,mean(mtcars$mpg),sd(mtcars$mpg)); kvant
sk<-c()
for (i in 1:(r)) sk[i]<-length(mtcars$mpg[mtcars$mpg<kvant[i]]); sk
Ni<-c()
Ni[1]<-sk[1]; Ni[2:(n/5)]<-diff(sk); Ni
T<-sum(((Ni-5)^2)/5); T
alpha<-0.05
kritiska_vertiba1 ...
by teletubijs1
Tue Dec 28, 2010 2:48 pm
Forum: Fonts & Character Sets
Topic: Need symbol
Replies: 1
Views: 1477

Need symbol

How can i get n\righttarrow\infty under longrightarrow

-> (n->infinity)
by teletubijs1
Sat Dec 25, 2010 9:33 pm
Forum: Fonts & Character Sets
Topic: Getting out my letters
Replies: 1
Views: 1639

Getting out my letters

Miktex 2.9
Texmaker 2.1
Adobe X

\usepackage[latvian]{babel}
\usepackage[LV]{fontenc}
\selectlanguage{latvian}

Language: latvian

Problematic letters: ā,č,ē,ģ,ī,ķ,ļ,ņ,š,ū,ž

Output in pdf: a,c,e,g,i,k,l,n,s,u,z

Problem is only with letters, e.g. \tableofcontents->translates ok to my language ...
by teletubijs1
Sat Dec 25, 2010 9:17 pm
Forum: Graphics, Figures & Tables
Topic: image format
Replies: 3
Views: 1960

Re: image format

Texmaker 2.1; miktex 2.9

I get error: !Unknown graphics extension: .eps.

But, thanks, dvi->ps->pdf does the job.
by teletubijs1
Sat Dec 25, 2010 6:09 pm
Forum: Graphics, Figures & Tables
Topic: image format
Replies: 3
Views: 1960

image format

\documentclass[12pt]{article}
\usepackage{graphicx}
\begin{document}

\includegraphics[scale=1]{filename.jpg}

\end{document}


latex ->includegraphicx -> browse i cannot find jpg format files, but when i write filename.jpg it works.

However, with eps format files which i can fidn via browser ...
by teletubijs1
Fri Dec 24, 2010 6:20 pm
Forum: Texmaker and TeXstudio
Topic: No display of PDF output
Replies: 9
Views: 65755

Re: No display of PDF output

WOW, it works now!

Thank you all, you saved my life!

Marry Christmas! :)
by teletubijs1
Fri Dec 24, 2010 4:45 pm
Forum: Texmaker and TeXstudio
Topic: No display of PDF output
Replies: 9
Views: 65755

Re: No display of PDF output

I add some more screens.

After pressing F6
http://www.flickr.com/photos/57432232@N04/5287530111/

Changed from slash to backslash. However when i try to set path, it changes back to backslash.
http://www.flickr.com/photos/57432232@N04/5288134396/

http://www.flickr.com/photos/57432232@N04 ...
by teletubijs1
Fri Dec 24, 2010 4:16 pm
Forum: Texmaker and TeXstudio
Topic: No display of PDF output
Replies: 9
Views: 65755

Re: No display of PDF output

These are just samples i got from net.

That was all my code.

\documentclass{article}

\begin{document}%
Hello!
\end{document}