Commit Graph

1173 Commits

Author SHA1 Message Date
Tom Z?hner
4cfc10fb8f Clean output directory recursively 2018-10-30 15:56:56 +01:00
James Yu
0005e384cc
Merge pull request #931 from James-Yu/revert-928-recursive-cleaning
Revert "Clean output directory recursively"
2018-10-30 17:19:38 +08:00
James Yu
2aa32a2b80
Revert "Clean output directory recursively" 2018-10-30 17:18:45 +08:00
James Yu
2198e1c952
Merge pull request #926 from tamuratak/add_animation_for_synctex
add animation for pdf-to-tex SyncTeX
2018-10-30 16:00:12 +08:00
James Yu
387753cb18
Merge pull request #927 from tamuratak/trim_on_viewer
Trim mode on pdf viewer
2018-10-30 15:59:59 +08:00
James Yu
45c11db09f
Merge pull request #928 from zoehneto/recursive-cleaning
Clean output directory recursively
2018-10-30 15:57:56 +08:00
James Yu
5546503a58
Merge pull request #929 from zoehneto/create-outdir
Create output directory and sub directories on build
2018-10-30 15:57:44 +08:00
Tom Z?hner
4962054083 Create output directory and sub directories on build 2018-10-29 17:59:52 +01:00
Tom Z?hner
41866ec305 Clean output directory recursively 2018-10-29 15:38:27 +01:00
Jerome Lelong
60f8cd06b1 Add command to surround selected text with an environment
Call latex-workshop.wrap-env
2018-10-29 11:20:24 +01:00
Jerome Lelong
917ac68dda Add documentation related to --max-print-lines and Panel Problems
This is related to #923.
2018-10-29 10:33:18 +01:00
Jerome Lelong
2d31b6dd21 Add configuration option to enable --max-print-line
Adding the --max-print-line option is bound to the configuration
variable
    latex-workshop.maxPrintLine.option.enabled

This closes #923.
2018-10-29 10:19:53 +01:00
Jerome Lelong
67b4fad6fd Fix #358: add embedding support for the Asymptote language
Everything inside \begin{asy}...\end{asy} is recognized as Asymptote
code. Note that to make it work, you first need to install the Asymptote
extension.
2018-10-29 08:29:53 +01:00
James Yu
1f48177d7d
Merge pull request #925 from tecosaur/patch-1
Fix mathcal shortcut
2018-10-29 13:02:52 +08:00
Takashi Tamura
e0d6e3ba45 add animation for pdf-to-tex SyncTeX 2018-10-29 12:26:22 +09:00
tecosaur
c865e3aee3
Fix mathcal shortcut
Reference misspelt. Closes #924
2018-10-29 11:11:04 +08:00
Jerome Lelong
805c89678e Add documentation for Synctex after Build
This is related #379.
2018-10-28 07:54:49 +01:00
Takashi Tamura
f0e681a38a immediately return if trim is not selected. 2018-10-28 06:50:09 +09:00
Jerome Lelong
2b805120a1 Fix wrong prefix for embedding html and xml 2018-10-27 17:05:41 +02:00
Jerome Lelong
41bf1b0026 Merge branch 'embedded'
This closes #916.
2018-10-27 16:50:01 +02:00
Jerome Lelong
eb33f84c9f Add support for embedded languages outside minted
The following environments are recognized as containing embedded
languages:
- pycode (equivalent to \begin{minted}{code})
- cppcode (equivalent to \begin{minted}{code}
- gnuplot (requires the gnuplottex package)
- dot2tex (requires the dot2texi package)

pycode and cppcode are typically defined using \newminted.

Of course, you need to install the appropriate extensions to support
these new types. Here, we only add the embeddind feature.
2018-10-27 16:45:44 +02:00
Jerome Lelong
244d948240 Factorize generic minted 2018-10-27 16:10:16 +02:00
Jerome Lelong
0779ade9f8 Add support for more embedded languages
css, html, js, lua, xml, yaml
2018-10-27 16:09:55 +02:00
Jerome Lelong
29517c39ad Factorize again and add c++ support 2018-10-27 15:14:30 +02:00
Jerome Lelong
8acabcda8d Factorize some syntax highlighting for minted 2018-10-27 14:51:35 +02:00
Jerome Lelong
83a41d484c Remove duplicate minted entries 2018-10-27 14:38:14 +02:00
Jerome Lelong
cf3f6c384f Fix embedded wode with minted 2018-10-27 13:38:22 +02:00
Takashi Tamura
0d9eef4825 minor edit 2018-10-27 17:58:48 +09:00
Jerome Lelong
ffae8135a6 Fix #922: add highlighting support for VerbatimOut 2018-10-27 10:50:35 +02:00
Takashi Tamura
cfb5fa80aa add trim mode on pdf viewer 2018-10-27 17:00:02 +09:00
Raphael Bost
2b9f0673d3 Avoid an explicit infinite loop 2018-10-26 09:43:59 +02:00
Raphael Bost
310163c525 Fix #919
Create a loop to look for recursive magic root directives.
2018-10-26 09:38:30 +02:00
Jerome Lelong
c9f51e1b5c Fix #894: use '/' as the path separator for file completion. 2018-10-26 08:25:16 +02:00
James Yu
69c83079c4
Merge pull request #917 from tamuratak/fix_readme
fix README.md
2018-10-25 11:12:28 +08:00
Takashi Tamura
150a27bd0b fix REDAME.md 2018-10-25 11:56:02 +09:00
James Yu
fed6c6e096
Merge pull request #909 from tamuratak/view_pdf_on_ref
Add [View on pdf] link  in hover on \ref
2018-10-21 18:24:03 +08:00
James Yu
65c0a4c244
Merge pull request #908 from tecosaur/master
Add gifs to readme
2018-10-21 18:23:04 +08:00
tecosaur
b263402afe
Rewrote sentence for clarity 2018-10-21 16:02:30 +08:00
tecosaur
90f3c12e37
Update image src links
Since folder was changed, also replace   with tabs
2018-10-21 15:59:30 +08:00
Takashi Tamura
4ce5040cf9 minor edit 2018-10-21 16:42:42 +09:00
Takashi Tamura
aaeec3d9da add syncTeXOnRef 2018-10-21 16:21:48 +09:00
tecosaur
e4d6a7cff1 Change images folder name 2018-10-21 10:22:13 +08:00
Takashi Tamura
14dd647394 command link to view pdf in hover on ref 2018-10-21 09:36:03 +09:00
tecosaur
d45e05b7b4
Add two gifs, and update src to local files 2018-10-20 13:35:18 +08:00
tecosaur
5467266e42
Add chktex and subparagraph gif 2018-10-20 13:34:02 +08:00
tecosaur
bc8dc8d02f
Delete chktex 2.png 2018-10-20 13:33:35 +08:00
tecosaur
fca374c9d7
Delete chktex 1.png 2018-10-20 13:33:27 +08:00
tecosaur
2229ffe17d
Delete ref 2.mp4 2018-10-20 13:33:11 +08:00
tecosaur
988ebc7b17
Add extension demo files
I thought it would be better to link to files in the repository than GitHub user uploads.
2018-10-20 13:07:16 +08:00
tecosaur
74300e31f9
Added pretty Gifs, and preview on hover 2018-10-20 01:13:06 +08:00