The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Exporting to eps for use in LaTex

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Heisenberg123 Posted - 04/04/2018 : 02:34:59 AM
Dear expert,

I have tried exporting in eps format to use in LaTex. However, The figure is blurred in eps. It is not clear. Any suggestions on to improve the same. Could you please give proper steps to achieve the same. Please find the origin file in the attachment.
\begin{figure}[ht!]
    \centering
    \subfigure[Absence of mangroves ($f_e=0$)]{\label{fig:2a}\includegraphics*[width=8.4cm]{Graph4.eps}}
    \subfigure[Presence of mangroves ($f_e=0.1$)]{\label{fig:2b}\includegraphics*[width=8.4cm]{Graph4.eps}}
    \caption{Roots of the dispersion relations with $h_1=10$, $h_2/h_1=1$, $T=8$s, $\rho_1=1025\,kg/m^3$, $\rho_2/\rho_1=2$, $g=9.81\,m/s^2$,
    $G/(\rho_2gH)=0.5$ and $\nu/\sqrt{gH^3}=0.5$.}\label{f2}
\end{figure}
https://my.originlab.com/ftp/forum_and_kbase/Images/originpro_forum.opj
3   L A T E S T    R E P L I E S    (Newest First)
Castiel Posted - 04/14/2018 : 03:50:27 AM
quote:
Originally posted by Heisenberg123

Dear Shirley,

Thank you for the reply. I am sorry to have not made it clear.

I couldn't attach the eps file. so attaching the pdf that WinEdt 10.2 generated while running it.

For clarity, the same is generated from the originpro_forum.opj of the previous discussion.

Thanks a lot.


\documentclass[review,3p,times,12pt]{elsarticle}

\usepackage{graphicx,epsfig,appendix}
\usepackage{graphicx,subfigure}
\linespread{1.2} \makeatletter
\parindent 15 pt
\setlength{\topmargin}{-15.0 mm} \setlength{\headheight}{6.0 mm} \setlength{\headsep}{10.0 mm} \setlength{\topskip}{0.00 mm} \setlength{\textheight}{246.0
mm} \setlength{\textwidth}{170.0 mm}
\setlength{\oddsidemargin}{-3.0 mm} \setlength{\evensidemargin}{-2.0mm}

\begin{document}
%% rough rough rough
\begin{figure}[ht!]
    \centering
    \subfigure[Absence of mangroves ($f_e=0$)]{\label{fig:2a}\includegraphics*[width=8.4cm]{Graph4.eps}}
    \subfigure[Presence mangroves ($f_e=0.1$)]{\label{fig:2b}\includegraphics*[width=8.4cm]{Graph4.eps}}
    \caption{Roots of the dispersion relations with $h_1=10$, $h_2/h_1=1$, $T=8$s, $\rho_1=1025\,kg/m^3$, $\rho_2/\rho_1=2$, $g=9.81\,m/s^2$,
    $G/(\rho_2gH)=0.5$ and $\nu/\sqrt{gH^3}=0.5$.}\label{f2}
\end{figure}

\end{document}







\usepackage{epstopdf}



     #####
    #### _\_  ________
    ##=-[.].]| \      
    #(    _\ |  |------|
     #   __| |  ||||||||
      \  _/  |  ||||||||
   .--'--'-. |  | ____ |
  / __      `|__|[o__o]|
_(____nm_______ /____\____ 
Heisenberg123 Posted - 04/05/2018 : 12:30:39 AM
Dear Shirley,

Thank you for the reply. I am sorry to have not made it clear.

I couldn't attach the eps file. so attaching the pdf that WinEdt 10.2 generated while running it.

For clarity, the same is generated from the originpro_forum.opj of the previous discussion.

Thanks a lot.

[/code]
\documentclass[review,3p,times,12pt]{elsarticle}

\usepackage{graphicx,epsfig,appendix}
\usepackage{graphicx,subfigure}
\linespread{1.2} \makeatletter
\parindent 15 pt
\setlength{\topmargin}{-15.0 mm} \setlength{\headheight}{6.0 mm} \setlength{\headsep}{10.0 mm} \setlength{\topskip}{0.00 mm} \setlength{\textheight}{246.0
mm} \setlength{\textwidth}{170.0 mm}
\setlength{\oddsidemargin}{-3.0 mm} \setlength{\evensidemargin}{-2.0mm}

\begin{document}
%% rough rough rough
\begin{figure}[ht!]
\centering
\subfigure[Absence of mangroves ($f_e=0$)]{\label{fig:2a}\includegraphics*[width=8.4cm]{Graph4.eps}}
\subfigure[Presence mangroves ($f_e=0.1$)]{\label{fig:2b}\includegraphics*[width=8.4cm]{Graph4.eps}}
\caption{Roots of the dispersion relations with $h_1=10$, $h_2/h_1=1$, $T=8$s, $\rho_1=1025\,kg/m^3$, $\rho_2/\rho_1=2$, $g=9.81\,m/s^2$,
$G/(\rho_2gH)=0.5$ and $\nu/\sqrt{gH^3}=0.5$.}\label{f2}
\end{figure}

\end{document} [/code]
Shirley_GZ Posted - 04/04/2018 : 05:08:10 AM
Hi Heisenberg,

We can't reproduce the problem with the LaTex code you provided as it is not complete.
Could you send us the whole TeX file, which should contains
\documentclass,\usepackage,\begin{document},\end{document}

Please also send us the eps file you created via tech@originlab.com

Thanks,
Shirley
OriginLab

Originlab Technical Service Team

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000