Activity for standalone

  • Martin Scharrer Martin Scharrer modified ticket #3

    Incompatibility import.sty and standalone.sty

  • Martin Scharrer Martin Scharrer posted a comment on ticket #3

    Duplicate of https://sourceforge.net/p/currfile/tickets/2/. Fixed in currfile (used internally by standalone) in v0.8 2022-10-10.

  • Martin Scharrer Martin Scharrer modified ticket #7

    `tlmgr install standalone` lack dependency

  • Martin Scharrer Martin Scharrer posted a comment on ticket #7

    Fix published in v1.3b 2022-10-10

  • Martin Scharrer Martin Scharrer modified ticket #2

    Problems using Standalone after update

  • Martin Scharrer Martin Scharrer posted a comment on ticket #2

    Closed as the problem got fixed upstream (LaTeX core).

  • Martin Scharrer Martin Scharrer modified a comment on ticket #2

    the problem has been resolved in l3kernel, the document compiles for me now. https://github.com/latex3/latex3/issues/813

  • Martin Scharrer Martin Scharrer posted a comment on ticket #3

    Hi, this is actually an issue with currfile package, also written by me, used by standalone. The following example file generates the same issue. The problem seems to be the space in the filename. As work-around I would suggest to rename your input files. \documentclass{article} \usepackage{currfile} \usepackage{import} \begin{filecontents}{"fi le"} File `fi le.tex' \end{filecontents} \begin{document} Before import statement \import{./}{"fi le"} After import statement \end{document}

  • Martin Scharrer Martin Scharrer committed [d7a401]

    Updated Makefile.

  • Martin Scharrer Martin Scharrer modified ticket #6

    Unable to use algorithm environment in standalone document

  • Martin Scharrer Martin Scharrer posted a comment on ticket #6

    Hi, the \onlyifstandalone macro is provided by the package and the class. So just using an article class and loading the standalone package there would work. The manual states which macros are provided by the package and which by the class (and which by both).

  • Martin Scharrer Martin Scharrer modified ticket #5

    \marginpar does not work: You can't use `\end' in internal vertical mode.

  • Martin Scharrer Martin Scharrer modified ticket #7

    `tlmgr install standalone` lack dependency

  • Martin Scharrer Martin Scharrer posted a comment on ticket #7

    I added a DEPENDS.txt file in commit [8db5e4] to make TeXLive install the dependencies automatically. Will be part of the next release.

  • Martin Scharrer Martin Scharrer committed [8db5e4]

    Ticket #7: Added DEPENDS.txt file for TeXLive.

  • Martin Scharrer Martin Scharrer committed [ac27b7]

    Merge

  • Martin Scharrer Martin Scharrer committed [550830]

    Updated Makefile.

  • Martin Scharrer Martin Scharrer modified ticket #8

    sort option removes content

  • Rebecca Coffman Rebecca Coffman posted a comment on ticket #8

    Turns out I had a mistake in my Makefile. This ticket can be closed.

  • Rebecca Coffman Rebecca Coffman created ticket #8

    sort option removes content

  • y-marui y-marui created ticket #7

    `tlmgr install standalone` lack dependency

  • Guilherme Zagatti Guilherme Zagatti posted a comment on ticket #6

    Many thanks for the detailed answer. The reason why I was using the class standalone was to be able to input it into the main document. So if I use the article class instead do I also get all the benefits of using the standalone package in the main file (eg. only a single preamble and imports, etc.)? Also, what would be the best way to use the macros provided by standalone (eg. \onlyifstandalone{〈code〉}) in a document with the article class? Would it just be a matter of importing standalone as a...

  • Martin Scharrer Martin Scharrer posted a comment on ticket #6

    Hi, algorithm is basically a float like figure or table which cannot be catched inside a box (also not by a simple minipage etc.). I would recommend you to simply use a separate file with the article class instead and input that in the main file while loading the standalone package in it. I posted an extended answer on tex.se: https://tex.stackexchange.com/a/629935/2975

  • Guilherme Zagatti Guilherme Zagatti created ticket #6

    Unable to use algorithm environment in standalone document

  • Martin Scharrer Martin Scharrer posted a comment on ticket #5

    Yes, marginpar and similar things are not supported. standalone is not intendend for normal running text, but for diagrams, single paragraphs etc. It does not provide a normal page setup with the text box and margins, but captures the content in a box. The options 'crop', 'preview' or 'varwidth' basically just add a paragraph box around the content before boxsing it to allow for vertical content. If you want to have running text with marginpars then you would need a different class or package. Maybe...

  • Martin Schröder Martin Schröder created ticket #5

    \marginpar does not work: You can't use `\end' in internal vertical mode.

  • Marko Pinteric Marko Pinteric created ticket #4

    PNG conversion no longer works with pdflatex

  • Gernot Salzer Gernot Salzer posted a comment on ticket #3

    Something went wrong with the attachment in the original post, and I didn't find a way to edit it, so once more the attachment.

  • Gernot Salzer Gernot Salzer created ticket #3

    Incompatibility import.sty and standalone.sty

  • U_Fischer U_Fischer modified a comment on ticket #2

    the problem has been resolved in l3kernel, the document compiles for me now. https://github.com/latex3/latex3/issues/813.

  • U_Fischer U_Fischer posted a comment on ticket #2

    the problem has been resolved in l3kernel, the document compiles for me now. https://github.com/latex3/latex3/issues/813

  • Martin Scharrer Martin Scharrer modified ticket #2

    Problems using Standalone after update

  • Martin Scharrer Martin Scharrer posted a comment on ticket #2

    According to Ulrike Fischer is problem is: \aftergroup\endinput in \sa@enddocument is too early now, it interrupts the hook code

  • U_Fischer U_Fischer posted a comment on ticket #2

    A simple example is \begin{filecontents}[overwrite]{file2.tex} \documentclass{article} \begin{document} blub \end{document} \end{filecontents} \documentclass[]{report} \usepackage{standalone} \begin{document} \input{file2.tex} \end{document} It fails only with lualatex (which uses a different implementation of a string comparision command). The problem seems to be the \aftergroup\endinput in \sa@enddocument which interrupts the command. I will also open an issue about the string comparision command,...

  • Julian Dobusch Julian Dobusch created ticket #2

    Problems using Standalone after update

  • Martin Scharrer Martin Scharrer committed [13b176]

    Updated email address in Makefile

  • Martin Scharrer Martin Scharrer committed [840af6]

    Updated Makefile to meet CTAN requests for ZIP file.

  • Martin Scharrer Martin Scharrer modified ticket #1

    Issue with cropping using Qcircuit

  • Matthew Huszagh Matthew Huszagh posted a comment on ticket #1

    Thanks for such a quick response Martin. My setup is a bit unusual, so modifying Qcircuit to include text in the bounding box might actually be the easiest solution. In any event, this doesn't appear to really be an issue with standalone, so feel free to close this. Thanks for all the work you've put into this tool!

  • Martin Scharrer Martin Scharrer modified ticket #1

    Issue with cropping using Qcircuit

  • Martin Scharrer Martin Scharrer posted a comment on ticket #1

    Hi Matthew, standaloneclipps to the official bounding box and some picture environments do not encount labels to their bounding boxes. There is nothing from within TeX what standalonecan do about it as it has no way to know where the ink is and not. Workarounds you can try: 1. you could try to make Qcircuitproduce the correct bounding box. Maybe there is an option, but I actually doubt that. 2. add a border using the border=<value> class option. This depends on the picture unfortunatly, i.e. needs...

  • Matthew Huszagh Matthew Huszagh posted a comment on ticket #1

    Here's the clipped version.

  • Matthew Huszagh Matthew Huszagh created ticket #1

    Issue with cropping using Qcircuit

  • Martin Scharrer Martin Scharrer committed [9c8c31]

    Added tag v1.3 for changeset 09225510954d

  • Martin Scharrer Martin Scharrer committed [9c0b44]

    standalone.sty: Added check if \sa@requestedpage is undefined or empty, which can happen with newer versions of LuaLaTeX.

  • Martin Scharrer Martin Scharrer committed [0bdf7f]

    Fix for issue #22: Removed processing of AUX file with \globaldefs.

  • Martin Scharrer Martin Scharrer committed [8152cc]

    Added tag v1.3a for changeset 5babf1d45222

  • Martin Scharrer Martin Scharrer committed [5bee26]

    standalone.sty: Updated page handling to new graphics driver version.

  • Martin Scharrer Martin Scharrer committed [11e29a]

    Merged with LuaTeX fix fork from https://bitbucket.org/qulogic/standalone

  • Martin Scharrer Martin Scharrer committed [5f98b2]

    Added test file for issue #35.

  • Martin Scharrer Martin Scharrer committed [e4eaea]

    Corrected copyright year and executable flag on DTX file.

  • Elliott Sales de Andrade Elliott Sales de Andrade committed [de8c9f]

    Use shellesc package instead of write18.

  • Martin Scharrer Martin Scharrer committed [ed848e]

    Added loading of LuaTeX compatibility packages for convert option. Changed filemodedate code to support LuaTeX.

  • Elliott Sales de Andrade Elliott Sales de Andrade committed [138c48]

    Also set page{width,height} on LuaTeX >= 0.85.

  • Martin Scharrer Martin Scharrer committed [c43d69]

    Updated DTX file.

  • Martin Scharrer Martin Scharrer committed [2f6221]

    Fixing issue #26: Adding '-units PixelsPerInch' to 'convert' call so that generated PNGs have correct units parameter.

  • Martin Scharrer Martin Scharrer committed [5babf1]

    Set version-date to v1.3a 2018/03/26.

  • Martin Scharrer Martin Scharrer committed [5e6402]

    Updated copyright year range in README.

  • Martin Scharrer Martin Scharrer committed [8e4c04]

    Fix for Issue #30: Replaced jobname with subjobname in DVIPS precommand.

  • Martin Scharrer Martin Scharrer committed [a1b017]

    standalone.cfg: Fixed log file warnings when used outside preamble by wrapping \PassOptionsToPackage call into preamble check.

  • Martin Scharrer Martin Scharrer committed [91c1ea]

    Minor manual fix.

  • Martin Scharrer Martin Scharrer committed [dc3981]

    Loaded LuaLaTeX packages always with LuaTeX.

  • Martin Scharrer Martin Scharrer committed [ef6d3e]

    Fixed issue #40: Corrected order of border option in manual.

  • Martin Scharrer Martin Scharrer committed [092255]

    Updated bundle version to v1.3

  • Martin Scharrer Martin Scharrer committed [3f7345]

    Fix for issue #25: Changed how papersize special is added for dvips.

  • Martin Scharrer Martin Scharrer committed [8b30b0]

    Fixes for multi,convert.

  • Martin Scharrer Martin Scharrer committed [0f5b27]

    Fix for issue #31: Added \makeatother before inputting .sta files so that the subpreamble-changed test works with files using \makeatletter.

  • Elliott Sales de Andrade Elliott Sales de Andrade committed [3e51ee]

    Don't set pdfpage{width,height} on LuaTeX > 0.85.

  • Martin Scharrer Martin Scharrer committed [a709f3]

    Improved shellescape code to ensure compatibility with all current LaTeX formats.

  • Martin Scharrer Martin Scharrer committed [a53c83]

    Minor manual fixes.

  • Martin Scharrer Martin Scharrer committed [b3bf73]

    standalone:: Added dir structure.

  • Martin Scharrer Martin Scharrer committed [688e7f]

    standalone/dev/:: Imported first version of files.

  • Martin Scharrer Martin Scharrer committed [4c7a49]

    dev/testmain.tex, dev/test.tex:: Added test files.

  • Martin Scharrer Martin Scharrer committed [4e9ded]

    dev/standalone.sty:: Added macro to display needed packages. Requires an option to be added.

  • Martin Scharrer Martin Scharrer committed [1c3d7f]

    standalone.sty:: Package can now be cascaded.

  • Martin Scharrer Martin Scharrer committed [dedfa5]

    testmain.tex, test2.tex:: Added cascaded file.

  • Martin Scharrer Martin Scharrer committed [eb627b]

    dev/standalone.cfg, dev/standalone.cls:: Added usage of config file.

  • Martin Scharrer Martin Scharrer committed [bc9361]

    dev/standalone.sty:: Added better space handling.

  • Martin Scharrer Martin Scharrer committed [eddbe4]

    Added/updated test files.

  • Martin Scharrer Martin Scharrer committed [1097e3]

    dev/standalone.sty:: New supports all `\documentclass`es in sub-files. Some code style changes.

  • Martin Scharrer Martin Scharrer committed [5098d7]

    standalone.cls:: Real class incl. options can now be set using class options 'class' and 'classoptions'. Fixed: Beamer causes an error because it also checks for 'class' in the global class option list and tries to reload itself.

  • Martin Scharrer Martin Scharrer committed [8d049c]

    dev/standalone.cfg:: Moved 'tighpage' option from class to config file.

  • Martin Scharrer Martin Scharrer committed [ba39dc]

    dev/standalone.sty:: Added empty 'standalone' environment.

  • Martin Scharrer Martin Scharrer committed [91e2b3]

    dev/testbeamermain.tex:: Added beamer main test file.

  • Martin Scharrer Martin Scharrer committed [fe1242]

    standalone.dtx:: Created DTX file from cls, sty, tex and cfg files.

  • Martin Scharrer Martin Scharrer committed [76221e]

    standalone.dtx:: Added svn:keywords.

  • Martin Scharrer Martin Scharrer committed [36aa9a]

    standalone.ins, standalone.dtx:: Added keywords, updated info string.

  • Martin Scharrer Martin Scharrer committed [8c8758]

    dev/standalone.old.sty::

  • Martin Scharrer Martin Scharrer committed [92374c]

    dev:: Updated ignore list.

  • Martin Scharrer Martin Scharrer committed [946f7f]

    dev/standalone.dtx:: Added usage examples.

  • Martin Scharrer Martin Scharrer committed [0f8b32]

    dev/standalone.dtx:: Added instruction and usage section.

  • Martin Scharrer Martin Scharrer committed [b717e1]

    dev/standalone.dtx:: Added more usage information.

  • Martin Scharrer Martin Scharrer committed [9fc0d6]

    dev/standalone.dtx, testbeamer.tex, testbeamervrb.tex:: The 'standalone' environment can now be defined by the user in the config file to select how to compile the code in standalone mode. In beamer standalone mode the environment 'standaloneframe' must be used.

  • Martin Scharrer Martin Scharrer committed [78efcc]

    dev/standalone.dtx:: Moved redefinition of `\enddocument` to `\sa@document` to allow for correct use of `standalone.tex`.

  • Martin Scharrer Martin Scharrer committed [fe613e]

    dev/standalone.dtx:: Adjusting documentation.

  • Martin Scharrer Martin Scharrer committed [5eaacf]

    dev/standalone.dtx:: Added support for all arguments of the beamer 'frame' to 'standaloneframe'.

  • Martin Scharrer Martin Scharrer committed [1ebfae]

    dev/standalone.dtx:: Added some user information. Added support for optional title and subtitle arguments to `standaloneframe`.

  • Martin Scharrer Martin Scharrer committed [0ec92f]

    dev/README:: Added small README file.

  • Martin Scharrer Martin Scharrer committed [55088b]

    dev:: Updated svn:ignore list.

  • Martin Scharrer Martin Scharrer committed [b74889]

    dev/standalone.dtx:: Adjusted release date.

1 >