Search found 6 matches

by ozmank8
Mon Mar 28, 2011 2:32 pm
Forum: General
Topic: msc package
Replies: 1
Views: 3094

msc package

Hi,

I am using msc package to draw simple sequence diagram. But I am getting the error Undefined control sequence.<recently read> \c@lor@to@ps l.6 \declinst{usr}{User}{} .

I tried in windows also but still doesn't help. The strange thing is its runs fine at my friends machine who also uses the ...
by ozmank8
Mon Mar 28, 2011 10:46 am
Forum: Text Formatting
Topic: Minipage doesn't work
Replies: 3
Views: 20452

Re: Minipage doesn't work

Thanks for your quick reply.
by ozmank8
Tue Mar 22, 2011 1:50 pm
Forum: Text Formatting
Topic: Minipage doesn't work
Replies: 3
Views: 20452

Re: Minipage doesn't work

I have fixed the problem using tabular tag. But still want to know why minipage doesn't work.
by ozmank8
Tue Mar 22, 2011 1:09 pm
Forum: Text Formatting
Topic: Minipage doesn't work
Replies: 3
Views: 20452

Minipage doesn't work

Hi,

I am trying to put text side by side using minipage but it doesn't work. I wonder if there any clash between the packages or any package is missing.


\documentclass[aps,pre,preprint,nofootinbib]{article}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\usepackage[pdftex]{hyperref ...
by ozmank8
Tue Feb 15, 2011 11:59 pm
Forum: General
Topic: Included PDF pages in the Appendix
Replies: 3
Views: 17608

Re: Included PDF pages in the Appendix

Hi frabjous,

Thanks for your quick reply. Your posted code works great :)


Hi localghost,

Thanks for your quick reply and making me aware of rules.:)
by ozmank8
Tue Feb 15, 2011 6:40 pm
Forum: General
Topic: Included PDF pages in the Appendix
Replies: 3
Views: 17608

Included PDF pages in the Appendix

Hi,

I am trying to attach external pdf i.e edocs of erlang. And I tried to do with
\appendix
\label{app:appendix}
\section{Appendix}
\includepdf[pages=-]{edoc/edoc.pdf}

In this case the appendix starts with blank page and then from next page I can see edocs. I want the attach edocs with heading ...