Vladimir Lomov writes:
> Hello,
>
> ** stardiviner [2019-02-23 18:19:05 +0800]:
>
> [...]
>
I checked the =Resume.tex= file. The raw latex is this:
#+begin_src latex
\begin{center}
\includegraphics[width=2.0in]{data/images/me_picture 23.jpg}
\end{center}
#+en
Hello,
** stardiviner [2019-02-23 18:19:05 +0800]:
[...]
>>> I checked the =Resume.tex= file. The raw latex is this:
>>>
>>> #+begin_src latex
>>> \begin{center}
>>> \includegraphics[width=2.0in]{data/images/me_picture 23.jpg}
>>> \end{center}
>>> #+end_src
>>>
>>> No "23.bb", I search over th
Vladimir Lomov writes:
> Hello,
> ** stardiviner [2019-02-22 17:16:41 +0800]:
>
>>
>> Nicolas Goaziou writes:
>>
>>> Hello,
>>>
>>> stardiviner writes:
>>>
Here is the screenshot in attachment, you can see the characters 23.bb
left side of the inline image.
The original
Hello,
** stardiviner [2019-02-22 17:16:41 +0800]:
>
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> stardiviner writes:
>>
>>> Here is the screenshot in attachment, you can see the characters 23.bb
>>> left side of the inline image.
>>>
>>> The original Org inline image format is:
>>>
>>> ```org
Nicolas Goaziou writes:
> Hello,
>
> stardiviner writes:
>
>> Here is the screenshot in attachment, you can see the characters 23.bb
>> left side of the inline image.
>>
>> The original Org inline image format is:
>>
>> ```org
>> #+ATTR_ORG: :width 200
>> #+ATTR_LATEX: :width 2.0in
>> #+ATTR_H
Hello,
stardiviner writes:
> Here is the screenshot in attachment, you can see the characters 23.bb
> left side of the inline image.
>
> The original Org inline image format is:
>
> ```org
> #+ATTR_ORG: :width 200
> #+ATTR_LATEX: :width 2.0in
> #+ATTR_HTML: :id avatar :width 200px :alt 那时23岁的我
>
Nicolas Goaziou writes:
> Hello,
>
> stardiviner writes:
>
>> Now I figured out, because the filename contains a space, which Org auto
>> converted to `%20' when exit org-insert-link. That's why can't see the
>> inline image in exported PDF file. After I renamed image filename with
>> replace s
Hello,
stardiviner writes:
> Now I figured out, because the filename contains a space, which Org auto
> converted to `%20' when exit org-insert-link. That's why can't see the
> inline image in exported PDF file. After I renamed image filename with
> replace space with underline "_". Problem solv
Now I figured out, because the filename contains a space, which Org auto
converted to `%20' when exit org-insert-link. That's why can't see the
inline image in exported PDF file. After I renamed image filename with
replace space with underline "_". Problem solved.
But, if possible, I still hope
I have an inline image link like this in Org file:
```org
#+ATTR_ORG: :width 300
#+ATTR_LATEX: :width 3.0in
#+ATTR_HTML: :width 300px
[[file:data/images/me_picture%2023.jpg]]
```
When I export to PDF file, others work fine, but just no image, no link
at the inline image link position. Just blan
10 matches
Mail list logo