Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
577 views

Sentence alignment for dual-line bilingual paragraph in LaTeX

I would like to make a translation of entire paragraphs at a time for a large document, with the start of the new sentences aligning. The following is almost what I want done, though it doesn't yet ...
3
votes
2answers
2k views

What packages are available to typeset SQL in LaTeX?

I'm looking for a package to typeset SQL statements in LaTeX. So far I have heard of listings and lgrind, are there any other suggestions? [edit] Added requirement: I'd like the package to be able in ...
1
vote
2answers
309 views

Is there an explanation of the difference between export and typeset in combination with nested function calls in a korn shell program?

I have encountered an issue with ksh programs running differently on ksh88 & ksh93 wherein functions which call functions handle differently, variables declared with typeset and export. Here is ...
1
vote
1answer
36 views

What is the korn typset option -t (tag) used for?

I was reading about the Korn typeset command and discovered the -t option adds a tag, but I can't figure out what it's used for. Does anyone have an example? -t Tags the name. Tags are user ...
0
votes
1answer
129 views

Unknown error sourcing a script containing 'typeset -r' wrapped in command substitution

I wish to source a script, print the value of a variable this script defines, and then have this value be assigned to a variable on the command line with command substitution wrapping the source/print ...
0
votes
1answer
322 views

To understand Typeset for PythonPath

One recommends me the following code apparently only in .zshrc without explaining its purpose clearly. typeset -U PYTHONPATH I am interested in how you can use the code in .bashrc. My Bash goes ...