mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-15 02:58:29 +00:00
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")
|
(org-latex-compile "moderncv.tex")
|
||||||
```
|
```
|
||||||
|
|
||||||
<object data="/moderncv.org.pdf" type="application/pdf" width="100%" height="500px">
|
<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>
|
<p>Alternative text - include a link <a href="moderncv.org.pdf">to the PDF!</a></p>
|
||||||
</object>
|
</object>
|
||||||
|
|
||||||
|
|
||||||
|
@ -89,6 +89,6 @@ When exporting you can call the following function to get the latex file.
|
||||||
(org-latex-compile "altacv.tex")
|
(org-latex-compile "altacv.tex")
|
||||||
```
|
```
|
||||||
|
|
||||||
<object data="/altacv.org.pdf" type="application/pdf" width="100%" height="500px">
|
<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>
|
<p>Alternative text - include a link <a href="altacv.org.pdf">to the PDF!</a></p>
|
||||||
</object>
|
</object>
|
||||||
|
|
|
@ -138,8 +138,8 @@ When exporting you can call the following function to get the latex file.
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_EXPORT md
|
#+BEGIN_EXPORT md
|
||||||
<object data="/moderncv.org.pdf" type="application/pdf" width="100%" height="500px">
|
<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>
|
<p>Alternative text - include a link <a href="moderncv.org.pdf">to the PDF!</a></p>
|
||||||
</object>
|
</object>
|
||||||
#+END_EXPORT
|
#+END_EXPORT
|
||||||
** Using alta-cv
|
** Using alta-cv
|
||||||
|
@ -203,8 +203,8 @@ When exporting you can call the following function to get the latex file.
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_EXPORT md
|
#+BEGIN_EXPORT md
|
||||||
<object data="/altacv.org.pdf" type="application/pdf" width="100%" height="500px">
|
<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>
|
<p>Alternative text - include a link <a href="altacv.org.pdf">to the PDF!</a></p>
|
||||||
</object>
|
</object>
|
||||||
#+END_EXPORT
|
#+END_EXPORT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue