Search found 10 matches
- Thu Jul 30, 2015 10:01 am
- Forum: General
- Topic: Cannot Open DDE Link
- Replies: 2
- Views: 8488
Re: Cannot Open DDE Link
I replaced Acrobat OpenDoc-Find.edt with the version that was listed there. However, I did not find Acrobat OpenDoc.edt in my installation at all. Where do I have to put the .edt file? I just put it in the same folder called Macros, but that does not seem to solve the problem, the same warning ...
- Tue Jul 28, 2015 3:12 pm
- Forum: General
- Topic: Cannot Open DDE Link
- Replies: 2
- Views: 8488
Cannot Open DDE Link
Dear Latex users, I have a problem and have no clue how to fix this.
I use WinEdt 8.2 with MikTex, very basic, but it works fine for me normally. The problem is when I compile my documents. It all works, but every single time, I get a warning that says:
Cannot Open DDE Link to:
"C:\Program Files ...
I use WinEdt 8.2 with MikTex, very basic, but it works fine for me normally. The problem is when I compile my documents. It all works, but every single time, I get a warning that says:
Cannot Open DDE Link to:
"C:\Program Files ...
- Wed May 27, 2015 1:24 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure placement
- Replies: 1
- Views: 2278
Figure placement
I have a small problem with the placement of my figures. I have a chapter, in which I have some sections and subsections. What I want is to have the figures at the correct (sub)section and a new (sub)section can only begin if the pictures that belong to the previous (sub)section are already depicted ...
- Tue Mar 10, 2015 5:16 pm
- Forum: Graphics, Figures & Tables
- Topic: Cross references, using cref
- Replies: 4
- Views: 15742
Cross references, using cref
For some, not apparent to me, reason, it suddenly decided to start working. I can't figure out why it wasn't working before, but it is now.
Apparently, compiling a few times worked. I now have the figure environment like below, which works fine.
\begin{figure}[h!]
\centering
\includegraphics ...
Apparently, compiling a few times worked. I now have the figure environment like below, which works fine.
\begin{figure}[h!]
\centering
\includegraphics ...
- Tue Mar 10, 2015 4:27 pm
- Forum: Graphics, Figures & Tables
- Topic: Cross references, using cref
- Replies: 4
- Views: 15742
Cross references, using cref
Thanks for the effort, but that did not solve it sadly.
Let me explain some more. I am working with subfiles, so I have a main file Report.tex:
\usepackage{Huge list of packages}
\usepackage{cleveref}
\crefname{equation}{equation}{equations}
\crefname{figure}{figure}{figures}
\crefname{section ...
Let me explain some more. I am working with subfiles, so I have a main file Report.tex:
\usepackage{Huge list of packages}
\usepackage{cleveref}
\crefname{equation}{equation}{equations}
\crefname{figure}{figure}{figures}
\crefname{section ...
- Mon Mar 09, 2015 3:53 pm
- Forum: Graphics, Figures & Tables
- Topic: Cross references, using cref
- Replies: 4
- Views: 15742
Cross references, using cref
Hi guys,
I have a problem with my cross references. I use the cleveref package. When I put in a figure, give it a caption and label and then use the reference, it won't say figure, but will say section instead. Also, it doesn't refer to the figure, but to the section it is in.
This is (essentially ...
I have a problem with my cross references. I use the cleveref package. When I put in a figure, give it a caption and label and then use the reference, it won't say figure, but will say section instead. Also, it doesn't refer to the figure, but to the section it is in.
This is (essentially ...
- Fri Feb 27, 2015 11:40 am
- Forum: General
- Topic: Bibliography & Subfiles
- Replies: 6
- Views: 10962
Re: Bibliography & Subfiles
Thank you, the explanation on the website you gave is very clear and the bibliography now works the way I wanted it to work. The JabRef programm is really nice.
- Wed Feb 25, 2015 1:26 pm
- Forum: General
- Topic: Bibliography & Subfiles
- Replies: 6
- Views: 10962
Bibliography & Subfiles
Okay, I think I get it. In the main file (report.tex) I put this then:
\documentclass{report}
\usepackage{subfiles}
\begin{document}
\subfile{\jobname-A.tex}
\input{\jobname-B}
\end{document}
with all other packages and subfiles I need.
The jobname-A.tex could then be, for example Theory.tex ...
\documentclass{report}
\usepackage{subfiles}
\begin{document}
\subfile{\jobname-A.tex}
\input{\jobname-B}
\end{document}
with all other packages and subfiles I need.
The jobname-A.tex could then be, for example Theory.tex ...
- Tue Feb 24, 2015 6:51 pm
- Forum: General
- Topic: Bibliography & Subfiles
- Replies: 6
- Views: 10962
Re: Bibliography & Subfiles
I still don't get it. I want this:
A main file, in which I include the packages, a cover page, an abstract and a table of content. Then only things like (but give me the best option) \include or \subfile or anything.
Then I want a bunch of secondary files, which I can run individually to produce a ...
A main file, in which I include the packages, a cover page, an abstract and a table of content. Then only things like (but give me the best option) \include or \subfile or anything.
Then I want a bunch of secondary files, which I can run individually to produce a ...
- Wed Jan 14, 2015 3:17 pm
- Forum: General
- Topic: Bibliography & Subfiles
- Replies: 6
- Views: 10962
Bibliography & Subfiles
Hi,
I am trying to incorporate a bilbiography with the use of subfiles, but I don't get it to work the way I want to.
A summary of what I want is to work in subfiles, where I can use the \cite{} command to cite a reference from Bibliography.bib. However, I don't get it to work properly. I am ...
I am trying to incorporate a bilbiography with the use of subfiles, but I don't get it to work the way I want to.
A summary of what I want is to work in subfiles, where I can use the \cite{} command to cite a reference from Bibliography.bib. However, I don't get it to work properly. I am ...