Movatterモバイル変換


[0]ホーム

URL:


Version 1.6.0

Bug Fixes

  1. Fixed bugs around table numbering.
  2. Used direct imports from stringr instead of wrapper functions.
  3. Improvements to stream editor, dumping for loop for vectorizedgsub.
  4. Updated default Rmd header configuration (#102).

Version 1.5.6

Bug Fixes

  1. Table/Figure/Algorithm Numbering Issues which were broken by updatesin pandoc and texor are fixed.
  2. Fixed table references being shown as?? instead ofnumber or reference name.
  3. Added soft fuse for thefig_code_chunk to skipconverting further images, on encountering a non standard Image.
  4. Updated workflows and badges.

Version 1.5.3

Bug Fixes

  1. Fixed the path to search for DESCRIPTION file in a packagedirectory.
  2. Moved clean up function toon.exit(), instead ofsequential execution.
  3. Fixed issue #99 where a Lua filter would not work with newer pandocversion.

Version 1.5.0

Feature Updates

  1. Included CodeCov code coverage workflow closing issue #70.
  2. Included custom JavaScript for auto-numbering equations independentofnumber_sections: option, fixing issue #83 and issue#86.
  3. Optional automatic equation numbering with a custom pandoc Luafilter, fixing issue #68.
  4. New option to convert figures into R markdown code chunks instead ofregular markdown syntax, somewhat fixing issue #80.
  5. New option to convert most table structures into a csv data file,which is included into the article usingkable() in a codeblock.
  6. New option to suppress package start up messages in the generateddocument, fixing issue #81.
  7. New options for vignette output styles includingbookdown,litedown andbiocstyle,closing issue #76.
  8. Use ofpseudocodejs for rendering Algorithm environmentin the R markdown files, closing issue #69.
  9. texor::rnw_to_rmd() now also modifies the DESCRIPTIONfile (if available) with DependencySuggests andVignetteBuilder if missing (#94)

Bug Fixes

  1. Fixed Issue #78 where references are not hyperlinked.
  2. Fixed Issue #67 where unlabeled tables were not numbered.
  3. Updated example Sweave file.
  4. Added support for some jss style LaTeX macros under issue #77.
  5. Partially fixed Issue #84 renaming bibliography file moreappropriately.
  6. Fixed Issue #79 where\vspace*{},\hspace*{} are ignored.
  7. Removedweb_only parameter from yaml front matter,adapting to changes inrjtools package.
  8. Using updatedtable_code_chunkpandoc Lua filter, which preserves the table data more effectively, seesupportedtypes for more information.
  9. texor::rnw_to_rmd():front_matter_typeparameter is now calledoutput_format with no defaults(#91).
  10. To support offline math in bookdown format,math_methodoption is now set tokatex (better for accessibility) bydefault, in case of equation numbering it is set tomathjax(#92,#90).
  11. Fixed Relative Paths Issue intexor::rnw_to_rmd()(#93).
  12. VignetteEngine in bookdown format is nowknitr::rmarkdown (#94).
  13. Removed excessprint() statements from LuaFilters.
  14. If the figure/table referenced to a sweave code chunk is labelledwith the prefix(fig:,tab:,table:) then thereferences will be transformed to bookdown style label.

Version 1.4.0

Feature Updates

  1. Initial Support for Sweave (.Rnw) article conversion.
  2. A new Hex-sticker for the package.
  3. Simplification of Readme file.

Bug Fixes

  1. Fixed Rd files with LaTeX like syntax to conform with recent Rchanges.
  2. Removed redundant comments regarding pandoc version checks fromexamples.
  3. Updates warning messages and notes in Rd section.

Version 1.3.0

Feature Updates

  1. Equations are better handled and equation references are edited tomatch bookdown format.
  2. Knitting of Rmarkdown is now done outside thetempfolder to avoid PDF compilation errors.
  3. Added workaround macros for\nameref{} and\autoref{}.
  4. Added workaround macros for\scalebox{},\fbox{},\adjustbox{},\framebox{}.
  5. Option to set DPI when invokingconvert_to_pngfunction.

Bug Fixes

  1. CodeBlocks andWideTables are now back tothe original form.
  2. Algorithm get separate numbering in references.
  3. Removed unnecessary warnings.
  4. Better mechanism to remove leftover text after processing tikz.
  5. Package names using\pkg{} are now bold.
  6. Reduced DPI of raster images to reduce file sizes.
  7. Algorithmic not treated as figures.
  8. Fixes in lua filters for equation which now adds basic support fortabular and removes nested inline math.
  9. Fixing logic in table reference numbering.

Accessibility FeatureUpdates

  1. All images processed are set with a default alt-text : ‘graphicwithout alt text’

Version 1.2.0

Feature Updates

  1. CodeBlock andWideTable get their ownnumbering (but they share references with figures), Enhancement#51.
  2. added support for\command{..} macro.
  3. Included dummyslug andcitation_url,Issue #50.
  4. Included a constructor for sample article, Enhancement #52.
  5. Added support for\file{},\var{},\env{},\option{},\dfn{},\cpkg{} and\samp{} macro.
  6. Asking user for Inputs ininteractive_mode, Enhancement#53.

Bug Fixes

  1. Modified the workflow to avoid missing Images.
  2. Modified Lua filters to suppress numbering widetables incaptions.
  3. Fixed Issue #49 where some text of algorithms were left behind.
  4. Updated pdf conversion functions with poppler version check and notein man pages.
  5. Fixed copying markdown files back in temp_mode.
  6. Setunlink() ason.exit() function intemp_mode
  7. Removed table Numbering for images gridded in a table environmentwithin a Figure environment.

Version 1.1.0

Feature Updates

  1. New mechanism to convert articles without wrapper files.
  2. Support for non-standard named RJwrapper files.
  3. Support for files with inclusive articles, however only articlesincluded in the main article are included.
  4. Support forsmallexample code environment
  5. Enhancement #47 : temporary mode for conversions to keep theoriginal LaTeX article untouched.
  6. Bumped up pandoc version requirement from 2.17 to 3.1 (minimum),latest (recommended)

Bug Fixes

  1. Figure Environment wont be numbered if there is no Image in it.
  2. Now tikz images can be hot reloaded, no need to remove\includegraphics{} line manually.
  3. Fixed #46 where tikz style blocks would persist.
  4. Fixed #45 with Enhancement #47.
  5. Closed #41 momentarily.
  6. Default issue and year is now based on current date.
  7. Fixed #48 - in Lua filter added check forDisplayMathfor equation numbering.
  8. Closed #40 as most of the issues have been fixed.

Version 1.0.5

Feature Updates

  1. A new Lua Filter to check for possible issues in LaTeX file duringconversion
  2. New function to check multiple labels used in an environment

Bug Fixes

  1. Updated Image caption Lua filter which was broken by pandoc v3(Figure update)
  2. Updated pkgdown website theme
  3. Fixed a Lua Filter to add extensions to some LaTeX Figureelements

Version 1.0.3

Bug Fixes

  1. Fixed a test case where it was attempting to write inuser-library.

Version 1.0.2

Bug Fixes

  1. Added a pre-check before reading a file intexor::check_markdown_file().
  2. Fixed a bug where empty lines could not be filtered out.
  3. Usage offile.exists() before actualreadLines().

Version 1.0.1

Feature Updates

  1. Algorithm figures are now numbered.
  2. Addedboxedverbatim support for code environments.
  3. Includedweb_only parameter for embedding PDF or usingRmarkdown to produce HTML.
  4. Updated to MathJax Version3 and added-tex_math_single_backslash extension to pandoc for bettermath handling.
  5. Support for sample articles without the directory structure asrequired for RJ articles.
  6. Updated Instructions and examples (hence closing GitHub Issue#23).
  7. Updated contributor information.
  8. More examples and test cases.
  9. Pandoc Version checker for better compatibility and experience.
  10. Markdown checker for better compatibility and experience.
  11. CRAN release.

Bug Fixes

  1. Usingxfun::normalize_path() instead ofnormalizePath() for relative/absolute path handling
  2. Stream editor also works on algorithm environments.
  3. Fixed image sizing paramaters.
  4. New algorithm to find, convert and copy images appropriately.
  5. Fixed a bug where, if themetadata$address is missingthenmetadata$author will be used as author name.
  6. RemovesRJournal.sty file as it conflicts with innerworkings of pandoc.
  7. Fixed file extension editing usingxfun::with_ext()instead ofgsub().
  8. More precisetitle anddescription.
  9. Added rebib as a dependency given it is now available on cran(henceclosing #38)
  10. Fixed bugs related to copying files and images (Github Issue #36 and#34)

Version 0.6.9

Feature Updates

  1. Added algorithm2e graphics support (beta) (GitHub Issue #32)
  2. Added tikz graphics support (GitHub Issue #7)
  3. Added automation workflow with a separate logger for logging successand failure of conversion.

Bug Fixes

  1. Fixing equation labeling issue with,.,_ in equations and also addedeq: beforeequation starts if not present.
  2. Added support for relative paths
  3. Fixed bugs in figure parser with new regex.
  4. Fixed tikz lib extraction method

Deprecated Features

  1. Removing old bibliographic parser/converter from texor in favour ofnew implementation inrebib which supports manymore features.

Version 0.6.7

Feature Updates

  1. Equation labeling and numbering
  2. Code/table/equation/figure pre-processors
  3. fixed many meta data related issues
  4. We now use Mathjax V3
  5. New testthat test cases
  6. pkgdown website
  7. texor::latex_to_web() for a single article
  8. new stat tools for some metrics and conversion coverage check
  9. environment/word count for pandoc convert

Bug Fixes

  1. Support for absolute paths
  2. Fixed a lot of logic errors
  3. Fixed incompatibilities
  4. removed unnecessary code and features
  5. R-CMD-check passing
  6. Github workflows should work now
  7. Improved stat filter which exports pre and post conversion statsyaml file
  8. namespaces in logger
  9. URL fix for non http:// web Links
  10. Figure max width : 100% extra option added to figures.
  11. fixed pre processing of tikz
  12. fixed problems in journal volume
  13. comment filter mechanism for latex
  14. improved lua filter for numbering and centering figures
  15. fixed slug issue

Version 0.5.9

Feature Updates

  1. Automated orchestration of conversion
  2. New stream editor in R
  3. Using stream editor instead of lua filter for code
  4. Using stream editor instead of GNU sed for table
  5. changes in lua filter for R code
  6. Using stream editor for figure environment patching
  7. Automatic fetching of volume and issue from folder

Bug Fixes

  1. Support for absolute paths fixed(in almost all functions)
  2. Fixed some logic errors
  3. Fixes in metafix.sty

Version 0.5.5

Update Highlights :

  1. Placeholder abstract text for articles missing abstract
  2. \CRANpkg(),\BIOpkg() andCRAN_TASK_VIEWS are supported
  3. Tables have numbering
  4. A new lua filter for numbering tables
  5. Patched Metafix.sty
  6. More vignettes

Version 0.5.2

This package matures at this point where almost all features areworking, and soon will be ready for CRAN deployment. The following arethe features working:

  1. LaTeX macros such as\pkg,\CRANpkg,\code aresupported.
  2. Reading Metadata from LaTeX file as well as DESCRIPTION.
  3. Reading bibliography from bibtex files and ignoring\thebibliography
  4. A parser to read and convert inbuilt\thebibliographyto bibtex
  5. Supports code environments likeSinput,Soutput,example,example*,verbatim with code highlight.
  6. Supports graphics included as PDF,PNG,JPG.
  7. Functions to convert PDF graphics to PNG.
  8. Almost all tables are converted with a few exceptions.
  9. Other things like citations,links,footnotes,math(limited) are alsosupported.

[8]ページ先頭

©2009-2025 Movatter.jp