texworks icon indicating copy to clipboard operation
texworks copied to clipboard

Fix/Enhance templates

Open GoogleCodeExporter opened this issue 10 years ago • 3 comments

TODO:
1) Update templates to current packages/distributions
2) Enhance templates so they are easier to use / more failsafe
3) Add new templates

Originally reported by Dave Crossland on the mailing list. I attached a
patch to fix the bug reported by him (to be applied in the
res/resfiles/templates subdirectory).

Original issue reported on code.google.com by st.loeffler on 13 Jan 2009 at 1:06

Attachments:

GoogleCodeExporter avatar Mar 14 '15 10:03 GoogleCodeExporter

As Morten Høgholm pointed out on the mailing list the subfig package should be 
used
instead of the deprecated subfigure package. This still requires the subfigure 
option
for the tocloft package.
I attached a patch which should be applied INSTEAD OF the patch above.

Original comment by st.loeffler on 13 Jan 2009 at 3:07

Attachments:

GoogleCodeExporter avatar Mar 14 '15 10:03 GoogleCodeExporter

I've applied this patch (thanks, Stefan); leaving this issue open, however, as 
it would be good to enrich the 
templates collection.

Original comment by [email protected] on 13 Jan 2009 at 5:39

  • Changed state: Accepted

GoogleCodeExporter avatar Mar 14 '15 10:03 GoogleCodeExporter

The templates should be updated; the XeLaTeX templates, for example, can easily 
be made LuaLaTeX-compatible by changing the line

    \defaultfontfeatures{Mapping=tex-text}

to read

    \defaultfontfeatures{Ligatures=TeX}

instead.  In fact, a single template can suffice for all three engines, using 
something like the attached file.

Original comment by [email protected] on 3 Jul 2012 at 2:58

Attachments:

GoogleCodeExporter avatar Mar 14 '15 10:03 GoogleCodeExporter