Search found 5 matches

by mandinga
Tue Nov 26, 2013 10:10 pm
Forum: General
Topic: problem using package xparse
Replies: 5
Views: 24656

problem using package xparse

I compiled as you suggested and it worked! I was asked to install the package etex, and then it all went great. (No idea why the package maintenance was not started while compiling from the editor -was using TeXnicCenter Stable 1.0 -maybe it needs an update?)

Thanks a lot!!! :)
by mandinga
Tue Nov 26, 2013 9:42 pm
Forum: General
Topic: Reference to Figure without a Caption
Replies: 2
Views: 3117

Re: Reference to Figure without a Caption

Hi,

I don't need captions since the figures already include it. The order of the figure is the same, so I don't have troubles with the ennumeration. I would really like to avoid the work of typing the captions and the trouble of opening figure by figure and extracting the part of the caption.

(The ...
by mandinga
Tue Nov 26, 2013 9:03 pm
Forum: General
Topic: Reference to Figure without a Caption
Replies: 2
Views: 3117

Reference to Figure without a Caption

Hi,

I'm using MiKTeX 2.9 and all references of my figures are picking up the section number. I found some posts that answer this by placing the \label after the \caption. However, I don't want to use a caption. What should I do?

Thanks in advance!
by mandinga
Tue Nov 26, 2013 7:14 pm
Forum: General
Topic: problem using package xparse
Replies: 5
Views: 24656

problem using package xparse

Thanks a lot for your quick response, Johannes!
Here's the .log before adding the package you mentioned (i3kernel)

This is pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9) (preloaded format=pdflatex 2013.5.27) 26 NOV 2013 13:45
entering extended mode
**C:/Users/Gabo/Desktop/LaTeX1.tex
(C:/Users ...
by mandinga
Tue Nov 26, 2013 6:29 pm
Forum: General
Topic: problem using package xparse
Replies: 5
Views: 24656

problem using package xparse

Hi,

I'm running MiKTex 2.9 and I tried to add the package xparse but it's not working for some reason. It doesn't build anything (it creates the .log but not the rest of the files). The code:
\documentclass{article}
\usepackage{xparse}
\begin{document}
Hello world
\end{document}
I searched ...