All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] another qqz improvements
@ 2016-07-02 12:09 Akira Yokosawa
  2016-07-04  0:42 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-07-02 12:09 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

Hi again Paul,

So, this is another round of qqz improvements.

This time, I added cross link reference at the end of each QQ and QQA.
For QQA, I picked a special character from 'pifont' package which looks
like a white box.

See https://en.wikibooks.org/wiki/LaTeX/Special_Characters

Now, by clicking the black box at the end of QQ or white box at the end
of QQA, you can go back and forth between main text and Appendix D.

2nd patch improves accuracy of back link from QQA.

3rd patch adds macro for referencing answer of QQ.

The 2nd one changes column/page break behavior a little, but
I think it is acceptable.

Please give them a try.

Note that this pull request is relative to current master.

                                                        Thanks, Akira

---
The following changes since commit 91ac20e1ab95767f1e33b84aee474d0cd38cc748:

   hlist_for_each_entry_rcu() now has only three arguments (2016-07-01 13:31:02 -0700)

are available in the git repository at:

   https://github.com/akiyks/perfbook.git qqz-additional-ref-mark

for you to fetch changes up to f42deae9dbca3f7e6851a813c6504427c4dba809:

   qqz: Add macro for referencing quick quiz answer (2016-07-02 19:02:43 +0900)

----------------------------------------------------------------
Akira Yokosawa (3):
       qqz: Add cross-link reference at the end of each QQ and QQA
       qqz: Improve accuracy of qqz back link
       qqz: Add macro for referencing quick quiz answer

  perfbook.tex            |  1 +
  qqz.sty                 | 17 +++++++++++++----
  utilities/extractqqz.sh |  2 +-
  3 files changed, 15 insertions(+), 5 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] another qqz improvements
  2016-07-02 12:09 [GIT PULL] another qqz improvements Akira Yokosawa
@ 2016-07-04  0:42 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-07-04  0:42 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Sat, Jul 02, 2016 at 09:09:40PM +0900, Akira Yokosawa wrote:
> Hi again Paul,
> 
> So, this is another round of qqz improvements.
> 
> This time, I added cross link reference at the end of each QQ and QQA.
> For QQA, I picked a special character from 'pifont' package which looks
> like a white box.
> 
> See https://en.wikibooks.org/wiki/LaTeX/Special_Characters
> 
> Now, by clicking the black box at the end of QQ or white box at the end
> of QQA, you can go back and forth between main text and Appendix D.
> 
> 2nd patch improves accuracy of back link from QQA.
> 
> 3rd patch adds macro for referencing answer of QQ.
> 
> The 2nd one changes column/page break behavior a little, but
> I think it is acceptable.
> 
> Please give them a try.
> 
> Note that this pull request is relative to current master.

Pulled and pushed, thank you!  The white box is a nice touch!

I also queued a commit changing the QQ labels in the counting chapter
to be prefixed with "QcountQ".  The reason for this is to all more
independent work for people contributing to different chapters.
(Yes, I was foolish enough to try "QQ:count:" and "QQ_count_" before
remembering that latex only allows letters in command names.)

							Thanx, Paul

>                                                        Thanks, Akira
> 
> ---
> The following changes since commit 91ac20e1ab95767f1e33b84aee474d0cd38cc748:
> 
>   hlist_for_each_entry_rcu() now has only three arguments (2016-07-01 13:31:02 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/akiyks/perfbook.git qqz-additional-ref-mark
> 
> for you to fetch changes up to f42deae9dbca3f7e6851a813c6504427c4dba809:
> 
>   qqz: Add macro for referencing quick quiz answer (2016-07-02 19:02:43 +0900)
> 
> ----------------------------------------------------------------
> Akira Yokosawa (3):
>       qqz: Add cross-link reference at the end of each QQ and QQA
>       qqz: Improve accuracy of qqz back link
>       qqz: Add macro for referencing quick quiz answer
> 
>  perfbook.tex            |  1 +
>  qqz.sty                 | 17 +++++++++++++----
>  utilities/extractqqz.sh |  2 +-
>  3 files changed, 15 insertions(+), 5 deletions(-)
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-04  0:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-02 12:09 [GIT PULL] another qqz improvements Akira Yokosawa
2016-07-04  0:42 ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.