Search found 85 matches

by ditka
Tue Sep 30, 2014 12:19 pm
Forum: General
Topic: language problem
Replies: 8
Views: 14595

Re: language problem

If I want to download complete Mike Tex, do I choose second or third from here?

http://miktex.org/download
by ditka
Tue Sep 30, 2014 12:16 pm
Forum: General
Topic: language problem
Replies: 8
Views: 14595

Re: language problem

This is pdfTeX, Version 3.1415926-2.5-1.40.14 (MiKTeX 2.9)
entering extended mode
(C:/Users/Gorazd/Documents/fgsafasd.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, afrikaans, ancientgreek, ar
abic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan, coptic ...
by ditka
Tue Sep 30, 2014 11:55 am
Forum: General
Topic: language problem
Replies: 8
Views: 14595

Re: language problem

I already install all babel containing packages I could found.
by ditka
Tue Sep 30, 2014 11:47 am
Forum: General
Topic: language problem
Replies: 8
Views: 14595

Re: language problem

I aleredy did that, I install babel packgage. I cannot find babel-slovene.
by ditka
Tue Sep 30, 2014 8:51 am
Forum: General
Topic: language problem
Replies: 8
Views: 14595

language problem

Can somebody please tell me how can I solve this problem:
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (MiKTeX 2.9)
entering extended mode

("C:/Users/Gorazd/Desktop/biofarm s fkddsdc/dassdafasf/bifsvfofarmdox1.tex"
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, afrikaans ...
by ditka
Mon Sep 29, 2014 11:11 pm
Forum: MiKTeX and proTeXt
Topic: Package in MikeTex
Replies: 3
Views: 11701

Re: Package in MikeTex

After I cannot fix the problem, I reinstall MikeTex. Now when I try to create document I get the folowing output:
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (MiKTeX 2.9)
entering extended mode

("C:/Users/Gorazd/Desktop/biofarm s fkddsdc/dassdafasf/biofarmacijassfarmakokid
kdox.tex"
LaTeX2e <2011 ...
by ditka
Sun Sep 28, 2014 4:27 pm
Forum: MiKTeX and proTeXt
Topic: Package in MikeTex
Replies: 3
Views: 11701

Package in MikeTex

I am using MikeTex and I by mistake change the option from where I want my packages to be installed. Now packages are not insstaled properly and I do not not to what I should change this.
by ditka
Wed Sep 12, 2012 11:06 am
Forum: Graphics, Figures & Tables
Topic: plot curve
Replies: 27
Views: 26940

Re: plot curve

Ok. Thank you both very much for your answers. This solve my plotting problems.
by ditka
Tue Sep 11, 2012 11:15 pm
Forum: Graphics, Figures & Tables
Topic: plot curve
Replies: 27
Views: 26940

plot curve

[…] I know this is perhaps a little nonatural, but I woud like a cartesian coordinates for polar plots. Is that even possible? […]
In my opinion simply nonsense.
[…] And filling with points, I see now in manual, but what abaut filling with lines? Is that possible?(I gues it migt be done manualy ...
by ditka
Tue Sep 11, 2012 10:13 pm
Forum: Graphics, Figures & Tables
Topic: plot curve
Replies: 27
Views: 26940

plot curve

\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{pgfplots}
\usepgfplotslibrary{polar}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}
\begin{polaraxis}[
ticks=none,
axis y line=center,
axis x line=middle,
axis on top,
domain=0:2*pi]
\addplot+[pattern ...