Search found 11 matches
- Sat Jul 08, 2017 3:39 am
- Forum: Text Formatting
- Topic: Make abstract across two columns
- Replies: 7
- Views: 11256
Make abstract across two columns
It's been handled.
- Fri Jul 07, 2017 6:22 am
- Forum: Text Formatting
- Topic: Make abstract across two columns
- Replies: 7
- Views: 11256
Make abstract across two columns
Where in the code indicates "publish with AMS"? It is a IEEE transaction so I think the doc class should be IEEEtran. This is all I know.
- Fri Jul 07, 2017 5:50 am
- Forum: Text Formatting
- Topic: Make abstract across two columns
- Replies: 7
- Views: 11256
Make abstract across two columns
Yes, but I can't catch your answer. what do you mean by "follow the style" and "the journal design has to be matched"? What do I do?
- Fri Jul 07, 2017 5:21 am
- Forum: Text Formatting
- Topic: Make abstract across two columns
- Replies: 7
- Views: 11256
Make abstract across two columns
The latex code is pasted as follows. I am using IEEEtran document class.
\documentclass[10pt,journal,letterpaper,compsoc]{IEEEtran}
\makeatletter
\def\ps@headings{%
\def\@oddhead{}%
\def\@evenhead{\scriptsize\thepage \hfil \leftmark\mbox{}}%
\def\@oddfoot{\mbox{}\scriptsize \rightmark \hfil ...
\documentclass[10pt,journal,letterpaper,compsoc]{IEEEtran}
\makeatletter
\def\ps@headings{%
\def\@oddhead{}%
\def\@evenhead{\scriptsize\thepage \hfil \leftmark\mbox{}}%
\def\@oddfoot{\mbox{}\scriptsize \rightmark \hfil ...
- Fri Jul 07, 2017 4:01 am
- Forum: Text Formatting
- Topic: Make abstract across two columns
- Replies: 7
- Views: 11256
Make abstract across two columns
It is required by a journal to have abstract across two columns. I followed the instructions here: http://www.tex.ac.uk/FAQ-onecolabs.html, but none of the code snippets there works. The specific problems are:
(1) the "----- star -----" appears before the abstract
(2) the word "Abstract" and "Index ...
(1) the "----- star -----" appears before the abstract
(2) the word "Abstract" and "Index ...
- Fri Jun 02, 2017 6:46 am
- Forum: Graphics, Figures & Tables
- Topic: Cannot use eps file
- Replies: 6
- Views: 13128
Cannot use eps file
Yes, it is path problem. If I put the eps file in the document folder and remove the folder path as you suggested, everything is fine. Thank you again for your help.
- Thu Jun 01, 2017 2:41 pm
- Forum: Graphics, Figures & Tables
- Topic: Cannot use eps file
- Replies: 6
- Views: 13128
Cannot use eps file
Yes, I successfully got the pdf I want by following your instructions. Thank you very much.
But it is awkward since I need to convert it manually for every eps file. Is it possible to fix it somewhere so that the conversion can be conducted automatically inside WinEdt? Thanks a lot.
But it is awkward since I need to convert it manually for every eps file. Is it possible to fix it somewhere so that the conversion can be conducted automatically inside WinEdt? Thanks a lot.
- Thu Jun 01, 2017 4:18 am
- Forum: General
- Topic: MikTex 2.9+WinEdt 10.1+XeLaTeX keep spitting out errors
- Replies: 1
- Views: 3346
MikTex 2.9+WinEdt 10.1+XeLaTeX keep spitting out errors
Environment:
- WIndows 7 64 bit
- MikTex 2.9
- WinEdt 10.1, XeLaTeX
Latex Source:
\documentclass[conference]
\begin{document}
\end{document}
From such a minimum latex I can get nothing but errors:
Command Line: xelatex.exe --interaction=errorstopmode --synctex=-1 ".......tex"
Startup Folder: C ...
- WIndows 7 64 bit
- MikTex 2.9
- WinEdt 10.1, XeLaTeX
Latex Source:
\documentclass[conference]
\begin{document}
\end{document}
From such a minimum latex I can get nothing but errors:
Command Line: xelatex.exe --interaction=errorstopmode --synctex=-1 ".......tex"
Startup Folder: C ...
- Thu Jun 01, 2017 3:28 am
- Forum: Document Classes
- Topic: ! LaTeX Error: File `IEEEtran.cls' not found.
- Replies: 1
- Views: 16819
! LaTeX Error: File `IEEEtran.cls' not found.
Environment:
- Windows 7 64 bit
- MikTex 2.9
- WinEdt 10.1, XeLaTeX
Latex Source:
\documentclass[conference]{IEEEtran}
\title{My IEEE paper}
\begin{document}
\maketitle% Create/set the title
\end{document}
I was prompted the following dialog
Untitled1.png
and I clicked the "install" button ...
- Windows 7 64 bit
- MikTex 2.9
- WinEdt 10.1, XeLaTeX
Latex Source:
\documentclass[conference]{IEEEtran}
\title{My IEEE paper}
\begin{document}
\maketitle% Create/set the title
\end{document}
I was prompted the following dialog
Untitled1.png
and I clicked the "install" button ...
- Thu Jun 01, 2017 2:37 am
- Forum: Graphics, Figures & Tables
- Topic: Cannot use eps file
- Replies: 6
- Views: 13128
Cannot use eps file
As I said, this log file is empty. By empty it means the file size is 0 byte. I tried deleting this file and re-compile, then I got the same error and the same empty log file.