Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

typeset_and_view 7755 trunk 6146 583

latest revision download trunk

6146 annotated / raw | Diffs: previous, other | Lines: 28 ( +2, -0 )

Created: 2006-11-15 13:31:46 -0600 (2 years ago) | Author: kevin | Changeset: 6146

Copied (2 times):

Add the help key as a shortcut for LaTeX Help

Branch point for: WIP

5714 annotated / raw | Diffs: previous, other | Lines: 26 ( +3, -60 )

Created: 2006-10-29 05:38:16 -0600 (2 years 1 month ago) | Author: duff | Changeset: 5714

• new markdown_to_help.rb script, this takes one or more markdown files as argument (or read from stdin) then outputs the HTML with a table of contents, enumerated sections, and horizontal separators between each section
• updated LaTeX and Blogging help commands to use markdown_to_help.rb

Currently commands need to wrap the HTML in the web_preview.rb header/footer, which seems redundant — this is mainly because markdown_to_help.rb is presently not smart enough to figure out which text to use for titles.

5246 annotated / raw | Diffs: previous, other | Lines: 83 ( +1, -1 )

Created: 2006-09-16 19:10:06 -0500 (2 years 2 months ago) | Author: Soryu | Changeset: 5246

Fixed an error where opening anchor tags were closed as spans. Output Validates now again.

5179 annotated / raw | Diffs: previous, other | Lines: 83 ( +1, -1 )

Created: 2006-09-12 04:46:18 -0500 (2 years 2 months ago) | Author: msheets | Changeset: 5179

Went through and rescoped Latex pretty majorly to be more in-line with other languages. Will be a bit shocking at first, especially coloring wise. If you have any custom snippets/commands/etc they will need to be changed to the new root scopes.

[CHANGED] Root scopes of the various TeX/LaTeX grammars changed to bring them in-line with each other. TeX – text.tex, LaTeX – text.tex.latex, TeX Math – text.tex.math, Beamer – text.tex.latex.beamer, BibTeX – text.bibtex, and LaTeX Log – text.log.latex

• Help command scope changed to 'text.tex, text.bibtex'
• Commands updated to use new root scopes.
• Edit 'Convert Selection to Table' macro to use text.tex.latex scope.
• Edit test.tex comments to use new scopes.
• Change \item[description] snippet to new meta.function.* scope.

5101 annotated / raw | Diffs: previous, other | Lines: 83 ( +27, -32 )

Created: 2006-09-06 13:20:30 -0500 (2 years 2 months ago) | Author: duff | Changeset: 5101

• add ‘text.latex’ to the scope selector for items which did not have it
• use ellipsis in Typeset & View (instead of three dots)
• redirect output from Shown in TeXniscope to /dev/console
• simplify (slightly) the code for creating the Help file

5004 annotated / raw | Diffs: previous, other | Lines: 88 ( +1, -1 )

Created: 2006-08-29 04:17:01 -0500 (2 years 3 months ago) | Author: jeroen | Changeset: 5004

Small fix to the command to make it work on case-sensitive volumes (Smartypants.pl -> SmartyPants.pl)

4984 annotated / raw | Diffs: previous, other | Lines: 88 ( +3, -3 )

Created: 2006-08-27 16:01:32 -0500 (2 years 3 months ago) | Author: duff | Changeset: 4984

• do not use attribute minimization for the selected attribute (since this is XHTML and not HTML)
• do not start IDs with a number (since this is not allowed)

4983 annotated / raw | Diffs: previous, other | Lines: 88 ( +67, -3 )

Created: 2006-08-27 15:49:06 -0500 (2 years 3 months ago) | Author: duff | Changeset: 4983

• remove the static outline and improve the command so it generates the table of contents

This will later be factored out into a helper function that all bundles can make use of, also the table of contents will be styled a little nicer.

4842 annotated / raw | Diffs: previous, other | Lines: 24 ( +2, -2 )

Created: 2006-08-18 17:39:42 -0500 (2 years 3 months ago) | Author: Soryu | Changeset: 4842

Adapt to _ naming scheme

4785 annotated / raw | Diffs: previous, other | Lines: 24 ( +5, -1 )

Created: 2006-08-15 15:02:10 -0500 (2 years 3 months ago) | Author: Soryu | Changeset: 4785

Adapted the LaTeX help to TextMate documentation standard and made the command use the new HTML output style.

2257 annotated / raw | Diffs: previous, other | Lines: 20 ( +2, -3 )

Created: 2005-11-23 21:44:33 -0600 (3 years ago) | Author: duff | Changeset: 2257

• renamed stuff — I've renamed many of the snippets to an actual name instead of the latex command, e.g. Section instead of \section.

What is the status on the \text* snippets? can these go in favor of ctrl-<?

683 annotated / raw | Diffs: previous, other | Lines: 21 ( +3, -7 )

Created: 2005-04-23 00:29:02 -0500 (3 years 7 months ago) | Author: duff | Changeset: 683

• Removed “TM_”-prefix from the new variables.
• Updated README to include note about the new variables.
• Updated “View README”-command to not show those example variables and not scroll to the bottom of the view.

622 new/moved annotated / raw | Diffs: previous, other | Lines: 25 ( +25, -0 )

Created: 2005-04-21 02:41:17 -0500 (3 years 7 months ago) | Author: duff | Changeset: 622

Moved from: trunk/Latex.tmbundle/Commands/View README.plist 583

Moved all bundles. I'm not sure what happens if you do “svn up” and you have modified stuff inside one of the bundles.

583 new annotated / raw | Lines: 25 ( +25, -0 )

Created: 2005-04-14 22:34:04 -0500 (3 years 7 months ago) | Author: brad | Changeset: 583

Moved to: trunk/Bundles/Latex.tmbundle/Commands/View README.plist 622

Since the LaTeX bundle is rather large and complicated and uses or supports a number of different packages I thought it would be good to get a README in place before the next big beta release!  This is just a start and I'm only committing it now so that I can work on it more tomorrow at school.  Please feel free to add anything directly or send email with other topics that would be helpful to include in the doc.

latest revision download Branch typeset_and_view

7755 new/copied annotated / raw | Diffs: previous, other | Lines: 28 ( +28, -0 )

Created: 2007-07-17 14:31:35 -0500 (16 months ago) | Author: brad | Changeset: 7755

Copied from: trunk/Bundles/Latex.tmbundle/Commands/View README.plist 6146

copy all the old stuff over.

Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.5 Build:build-dev18790 2008-08-11 ) - Administration - Page generated 2008-12-04 15:05 -0600