Search found 8 matches

by afa0011
Sun Mar 03, 2019 4:21 am
Forum: Text Formatting
Topic: What font LaTex use for math mode
Replies: 1
Views: 19496

What font LaTex use for math mode

Hello,
I am preparing a document in LaTex. I use adobe illustrator for my figures. I need to use the same font that is used in Latex. So, Can someone tell me what is the default font in latex for tex and math modes?
Bests

Ahmet
by afa0011
Thu Jan 17, 2019 5:27 pm
Forum: General
Topic: very slow compilation
Replies: 1
Views: 1883

very slow compilation

Hello All,

I am writing my thesis which is about 150 pages, and includes ~70 figures. It takes too long to compile even it fails to compile same times. The error code is below.

File ended while scanning use of \@writefile. \begin{document}

Any sugestion how to speed up latex?
by afa0011
Sun Nov 04, 2018 5:58 pm
Forum: Math & Science
Topic: adding tabular in equation/math enviroment
Replies: 2
Views: 2599

adding tabular in equation/math enviroment

can you help me fith the following expression please ?

\begin{equation}
F=\left\lbrace
\begin{tabular}{ll}
$F_{app}\mu_{k}\sin (v) $ & $if \quad v>0$, \\
$ F_{app}$ & if$ \quad v=0 \quad and \quad F_{app}\leq F_{app} \mu_{s}$,
\end{tabular}
\right
%\label{RRRR}
\end{equation}
by afa0011
Wed Sep 26, 2018 5:26 pm
Forum: Graphics, Figures & Tables
Topic: importing eps into latex
Replies: 6
Views: 5737

importing eps into latex

Stefan,

I figured it out!!
I just simplly set preview format to 'None' for save options and it worked. Thanks for your help.

Ahmet

Newww.JPG
Newww.JPG (95.18 KiB) Viewed 5698 times
by afa0011
Wed Sep 26, 2018 4:13 pm
Forum: Graphics, Figures & Tables
Topic: importing eps into latex
Replies: 6
Views: 5737

importing eps into latex

Thanks,

\usepackage[utf8]{inputenc} didn't worked.
I tried to upload the .eps file, but apperently it's too large.
by afa0011
Wed Sep 26, 2018 3:18 pm
Forum: Graphics, Figures & Tables
Topic: importing eps into latex
Replies: 6
Views: 5737

importing eps into latex

thanks for your reply. I see many of missing caharacter errors like seen blow. I created all figures by Adobe Ilustraror and saved them as .eps. I belive I might have done something wrong while saving this figures, but honestly no idea what it is. I also attached the log file.

bests,

Ahmet

[3 ...
by afa0011
Mon Sep 24, 2018 7:48 pm
Forum: Graphics, Figures & Tables
Topic: eps figure displayed as blank in document
Replies: 3
Views: 6517

eps figure displayed as blank in document

I have the same problem now. were you able to come up with a solution?
by afa0011
Mon Sep 24, 2018 6:36 pm
Forum: Graphics, Figures & Tables
Topic: importing eps into latex
Replies: 6
Views: 5737

importing eps into latex

Hello Everyone,

I want to import an .eps figure to a LaTex doccument. In this purpose I use following packages:

\usepackage{graphicx}
\usepackage{epstopdf}

but, ....-eps-converted-to.pdf file is complately emppty, so the image doen't show up at doccument.
Do you have anny idea what could ...