Search found 4 matches

by lgawarec
Sun Aug 04, 2013 8:09 pm
Forum: MiKTeX and proTeXt
Topic: No Connection to remote Repository
Replies: 3
Views: 7262

Re: No Connection to remote Repository

I cannot change anything, any attempt to connect through Miktex results in this connection error.
by lgawarec
Sun Aug 04, 2013 7:36 pm
Forum: MiKTeX and proTeXt
Topic: No Connection to remote Repository
Replies: 3
Views: 7262

No Connection to remote Repository

This error has not been resolved.
No connection could be made because the target machine actively refused it.
Any attempt to download installers other than "Basic MiKTeX" is met with the above error. Any attempt to change "Package Repository" results in the same error. However basic installation ...
by lgawarec
Tue Aug 07, 2012 8:07 pm
Forum: General
Topic: Symbol Typesetting fails
Replies: 2
Views: 3891

Re: Symbol Typesetting fails

Thank you for helping me out with this specific problem and with my MiKTeX system. I updated MiKTeX to version 2.9 and all works well.

L. Gawarecki
by lgawarec
Mon Aug 06, 2012 5:55 pm
Forum: General
Topic: Symbol Typesetting fails
Replies: 2
Views: 3891

Symbol Typesetting fails

I try to compile the following file.
\documentclass{article}
\usepackage{mnsymbol}

\def\ci{\perp\!\!\!\perp} % from Wikipedia
\newcommand{\independent}{\protect\mathpalette{\protect\independenT}{\perp}} % symbols-a4, p.106
\def\independenT#1#2{\mathrel{\rlap{$#1#2$}\mkern2mu{#1#2}}}

\begin ...