forked from mirrors/org-cv
update paths to compiled pdfs
This commit is contained in:
parent
6bdc5dc497
commit
3f67833f17
2 changed files with 8 additions and 8 deletions
|
@ -29,8 +29,8 @@ When exporting you can call the following function to get the latex file.
|
|||
(org-latex-compile "moderncv.tex")
|
||||
```
|
||||
|
||||
<object data="/moderncv.org.pdf" type="application/pdf" width="100%" height="500px">
|
||||
<p>Alternative text - include a link <a href="/moderncv.org.pdf">to the PDF!</a></p>
|
||||
<object data="moderncv.org.pdf" type="application/pdf" width="100%" height="500px">
|
||||
<p>Alternative text - include a link <a href="moderncv.org.pdf">to the PDF!</a></p>
|
||||
</object>
|
||||
|
||||
|
||||
|
@ -89,6 +89,6 @@ When exporting you can call the following function to get the latex file.
|
|||
(org-latex-compile "altacv.tex")
|
||||
```
|
||||
|
||||
<object data="/altacv.org.pdf" type="application/pdf" width="100%" height="500px">
|
||||
<p>Alternative text - include a link <a href="/altacv.org.pdf">to the PDF!</a></p>
|
||||
<object data="altacv.org.pdf" type="application/pdf" width="100%" height="500px">
|
||||
<p>Alternative text - include a link <a href="altacv.org.pdf">to the PDF!</a></p>
|
||||
</object>
|
||||
|
|
|
@ -138,8 +138,8 @@ When exporting you can call the following function to get the latex file.
|
|||
#+END_SRC
|
||||
|
||||
#+BEGIN_EXPORT md
|
||||
<object data="/moderncv.org.pdf" type="application/pdf" width="100%" height="500px">
|
||||
<p>Alternative text - include a link <a href="/moderncv.org.pdf">to the PDF!</a></p>
|
||||
<object data="moderncv.org.pdf" type="application/pdf" width="100%" height="500px">
|
||||
<p>Alternative text - include a link <a href="moderncv.org.pdf">to the PDF!</a></p>
|
||||
</object>
|
||||
#+END_EXPORT
|
||||
** Using alta-cv
|
||||
|
@ -203,8 +203,8 @@ When exporting you can call the following function to get the latex file.
|
|||
#+END_SRC
|
||||
|
||||
#+BEGIN_EXPORT md
|
||||
<object data="/altacv.org.pdf" type="application/pdf" width="100%" height="500px">
|
||||
<p>Alternative text - include a link <a href="/altacv.org.pdf">to the PDF!</a></p>
|
||||
<object data="altacv.org.pdf" type="application/pdf" width="100%" height="500px">
|
||||
<p>Alternative text - include a link <a href="altacv.org.pdf">to the PDF!</a></p>
|
||||
</object>
|
||||
#+END_EXPORT
|
||||
|
||||
|
|
Loading…
Reference in a new issue